com.infoteria.gui.property
クラス StringProperty
java.lang.Object
|
+--com.infoteria.gui.property.AbstractProperty
|
+--com.infoteria.gui.property.StringProperty
- すべての実装インタフェース:
- Cloneable, Property
- 直系の既知のサブクラス:
- ChoiceProperty
- public class StringProperty
- extends AbstractProperty
文字列プロパティ
| クラス com.infoteria.gui.property.AbstractProperty から継承したメソッド |
addPropertyChangeListener, assign, assignTo, clone, createUndoableEdit, doClone, doSetValue, getAdapter, 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
StringProperty
public StringProperty(PropertyHolder owner,
String name)
StringProperty
public StringProperty(String name)
getType
public String getType()
- インタフェース
Property の記述:
- プロパティ型を返します。
setValue
public UndoableEdit setValue(Object o,
boolean canUndo)
throws PropertyException
- インタフェース
Property の記述:
- プロパティ値を設定します。
Undo情報を返す必要がない場合はcanUndoにfalseを指定します。
- オーバーライド:
- クラス
AbstractProperty 内の setValue
setValueAsString
public UndoableEdit setValueAsString(String o,
boolean canUndo)
throws PropertyException
- インタフェース
Property の記述:
- プロパティ値を文字列で設定します。
Undo情報を返す必要がない場合はcanUndoにfalseを指定します。
- オーバーライド:
- クラス
AbstractProperty 内の setValueAsString