jp.carabiner.inkpod.objectinfo.editors
クラス VerticalAlignPropertyEditor
java.lang.Object
jp.carabiner.inkpod.objectinfo.editors.VerticalAlignPropertyEditor
- すべての実装されたインタフェース:
- ObjectPropertyEditor
public class VerticalAlignPropertyEditor
- extends java.lang.Object
- implements ObjectPropertyEditor
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerticalAlignPropertyEditor
public VerticalAlignPropertyEditor(java.lang.Object object)
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
- 定義:
- インタフェース
ObjectPropertyEditor
内の addPropertyChangeListener
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
- 定義:
- インタフェース
ObjectPropertyEditor
内の removePropertyChangeListener
setObject
public void setObject(java.lang.Object object)
getObject
public java.lang.Object getObject()
- 定義:
- インタフェース
ObjectPropertyEditor
内の getObject
getAsText
public java.lang.String getAsText()
- 定義:
- インタフェース
ObjectPropertyEditor
内の getAsText
getCustomEditor
public java.awt.Component getCustomEditor()
- 定義:
- インタフェース
ObjectPropertyEditor
内の getCustomEditor
getValue
public java.lang.Object getValue()
- 定義:
- インタフェース
ObjectPropertyEditor
内の getValue
isPaintable
public boolean isPaintable()
- 定義:
- インタフェース
ObjectPropertyEditor
内の isPaintable
paintValue
public void paintValue(java.awt.Graphics g,
java.awt.Rectangle box)
- 定義:
- インタフェース
ObjectPropertyEditor
内の paintValue
setAsText
public void setAsText(java.lang.String text)
- 定義:
- インタフェース
ObjectPropertyEditor
内の setAsText
setValue
public void setValue(java.lang.Object value)
- 定義:
- インタフェース
ObjectPropertyEditor
内の setValue
supportsCustomEditor
public boolean supportsCustomEditor()
- 定義:
- インタフェース
ObjectPropertyEditor
内の supportsCustomEditor
setEditable
public void setEditable(boolean editable)
- 定義:
- インタフェース
ObjectPropertyEditor
内の setEditable
isEditabled
public boolean isEditabled()
- 定義:
- インタフェース
ObjectPropertyEditor
内の isEditabled
setEnabled
public void setEnabled(boolean enable)
- 定義:
- インタフェース
ObjectPropertyEditor
内の setEnabled
isEnabled
public boolean isEnabled()
- 定義:
- インタフェース
ObjectPropertyEditor
内の isEnabled
setUndefined
public void setUndefined(boolean undefined)
- 定義:
- インタフェース
ObjectPropertyEditor
内の setUndefined
isUndefined
public boolean isUndefined()
- 定義:
- インタフェース
ObjectPropertyEditor
内の isUndefined