com.infoteria.gui.property
クラス PointProperty
java.lang.Object
|
+--com.infoteria.gui.property.AbstractProperty
|
+--com.infoteria.gui.property.PointProperty
- すべての実装インタフェース:
- Cloneable, Property
- public class PointProperty
- extends AbstractProperty
Pointプロパティ
| クラス com.infoteria.gui.property.AbstractProperty から継承したメソッド |
addPropertyChangeListener, assign, assignTo, clone, createUndoableEdit, doClone, doSetValue, getAdapter, getDisplayName, getEditor, getName, getOwner, getRenderer, getTooltip, getValue, isEditable, isVisible, removePropertyChangeListener, setDisplayName, setEditable, setEditor, setOwner, setRenderer, setTooltip, setValue, setValueAsString, setVisible |
PROPERTY_TYPE
public static final String PROPERTY_TYPE
PointProperty
public PointProperty(PropertyHolder owner,
String name)
PointProperty
public PointProperty(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
getPoint
public Point getPoint()
getValueAsString
public String getValueAsString()
- インタフェース
Property の記述:
- プロパティ値を文字列で返します。
- オーバーライド:
- クラス
AbstractProperty 内の getValueAsString