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

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

public class StaticTextPropertyEditor
extends java.lang.Object
implements ObjectPropertyEditor


入れ子のクラスの概要
protected  class StaticTextPropertyEditor.DelegateEditor
           
 
コンストラクタの概要
StaticTextPropertyEditor(java.lang.Object object)
           
 
メソッドの概要
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 java.lang.String getAsText()
           
 java.awt.Component getCustomEditor()
           
 java.lang.Object getObject()
           
 java.lang.Object getValue()
           
 boolean isEditabled()
           
 boolean isEnabled()
           
 boolean isPaintable()
           
 boolean isUndefined()
           
 void paintValue(java.awt.Graphics g, java.awt.Rectangle box)
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void setAsText(java.lang.String text)
           
 void setEditable(boolean editable)
           
 void setEnabled(boolean enabled)
           
 void setUndefined(boolean undefined)
           
 void setValue(java.lang.Object value)
           
 boolean supportsCustomEditor()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StaticTextPropertyEditor

public StaticTextPropertyEditor(java.lang.Object object)
メソッドの詳細

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
定義:
インタフェース ObjectPropertyEditor 内の addPropertyChangeListener

getAsText

public java.lang.String getAsText()
定義:
インタフェース ObjectPropertyEditor 内の getAsText

getCustomEditor

public java.awt.Component getCustomEditor()
定義:
インタフェース ObjectPropertyEditor 内の getCustomEditor

getObject

public java.lang.Object getObject()
定義:
インタフェース ObjectPropertyEditor 内の getObject

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

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
定義:
インタフェース ObjectPropertyEditor 内の removePropertyChangeListener

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 enabled)
定義:
インタフェース ObjectPropertyEditor 内の setEnabled

isEnabled

public boolean isEnabled()
定義:
インタフェース ObjectPropertyEditor 内の isEnabled

setUndefined

public void setUndefined(boolean undefined)
定義:
インタフェース ObjectPropertyEditor 内の setUndefined

isUndefined

public boolean isUndefined()
定義:
インタフェース ObjectPropertyEditor 内の isUndefined