ilog.views.maps.beans.editor
Class AttachmentPropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by ilog.views.util.beans.editor.IlvTaggedIntValueEditor
          extended by ilog.views.maps.beans.editor.AttachmentPropertyEditor
All Implemented Interfaces:
ilog.views.util.beans.editor.IlvCSSPropertyEditor, ilog.views.util.beans.editor.IlvInternationalizedPropertyEditor, PropertyEditor

Deprecated.

public class AttachmentPropertyEditor
extends ilog.views.util.beans.editor.IlvTaggedIntValueEditor

Internal use only class.

Since:
JViews 7.5

Constructor Summary
AttachmentPropertyEditor()
          Deprecated. Creates a new AttachmentPropertyEditor.
 
Method Summary
protected  int[] createIntValues()
          Deprecated. Returns a new array of ints representing the int values of the property.
protected  String[] createStringValues()
          Deprecated. Returns a new array of Strings representing Java expressions that evaluate to the values of the property.
protected  String[] createTags()
          Deprecated. Returns a new array of Strings representing the values of the property.
 
Methods inherited from class ilog.views.util.beans.editor.IlvTaggedIntValueEditor
createLocalizedTextValues, getAsCSSValue, getAsLocalizedText, getAsText, getJavaInitializationString, getTags, getValuesAsLocalizedText, init, setAsLocalizedText, setAsText
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 

Constructor Detail

AttachmentPropertyEditor

public AttachmentPropertyEditor()
Deprecated. 
Creates a new AttachmentPropertyEditor.

Method Detail

createTags

protected String[] createTags()
Deprecated. 
Returns a new array of Strings representing the values of the property. For instance, {"White", "Red", "Yellow"}.

If the method IlvTaggedIntValueEditor.getAsCSSValue() is not overridden, this method is used for representing the values in a CSS style sheet. Therefore, this method should not return localized strings.

This method is also used for representing the values in a property sheet. Therefore, this method should not return strings starting with a full Java class name.

Backward compatibility constraint: If the set of tags of a class changes, you need to make sure that the getAsText method still accepts the older values. This is needed for reading old CSS files.

Specified by:
createTags in class ilog.views.util.beans.editor.IlvTaggedIntValueEditor
See Also:
IlvTaggedIntValueEditor.createTags()

createStringValues

protected String[] createStringValues()
Deprecated. 
Returns a new array of Strings representing Java expressions that evaluate to the values of the property. For instance, {"ilog.views.IlvManagerMagViewInteractor.Filled", "ilog.views.IlvManagerMagViewInteractor.Wired"}.

This method in used in the implementation of IlvTaggedIntValueEditor.getJavaInitializationString().

Specified by:
createStringValues in class ilog.views.util.beans.editor.IlvTaggedIntValueEditor
See Also:
IlvTaggedIntValueEditor.createStringValues()

createIntValues

protected int[] createIntValues()
Deprecated. 
Returns a new array of ints representing the int values of the property. For instance, {0, 2, 4}

Specified by:
createIntValues in class ilog.views.util.beans.editor.IlvTaggedIntValueEditor
See Also:
IlvTaggedIntValueEditor.createIntValues()


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.