jp.carabiner.inkpod.objectinfo.editors
クラス AutoLayoutConfigurationPropertyEditor

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.objectinfo.ObjectPropertyEditorSupport
      上位を拡張 jp.carabiner.inkpod.objectinfo.editors.AutoLayoutConfigurationPropertyEditor
すべての実装されたインタフェース:
ObjectPropertyEditor, ObjectPropertyEditor2

public class AutoLayoutConfigurationPropertyEditor
extends ObjectPropertyEditorSupport


フィールドの概要
protected  javax.swing.JButton button
           
 
コンストラクタの概要
AutoLayoutConfigurationPropertyEditor(java.lang.Object object)
           
 
メソッドの概要
protected  void createEditor()
           
 boolean editConfiguration()
           
 java.lang.String getAsText()
           
 java.awt.Component getCustomEditor()
           
 boolean isEditingConfig()
           
 void setAsText(java.lang.String text)
           
 void setEnabled(boolean enabled)
           
 void setUndefined(boolean undefined)
           
 boolean supportsCustomEditor()
           
protected  void updateState()
           
 
クラス jp.carabiner.inkpod.objectinfo.ObjectPropertyEditorSupport から継承されたメソッド
addPropertyChangeListener, firePropertyChangeEvent, firePropertyChangeEvent, firePropertyChangeEvent, getObject, getObjects, getSource, getValue, isEditabled, isEnabled, isModal, isPaintable, isUndefined, paintValue, registActivatedHandler, removePropertyChangeListener, setEditable, setModal, setObject, setObjects, setSource, setValue
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

button

protected javax.swing.JButton button
コンストラクタの詳細

AutoLayoutConfigurationPropertyEditor

public AutoLayoutConfigurationPropertyEditor(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()

isEditingConfig

public boolean isEditingConfig()

editConfiguration

public boolean editConfiguration()

setAsText

public void setAsText(java.lang.String text)
定義:
インタフェース ObjectPropertyEditor 内の setAsText
オーバーライド:
クラス ObjectPropertyEditorSupport 内の setAsText

getAsText

public java.lang.String getAsText()
定義:
インタフェース ObjectPropertyEditor 内の getAsText
オーバーライド:
クラス ObjectPropertyEditorSupport 内の getAsText

setEnabled

public void setEnabled(boolean enabled)
定義:
インタフェース ObjectPropertyEditor 内の setEnabled
オーバーライド:
クラス ObjectPropertyEditorSupport 内の setEnabled

setUndefined

public void setUndefined(boolean undefined)
定義:
インタフェース ObjectPropertyEditor 内の setUndefined
オーバーライド:
クラス ObjectPropertyEditorSupport 内の setUndefined

updateState

protected void updateState()