| java.lang.Object java.beans.PropertyEditorSupport com.jeta.swingbuilder.gui.properties.JETAPropertyEditor
All known Subclasses: com.jeta.swingbuilder.gui.properties.editors.ScrollBarsEditor, com.jeta.swingbuilder.gui.properties.editors.ColorEditor, com.jeta.swingbuilder.gui.properties.editors.BorderEditor, com.jeta.swingbuilder.gui.properties.editors.StringEditor, com.jeta.swingbuilder.gui.properties.editors.FontEditor, com.jeta.swingbuilder.gui.properties.editors.LineEditor, com.jeta.swingbuilder.gui.properties.editors.BooleanEditor, com.jeta.swingbuilder.gui.properties.editors.FillEditor, com.jeta.swingbuilder.gui.properties.editors.UnknownEditor, com.jeta.swingbuilder.gui.properties.editors.ComboEditor, com.jeta.swingbuilder.gui.properties.editors.ItemsEditor, com.jeta.swingbuilder.gui.properties.editors.DimensionEditor, com.jeta.swingbuilder.gui.properties.editors.IconEditor, com.jeta.swingbuilder.gui.properties.editors.TabbedPaneEditor, com.jeta.swingbuilder.gui.properties.editors.NumericEditor,
getJavaInitializationString | public String getJavaInitializationString()(Code) | | |
invokePropertyDialog | public void invokePropertyDialog(Component view)(Code) | | Invokes a dialog used to update the property
Parameters: view - the component that invokes the dialog. This is mainly used toset the parent of the dialog. |
isPaintable | public boolean isPaintable()(Code) | | Determines whether this class renders itself using the
paintValue(Graphics g, Rectangle rect) method. Generally, editors that
are not JComponents are paintable.
|
supportsInlineEditing | public boolean supportsInlineEditing()(Code) | | true if this editor supports custom editing inline in theproperty table. Property types such as the Java primitives andStrings support inline editing. |
|
|