oracle.jdevimpl.uieditor.assistant
Class XYConstraintsEditor
java.lang.Object
oracle.jdevimpl.uieditor.assistant.XYConstraintsEditor
- All Implemented Interfaces:
- oracle.jdeveloper.cmt.CmtPropertyEditor, java.beans.PropertyEditor
- public final class XYConstraintsEditor
- extends java.lang.Object
- implements oracle.jdeveloper.cmt.CmtPropertyEditor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XYConstraintsEditor
public XYConstraintsEditor()
setPropertyState
public void setPropertyState(oracle.jdeveloper.cmt.CmtPropertyState ps)
- Specified by:
setPropertyState
in interface oracle.jdeveloper.cmt.CmtPropertyEditor
setValue
public void setValue(java.lang.Object o)
- Specified by:
setValue
in interface java.beans.PropertyEditor
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface java.beans.PropertyEditor
isPaintable
public boolean isPaintable()
- Specified by:
isPaintable
in interface java.beans.PropertyEditor
paintValue
public void paintValue(java.awt.Graphics gfx,
java.awt.Rectangle box)
- Specified by:
paintValue
in interface java.beans.PropertyEditor
getAsText
public java.lang.String getAsText()
- Specified by:
getAsText
in interface java.beans.PropertyEditor
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- Specified by:
getJavaInitializationString
in interface java.beans.PropertyEditor
setAsText
public void setAsText(java.lang.String text)
throws java.lang.IllegalArgumentException
- Specified by:
setAsText
in interface java.beans.PropertyEditor
- Throws:
java.lang.IllegalArgumentException
getTags
public java.lang.String[] getTags()
- Specified by:
getTags
in interface java.beans.PropertyEditor
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
getCustomEditor
in interface java.beans.PropertyEditor
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor
in interface java.beans.PropertyEditor
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
- Specified by:
addPropertyChangeListener
in interface java.beans.PropertyEditor
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
- Specified by:
removePropertyChangeListener
in interface java.beans.PropertyEditor
Copyright ©1997, 2003, Oracle. All rights reserved.