net.suberic.util.gui.propedit |
|
Java Source File Name | Type | Comment |
BooleanEditorPane.java | Class | This is a Swing implemenation of a boolean PropertyEditorUI. |
ColorSelectorPane.java | Class | This displays the currently selected file (if any), along with a
button which will bring up a JColorChooser to choose any other file(s).
If property._enabledBox is set to true, then this also adds a
checkbox to show whether or not to use this property, or just to use
the defaults.
Note that the value that gets set is actually property.rgb (which is
the rgb value of the color selected), and, if the enabled checkbox is
there, property.enabled. |
CompositeEditorPane.java | Class | This is a Property Editor which displays a group of properties.
These properties should all be definte by a single property.
An example:
Configuration=foo:bar
Configuration.propertyType=Composite
Configuration.scoped=false
foo=zork
bar=frobozz
Options:
Configuration.scoped - shows that the properties listed are subproperties
of both the property and the template. |
CompositeSwingPropertyEditor.java | Class | This will make an editor for a list of properties. |
ConfigurablePropertyEditorListener.java | Interface | A PropertyEditorListener than can be configured from a property. |
DefaultBooleanEditorPane.java | Class | An EditorPane which allows a user to select from a choice of three:
true, false, or default. |
DesktopPropertyEditorFactory.java | Class | A factory which can be used to create PropertyEditorUI's. |
DisableFilter.java | Class | A PropertyEditorListener which enables or disables certain editors
depending on whether or not a particular property is enabled. |
FileSelectorPane.java | Class | This displays the currently selected file (if any), along with a
button which will bring up a JFileChooser to choose any other file(s). |
FontSelectorPane.java | Class | This displays the currently selected file (if any), along with a
button which will bring up a FontChooser to choose any other file(s). |
ListEditorPane.java | Class | An EditorPane which allows a user to select from a list of choices. |
MultiEditorPane.java | Class | This class will make an editor for a list of elements, where each of
the elements has a set of subproperties. |
NumberFilter.java | Class | A PropertyEditorListener which disallows non-integers, and can also be
used for min/max settings. |
PasswordEditorPane.java | Class | |
PropertyEditorAdapter.java | Class | This listens to a PropertyEditorUI and reacts to changes. |
PropertyEditorFactory.java | Class | A factory which can be used to create PropertyEditorUI's. |
PropertyEditorListener.java | Interface | This listens to a PropertyEditorUI and reacts to changes. |
PropertyEditorManager.java | Class | This manages a set of PropertyEditors. |
PropertyEditorPane.java | Class | This is a top-level editor for properties. |
PropertyEditorUI.java | Interface | An interface which defines a way of editing a property. |
PropertyValueVetoException.java | Class | |
StringEditorPane.java | Class | The default EditorPane. |
SwingPropertyEditor.java | Class | A Swing implementation of the PropertyEditorUI. |
TabbedEditorPane.java | Class | This will make an editor for a list of properties. |
VariableEditorPane.java | Class | This will made a panel which can change depending on
exact properties which are then edited will depend on the value of
another propery. |