com.infoteria.asteria.flowbuilder2.property
クラス ChoiceProperty
java.lang.Object
|
+--com.infoteria.gui.property.AbstractProperty
|
+--com.infoteria.gui.property.StringProperty
|
+--com.infoteria.asteria.flowbuilder2.property.ChoiceProperty
- すべての実装インタフェース:
- com.infoteria.gui.property.provider.ChoiceItemProvider, Cloneable, Property
- 直系の既知のサブクラス:
- PathResolverProperty
- public class ChoiceProperty
- extends StringProperty
- implements com.infoteria.gui.property.provider.ChoiceItemProvider
ドロップダウンリストで値を選択できるプロパティです。
| クラス com.infoteria.gui.property.AbstractProperty から継承したメソッド |
addPropertyChangeListener, assign, assignTo, clone, createUndoableEdit, doClone, doSetValue, getDisplayName, getEditor, getName, getOwner, getRenderer, getTooltip, getValue, getValueAsString, isEditable, isVisible, removePropertyChangeListener, setDisplayName, setEditable, setEditor, setOwner, setRenderer, setTooltip, setValue, setValueAsString, setVisible |
PROPERTY_TYPE
public static final String PROPERTY_TYPE
ChoiceProperty
public ChoiceProperty(PropertyHolder owner,
String name)
ChoiceProperty
public ChoiceProperty(String name)
getType
public String getType()
- インタフェース
Property の記述:
- プロパティ型を返します。
- オーバーライド:
- クラス
StringProperty 内の getType
getChoiceItems
public Object[] getChoiceItems()
- 定義:
- インタフェース
com.infoteria.gui.property.provider.ChoiceItemProvider 内の getChoiceItems
getChoiceItemDisplayNameProvider
public DisplayNameProvider getChoiceItemDisplayNameProvider()
- 定義:
- インタフェース
com.infoteria.gui.property.provider.ChoiceItemProvider 内の getChoiceItemDisplayNameProvider
getChoiceItemInfo
public ChoiceItemInfo getChoiceItemInfo()
setChoiceItemInfo
public void setChoiceItemInfo(ChoiceItemInfo info)
isChoiceOnly
public boolean isChoiceOnly()
- 定義:
- インタフェース
com.infoteria.gui.property.provider.ChoiceItemProvider 内の isChoiceOnly
setChoiceOnly
public void setChoiceOnly(boolean b)
getAdapter
public Object getAdapter(Class clazz)
- インタフェース
Property の記述:
- Adapterを返します。
- オーバーライド:
- クラス
AbstractProperty 内の getAdapter
isSupported
public boolean isSupported(Object o)