jp.carabiner.inkpod.objectinfo.editors
クラス AutoLayoutPropertyEditor
java.lang.Object
jp.carabiner.inkpod.objectinfo.ObjectPropertyEditorSupport
jp.carabiner.inkpod.objectinfo.editors.AutoLayoutPropertyEditor
- すべての実装されたインタフェース:
- ObjectPropertyEditor, ObjectPropertyEditor2
public class AutoLayoutPropertyEditor
- extends ObjectPropertyEditorSupport
| クラス jp.carabiner.inkpod.objectinfo.ObjectPropertyEditorSupport から継承されたメソッド |
addPropertyChangeListener, firePropertyChangeEvent, firePropertyChangeEvent, getObject, getObjects, getSource, isEditabled, isEnabled, isModal, isPaintable, isUndefined, paintValue, registActivatedHandler, removePropertyChangeListener, setEditable, setModal, setObject, setObjects, setSource |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoLayoutPropertyEditor
public AutoLayoutPropertyEditor(java.lang.Object object)
supportsCustomEditor
public boolean supportsCustomEditor()
- 定義:
- インタフェース
ObjectPropertyEditor 内の supportsCustomEditor - オーバーライド:
- クラス
ObjectPropertyEditorSupport 内の supportsCustomEditor
getCustomEditor
public java.awt.Component getCustomEditor()
- 定義:
- インタフェース
ObjectPropertyEditor 内の getCustomEditor - オーバーライド:
- クラス
ObjectPropertyEditorSupport 内の getCustomEditor
createEditor
protected void createEditor()
firePropertyChangeEvent
public void firePropertyChangeEvent(java.lang.String name)
- オーバーライド:
- クラス
ObjectPropertyEditorSupport 内の firePropertyChangeEvent
getCheckBox
public javax.swing.JCheckBox getCheckBox()
setAsText
public void setAsText(java.lang.String text)
- 定義:
- インタフェース
ObjectPropertyEditor 内の setAsText - オーバーライド:
- クラス
ObjectPropertyEditorSupport 内の setAsText
getAsText
public java.lang.String getAsText()
- 定義:
- インタフェース
ObjectPropertyEditor 内の getAsText - オーバーライド:
- クラス
ObjectPropertyEditorSupport 内の getAsText
setValue
public void setValue(java.lang.Object value)
- 定義:
- インタフェース
ObjectPropertyEditor 内の setValue - オーバーライド:
- クラス
ObjectPropertyEditorSupport 内の setValue
getValue
public java.lang.Object getValue()
- 定義:
- インタフェース
ObjectPropertyEditor 内の getValue - オーバーライド:
- クラス
ObjectPropertyEditorSupport 内の getValue
setEnabled
public void setEnabled(boolean enabled)
- 定義:
- インタフェース
ObjectPropertyEditor 内の setEnabled - オーバーライド:
- クラス
ObjectPropertyEditorSupport 内の setEnabled
setUndefined
public void setUndefined(boolean undefined)
- 定義:
- インタフェース
ObjectPropertyEditor 内の setUndefined - オーバーライド:
- クラス
ObjectPropertyEditorSupport 内の setUndefined
updateState
protected void updateState()