jp.carabiner.inkpod.objectinfo
クラス ObjectPropertyGroupEditorSupport

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.objectinfo.ObjectPropertyGroupEditorSupport
すべての実装されたインタフェース:
ObjectPropertyGroupEditor
直系の既知のサブクラス:
BezierCurvesNodeShapePropertyGroupEditor, CurveLinePropertyGroupEditor, FramePropertyGroupEditor, LocationSizePropertyGroupEditor, PolylinePropertyGroupEditor, RectangleLocationSizePropertyGroupEditor, RelationLinePropertyGroupEditor, RelationTextPropertyGroupEditor, RightAngleLinePropertyGroupEditor, RoundrectFramePropertyGroupEditor, ShadowPropertyGroupEditor, TextImagePropertyGroupEditor, TextPropertyGroupEditor, TextStylePropertyGroupEditor

public abstract class ObjectPropertyGroupEditorSupport
extends java.lang.Object
implements ObjectPropertyGroupEditor


コンストラクタの概要
ObjectPropertyGroupEditorSupport(ObjectPropertyEditorTable propertyEditorTable, ObjectPropertyGroupDescriptor propertyGroupDescriptor)
           
 
メソッドの概要
 ObjectEditorField createField(ObjectPropertyDescriptor propertyDescriptor, ObjectPropertyEditor propertyEditor)
           
protected  ObjectEditorField createField(ObjectPropertyEditorTable table, java.lang.String name)
           
 ObjectEditorField getField(java.lang.String propertyName)
           
 java.util.List<ObjectEditorField> getFieldList()
           
 ObjectPropertyEditorTable getPropertyEditorTable()
           
 ObjectPropertyGroupDescriptor getPropertyGroupDescriptor()
           
 boolean isModal()
           
 void setModal(boolean modal)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.carabiner.inkpod.objectinfo.ObjectPropertyGroupEditor から継承されたメソッド
addComponents
 

コンストラクタの詳細

ObjectPropertyGroupEditorSupport

public ObjectPropertyGroupEditorSupport(ObjectPropertyEditorTable propertyEditorTable,
                                        ObjectPropertyGroupDescriptor propertyGroupDescriptor)
メソッドの詳細

getPropertyGroupDescriptor

public ObjectPropertyGroupDescriptor getPropertyGroupDescriptor()
定義:
インタフェース ObjectPropertyGroupEditor 内の getPropertyGroupDescriptor

getPropertyEditorTable

public ObjectPropertyEditorTable getPropertyEditorTable()
定義:
インタフェース ObjectPropertyGroupEditor 内の getPropertyEditorTable

getField

public ObjectEditorField getField(java.lang.String propertyName)
定義:
インタフェース ObjectPropertyGroupEditor 内の getField

setModal

public void setModal(boolean modal)
定義:
インタフェース ObjectPropertyGroupEditor 内の setModal

isModal

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

getFieldList

public java.util.List<ObjectEditorField> getFieldList()
定義:
インタフェース ObjectPropertyGroupEditor 内の getFieldList

createField

protected ObjectEditorField createField(ObjectPropertyEditorTable table,
                                        java.lang.String name)

createField

public ObjectEditorField createField(ObjectPropertyDescriptor propertyDescriptor,
                                     ObjectPropertyEditor propertyEditor)
                              throws ObjectPropertyEditorInstantiationException
例外:
ObjectPropertyEditorInstantiationException