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

既知の実装クラスの一覧:
BezierCurvesNodeShapePropertyGroupEditor, CurveLinePropertyGroupEditor, FramePropertyGroupEditor, LocationSizePropertyGroupEditor, ObjectPropertyGroupEditorSupport, PolylinePropertyGroupEditor, RectangleLocationSizePropertyGroupEditor, RelationLinePropertyGroupEditor, RelationTextPropertyGroupEditor, RightAngleLinePropertyGroupEditor, RoundrectFramePropertyGroupEditor, ShadowPropertyGroupEditor, TextImagePropertyGroupEditor, TextPropertyGroupEditor, TextStylePropertyGroupEditor

public interface ObjectPropertyGroupEditor


メソッドの概要
 void addComponents(PropertyEditorContainer container)
           
 ObjectEditorField getField(java.lang.String propertyName)
           
 java.util.List<ObjectEditorField> getFieldList()
           
 ObjectPropertyEditorTable getPropertyEditorTable()
           
 ObjectPropertyGroupDescriptor getPropertyGroupDescriptor()
           
 boolean isModal()
           
 void setModal(boolean modal)
           
 

メソッドの詳細

addComponents

void addComponents(PropertyEditorContainer container)

getPropertyGroupDescriptor

ObjectPropertyGroupDescriptor getPropertyGroupDescriptor()

getFieldList

java.util.List<ObjectEditorField> getFieldList()

getField

ObjectEditorField getField(java.lang.String propertyName)

getPropertyEditorTable

ObjectPropertyEditorTable getPropertyEditorTable()

setModal

void setModal(boolean modal)

isModal

boolean isModal()