com.infoteria.asteria.flowbuilder2.property
Class ChoiceProperty
java.lang.Object
|
+--com.infoteria.gui.property.AbstractProperty
|
+--com.infoteria.gui.property.StringProperty
|
+--com.infoteria.asteria.flowbuilder2.property.ChoiceProperty
- All Implemented Interfaces:
- com.infoteria.gui.property.provider.ChoiceItemProvider, java.lang.Cloneable, Property
- Direct Known Subclasses:
- PathResolverProperty
- public class ChoiceProperty
- extends StringProperty
- implements com.infoteria.gui.property.provider.ChoiceItemProvider
ドロップダウンリストで値を選択できるプロパティです。
| Methods inherited from class com.infoteria.gui.property.AbstractProperty |
addPropertyChangeListener, assign, assignTo, clone, createUndoableEdit, doClone, doGetDifference, doSetValue, getDifference, getDisplayName, getEditor, getName, getOwner, getPropertyChangeListeners, getRenderer, getTooltip, getValue, getValueAsString, isEditable, isVisible, removePropertyChangeListener, setDisplayName, setEditable, setEditor, setOwner, setRenderer, setTooltip, setValue, setValueAsString, setVisible, valueEquals |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_TYPE
public static final java.lang.String PROPERTY_TYPE
ChoiceProperty
public ChoiceProperty(PropertyHolder owner,
java.lang.String name)
ChoiceProperty
public ChoiceProperty(java.lang.String name)
getType
public java.lang.String getType()
- Description copied from interface:
Property
- プロパティ型を返します。
- Overrides:
getType in class StringProperty
getChoiceItems
public java.lang.Object[] getChoiceItems()
- Specified by:
getChoiceItems in interface com.infoteria.gui.property.provider.ChoiceItemProvider
getChoiceItemDisplayNameProvider
public DisplayNameProvider getChoiceItemDisplayNameProvider()
- Specified by:
getChoiceItemDisplayNameProvider in interface com.infoteria.gui.property.provider.ChoiceItemProvider
getChoiceItemInfo
public ChoiceItemInfo getChoiceItemInfo()
setChoiceItemInfo
public void setChoiceItemInfo(ChoiceItemInfo info)
isChoiceOnly
public boolean isChoiceOnly()
- Specified by:
isChoiceOnly in interface com.infoteria.gui.property.provider.ChoiceItemProvider
setChoiceOnly
public void setChoiceOnly(boolean b)
getAdapter
public java.lang.Object getAdapter(java.lang.Class clazz)
- Description copied from interface:
Property
- Adapterを返します。
- Overrides:
getAdapter in class AbstractProperty