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

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

public interface ObjectPropertyEditor


メソッドの概要
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 java.lang.String getAsText()
           
 java.awt.Component getCustomEditor()
           
 java.lang.Object getObject()
           
 java.lang.Object getValue()
           
 boolean isEditabled()
           
 boolean isEnabled()
           
 boolean isPaintable()
           
 boolean isUndefined()
           
 void paintValue(java.awt.Graphics g, java.awt.Rectangle box)
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void setAsText(java.lang.String text)
           
 void setEditable(boolean editable)
           
 void setEnabled(boolean enable)
           
 void setUndefined(boolean undefined)
           
 void setValue(java.lang.Object value)
           
 boolean supportsCustomEditor()
           
 

メソッドの詳細

addPropertyChangeListener

void addPropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener

void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

paintValue

void paintValue(java.awt.Graphics g,
                java.awt.Rectangle box)

isPaintable

boolean isPaintable()

getValue

java.lang.Object getValue()
                          throws PropertyValueValidationException
例外:
PropertyValueValidationException

setValue

void setValue(java.lang.Object value)

getAsText

java.lang.String getAsText()

setAsText

void setAsText(java.lang.String text)
               throws PropertyValueValidationException
例外:
PropertyValueValidationException

supportsCustomEditor

boolean supportsCustomEditor()

getCustomEditor

java.awt.Component getCustomEditor()

getObject

java.lang.Object getObject()

setEnabled

void setEnabled(boolean enable)

isEnabled

boolean isEnabled()

setEditable

void setEditable(boolean editable)

isEditabled

boolean isEditabled()

setUndefined

void setUndefined(boolean undefined)

isUndefined

boolean isUndefined()