インタフェース
jp.carabiner.inkpod.objectinfo.ObjectPropertyGroupEditor の使用

ObjectPropertyGroupEditor を使用しているパッケージ
jp.carabiner.inkpod.objectinfo   
jp.carabiner.inkpod.pi.shape.editors   
 

jp.carabiner.inkpod.objectinfo での ObjectPropertyGroupEditor の使用
 

ObjectPropertyGroupEditor を実装している jp.carabiner.inkpod.objectinfo のクラス
 class ObjectPropertyGroupEditorSupport
           
 

ObjectPropertyGroupEditor を返す jp.carabiner.inkpod.objectinfo のメソッド
 ObjectPropertyGroupEditor ObjectPropertyGroupEditorFactory.createEditor(ObjectPropertyEditorTable propertyEditorTable, ObjectPropertyGroupDescriptor descriptor)
           
 ObjectPropertyGroupEditor DefaultObjectPropertyGroupEditorFactory.createEditor(ObjectPropertyEditorTable propertyEditorTable, ObjectPropertyGroupDescriptor descriptor)
           
 ObjectPropertyGroupEditor ObjectPropertyGroupDescriptor.createPropertyGroupEditor(ObjectPropertyEditorTable propertyEditorTable)
           
 

ObjectPropertyGroupEditor 型の引数を持つ型を返す jp.carabiner.inkpod.objectinfo のメソッド
 java.lang.Class<? extends ObjectPropertyGroupEditor> DefaultObjectPropertyGroupEditorFactory.getPropertyGroupEditorClass()
           
 

ObjectPropertyGroupEditor 型の型引数を持つ jp.carabiner.inkpod.objectinfo のメソッドパラメータ
protected  ObjectPropertyGroupDescriptor ObjectInfoSupport.createPropertyGroupDescriptor(java.lang.String groupName, java.lang.String displayName, java.lang.Class<? extends ObjectPropertyGroupEditor> propertyGroupEditorClass, java.lang.String[] propertyNames)
          新しいプロパティ・グループを作成する。
protected  ObjectPropertyGroupDescriptor ObjectInfoSupport.inheritPropertyGroupDescriptor(java.lang.String groupName, java.lang.String displayName, java.lang.Class<? extends ObjectPropertyGroupEditor> propertyGroupEditorClass, java.lang.String[] propertyNames, java.lang.String parentGroupName)
          継承して新しいプロパティ・グループを作成する。
 

ObjectPropertyGroupEditor 型の型引数を持つ jp.carabiner.inkpod.objectinfo のコンストラクタパラメータ
DefaultObjectPropertyGroupEditorFactory(java.lang.Class<? extends ObjectPropertyGroupEditor> editorClass)
           
 

jp.carabiner.inkpod.pi.shape.editors での ObjectPropertyGroupEditor の使用
 

ObjectPropertyGroupEditor を実装している jp.carabiner.inkpod.pi.shape.editors のクラス
 class BezierCurvesNodeShapePropertyGroupEditor
           
 class CurveLinePropertyGroupEditor
           
 class FramePropertyGroupEditor
           
 class LocationSizePropertyGroupEditor
           
 class PolylinePropertyGroupEditor
           
 class RectangleLocationSizePropertyGroupEditor
           
 class RelationLinePropertyGroupEditor
           
 class RelationTextPropertyGroupEditor
           
 class RightAngleLinePropertyGroupEditor
           
 class RoundrectFramePropertyGroupEditor
           
 class ShadowPropertyGroupEditor
           
 class TextImagePropertyGroupEditor
           
 class TextPropertyGroupEditor
           
 class TextStylePropertyGroupEditor