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

すべてのスーパーインタフェース:
ObjectPropertyEditor
既知の実装クラスの一覧:
ArrowShapePropertyEditor, AutoLayoutConfigurationPropertyEditor, AutoLayoutPropertyEditor, CheckBoxPropertyEditor.DelegateEditor, ColorPropertyEditor.DelegateEditor, CurveLineCenterPointPropertyEditor, CurveLineTypePropertyEditor, DoublePropertyEditor.DelegateEditor, EmbeddedImageResourcePropertyEditor, EmbeddedResourcePropertyEditor, EmbeddedResourcePropertyEditor.DelegateEditor, FilePathPropertyEditor.DelegateEditor, FontPropertyEditor.DelegateEditor, GradientTypePropertyEditor, HorizontalAlignPropertyEditor.DelegateEditor, IntegerPropertyEditor.DelegateEditor, LineStrokePropertyEditor, LongPropertyEditor.DelegateEditor, MapLayerPropertyEditor, NodeTypePropertyEditor, ObjectPropertyEditorSupport, ObjectVisibilityProppertyEditor, Point2DPropertyEditor, PointListEditor.DelegateEditor, RelationTypePropertyEditor, ReverseArrowShapePropertyEditor, RightAngleCenterLinePropertyEditor, RightAngleLineTypePropertyEditor, ScalingTypePropertyEditor, SliderPropertyEditor.DelegateEditor, SpinnerIntegerPropertyEditor.DelegateEditor, StaticDatePropertyEditor.DelegateEditor, StaticLongPropertyEditor.DelegateEditor, StaticTextPropertyEditor.DelegateEditor, TagPropertyEditor, TextAreaPropertyEditor, TextPropertyEditor.DelegateEditor, TextRendererPropertyEditor, TypePropertyEditor, UneditablePropertyEditor, VerticalAlignPropertyEditor.DelegateEditor

public interface ObjectPropertyEditor2
extends ObjectPropertyEditor


メソッドの概要
 java.lang.Object[] getObjects()
           
 boolean isModal()
           
 void registActivatedHandler(java.lang.Runnable handler)
           
 void setModal(boolean modal)
           
 void setObjects(java.lang.Object[] objects)
           
 
インタフェース jp.carabiner.inkpod.objectinfo.ObjectPropertyEditor から継承されたメソッド
addPropertyChangeListener, getAsText, getCustomEditor, getObject, getValue, isEditabled, isEnabled, isPaintable, isUndefined, paintValue, removePropertyChangeListener, setAsText, setEditable, setEnabled, setUndefined, setValue, supportsCustomEditor
 

メソッドの詳細

setModal

void setModal(boolean modal)

isModal

boolean isModal()

setObjects

void setObjects(java.lang.Object[] objects)

getObjects

java.lang.Object[] getObjects()

registActivatedHandler

void registActivatedHandler(java.lang.Runnable handler)