AboutDialog |
Displays an About Dialog (Splash Screen).
|
AbstractDriverPanel |
UI for AbstractDrivers.
|
AbstractFeatureTextWriter |
|
AbstractSelection |
Superclass for holding a user-selected collection of Feature items.
|
ActionEventFirer |
Keeps registry of action listeners, triggers each of them on demand
with a given ActionEvent.
|
AnimatedClockPanel |
Implements an animated clock.
|
AttributePanel |
Implements an Attribute Panel.
|
AttributeTab |
Implements an Attribute Tab.
|
AttributeTablePanel |
Implements an AttributeTable panel.
|
BasicFileDriverPanel |
Base for UI supporting File-based Driver.
|
ButtonPanel |
|
ColorChooserPanel |
A custom Colour Scheme Browser - custom choices based on JColorChooser.
|
ColorPanel |
Displays a colour.
|
ColumnBasedTableModel |
|
DriverDialog |
Base Driver Dialog.
|
DriverPanelCache |
A cache of the state of a DriverPanel.
|
DummyLayerNamePanel |
Implements a minimal LayerNamePanel in a JPanel.
|
EditOptionsPanel |
|
EditTransaction |
Takes care of "rollback" (if any geometries are invalid) and undo,
for PlugIns and CursorTools that modify geometries.
|
EnableableToolBar |
Extends JToolBar to create an JToolBar with
certain buttons enabled (for saving state).
|
EnterWKTDialog |
Allows user to enter annotations in Well Known Text format.
|
ErrorDialog |
UI for Displaying an Error Dialog.
|
ExtensionsAboutPanel |
|
FeatureInfoWriter |
|
FeatureSelection |
|
FeatureTextWriterRegistry |
|
FileNamePanel |
|
FirableTreeModelWrapper |
|
FMEFileDriverPanel |
|
FontChooser |
Based on FontChooser by Janos Szatmary.
|
GeometryEditor |
Geometry objects are unmodifiable; this class allows you to "modify" a Geometry
in a sense -- the modified Geometry is returned as a new Geometry.
|
GeometryInfoPanel |
|
GeometryInfoTab |
|
GMLFileDriverPanel |
|
GrayableIcon |
|
GUIUtil |
|
GUIUtil.FileChooserWithOverwritePrompting |
|
GUIUtil.Location |
|
HTMLFrame |
At the bottom-left corner is an MS-Access-style record navigator for
cycling through the history of documents.
|
HTMLPanel |
|
InfoFrame |
Provides proxied (non-spatial) views of a Layer.
|
InfoModel |
|
InputChangedFirer |
Registry of inputChangedListeners; method to trigger them on demand.
|
InternalFrameTest |
|
JListTypeAheadKeyListener |
When the user types into a JList, scrolls the JList to that item.
|
JMLFileDriverPanel |
|
LayerColorPanel |
|
LayerColorPanel.FourColorPanel |
|
LayerComboBox |
Stays in sync with the LayerManager.
|
LayerNameRenderer |
|
LayerPrinter |
Renders layers as an Image, which can then be saved to a file or printed.
|
LayerTableModel |
|
LayerTreeCellEditor |
Implements a tree cell editor for the Layer tree.
|
LayerTreeCellRenderer |
|
LayerViewFrame |
Provides the internal Frame in which Layer views are rendered.
|
LayerViewPanel |
Be sure to call #dispose() when the LayerViewPanel is no longer
needed.
|
LineStringSelection |
A collection of selected LineStrings .
|
MultiInputDialog |
Flexible generic dialog for prompting the user to type in several values.
|
OKCancelPanel |
|
OneLayerAttributeTab |
Displays and stays in sync with a single Layer.
|
OptionsDialog |
|
PartSelection |
A collection of selected Geometry objects (parts of larger
selections).
|
PrimaryInfoFrame |
A TaskFrame can have several InfoFrames, but one PrimaryInfoFrame.
|
RecordPanel |
|
RecursiveKeyListener |
|
RecursiveListener |
Listens to a component; if the component is a container,
recursively listens to all children.
|
SchemaPanel |
|
SchemaTableModel |
|
SchemaTableModel.Field |
|
SelectionManager |
Provides aggregate information for selected features, parts, and linestrings.
|
SnapVerticesToolsOptionsPanel |
|
SplashPanel |
|
SplashWindow |
Based on "Java Tip 104: Make a splash with Swing" by Tony Colston
(http://www.javaworld.com/javaworld/javatips/jw-javatip104.html)
|
TableFrame |
|
TaskFrame |
|
TextFrame |
|
TitledPopupMenu |
A popup menu with a title row.
|
ToolTipWriter |
To customize the LayerViewPanel's tooltips, call LayerViewPanel#setToolTipText.
|
TrackedPopupMenu |
|
TransparencyPanel |
|
TreeLayerNamePanel |
|
TreeUtil |
|
ValidatingTextField |
Prevents the user from entering invalid data.
|
ValidatingTextField.BlankCleaner |
Implements cleaner which cleans up blank strings.
|
ValidatingTextField.BoundedDoubleValidator |
|
ValidatingTextField.BoundedIntValidator |
Extends CompositeValidator to validat that integers is within a set of boundary values.
|
ValidatingTextField.CompositeCleaner |
|
ValidatingTextField.CompositeValidator |
Implements validator to check for more than one condition.
|
ValidatingTextField.GreaterThanOrEqualValidator |
Implements validator with a greater than or equal to threshold.
|
ValidatingTextField.GreaterThanValidator |
Implements validator with a greater than threshold.
|
ValidatingTextField.LessThanOrEqualValidator |
Implements validator with a less than or equal to threshold.
|
ValidatingTextField.LessThanValidator |
Implements validator with a less than threshold.
|
ValidatingTextField.MaxIntCleaner |
|
ValidatingTextField.MinIntCleaner |
|
ValidatingTextField.NumberCleaner |
Allow the user to start typing a number with "-" or "."
|
Viewport |
Controls the area on the model being viewed by a LayerViewPanel.
|
VTextIcon |
VTextIcon is an Icon implementation which draws a short string vertically.
|
WorkbenchFileFilter |
Workbench filter that filters by fileType.
|
WorkbenchFrame |
This class is responsible for the main window of the JUMP application.
|
WorkbenchToolBar |
Makes it easy to add CursorTools and PlugIns as toolbar buttons.
|
WorkbenchToolBar.ToolConfig |
|
ZoomHistory |
|