| com.jeta.swingbuilder.gui.properties.JETAPropertyEditor com.jeta.swingbuilder.gui.properties.editors.ScrollBarsEditor
ScrollBarsEditor | public class ScrollBarsEditor extends JETAPropertyEditor (Code) | | Property editor for scrollbars. A scroll property is a custom JETAProperty
for scrollable components such as JTextArea, JList, JTable, etc. We currently
don't support directly editing JScrollPanes in the builder so we have this
'psuedo' property instead that is attached to scrollable components.
author: Jeff Tassin |
ScrollBarsEditor | public ScrollBarsEditor()(Code) | | ctor
|
invokePropertyDialog | public void invokePropertyDialog(Component comp)(Code) | | Invokes a dialog used to update the property
|
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.
|
paintValue | public void paintValue(Graphics g, Rectangle rect)(Code) | | Method that renders the text on the given graphics context
|
supportsCustomEditor | public boolean supportsCustomEditor()(Code) | | true since we have a custom editor dialog for this type |
|
|