ilog.views.maps.beans.editor
Class IlvLineJoinPropertyEditor2

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

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

A line join property editor that uses IlvStroke values.

Since:
JViews 7.5

Constructor Summary
IlvLineJoinPropertyEditor2()
          Creates a IlvLineJoinPropertyEditor2.
 
Method Summary
protected  int[] createIntValues()
          Returns a new array of ints representing the int values of the property.
protected  String[] createStringValues()
          Returns a new array of Strings representing Java expressions that evaluate to the values of the property.
protected  String[] createTags()
          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

IlvLineJoinPropertyEditor2

public IlvLineJoinPropertyEditor2()
Creates a IlvLineJoinPropertyEditor2.

Method Detail

createTags

protected String[] createTags()
Returns a new array of Strings representing the values of the property. This implementation returns an array of localized String representing

Specified by:
createTags in class ilog.views.util.beans.editor.IlvTaggedIntValueEditor
Returns:
The tags in an array of Strings

createStringValues

protected String[] createStringValues()
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()
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.