jp.carabiner.inkpod.pi.shape.editors
クラス ScalingTypePropertyEditor

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

public class ScalingTypePropertyEditor
extends ObjectPropertyEditorSupport


入れ子のクラスの概要
protected static class ScalingTypePropertyEditor.ScalingTypeRenderer
           
 
フィールドの概要
protected  javax.swing.JComboBox comboBox
           
 
コンストラクタの概要
ScalingTypePropertyEditor(java.lang.Object object)
           
 
メソッドの概要
protected  void createEditor()
           
 java.lang.String getAsText()
           
 java.awt.Component getCustomEditor()
           
 java.lang.Object getValue()
           
 void setAsText(java.lang.String text)
           
 void setEnabled(boolean enabled)
           
 void setUndefined(boolean undefined)
           
 void setValue(java.lang.Object value)
           
 boolean supportsCustomEditor()
           
protected  void updateState()
           
 
クラス jp.carabiner.inkpod.objectinfo.ObjectPropertyEditorSupport から継承されたメソッド
addPropertyChangeListener, firePropertyChangeEvent, 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
 

フィールドの詳細

comboBox

protected javax.swing.JComboBox comboBox
コンストラクタの詳細

ScalingTypePropertyEditor

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

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