Package com.partnersoft.v3x.gui

Interface Summary
Deck A visual component, such as a tab control, that keeps a set of components like cards in a deck.
EditorControl  
PartnerWindow A standalone window.
StateChangeToggle  
ViewerControl  
 

Class Summary
ActionBureau A bureau and dispatcher for named actions.
ActionControlBox  
AWTSplash Handy splash screen for amusing users whilst loading.
BarbedLineDrawer Draws a line consisting of little barbs.
BareSpecificationDialog An specification dialog with no buttons.
BasicDeck A panel which uses CardLayout and a set of index objects to manage the individual "cards".
BasicDialog A really basic yes/no/cancel type dialog.
BigStringSpecifier A specifier for large, multiline strings.
BigStringViewer A simple viewing control for objects whose toString() returns multiple lines.
BlackAndWhiteFilter An image filter that will create a black and white image
BooleanSpecifier A specifier for boolean values.
BusyBox A super-configurable, HTML-based application control panel with logs etc.
ButtonDeck A Deck with a row of buttons switching between the cards.
ButtonTree A hierarchical selector that uses rows of buttons.
CascadingSelectionConfig  
CenteredLayout A trivial layout that centers a single, unstretched component in a container.
ChangeJobStatusDialog  
CheckBoxJList  
ColorFactory A factory that hands out colors by name.
ColorFilteringGraphics2D  
ColorLib Color-related functions.
ColorMappedCellRenderer A cell renderer that renders a text value based on a Map of values to colors.
ColorMappedListCellRenderer A cell renderer that renders a text value based on a Map of values to colors.
ColorToBlackFilter An image filter that will turn the RGB components of all colors to zero, leaving the alpha component alone.
ComboSelector A selector that uses a ComboBox.
CompoundLineDrawer Combines two types of line drawers into one.
DashedLineDrawer Draws a dashed line.
DateSpecifier A convenience class, really.
DateTimeSpecifier A convenience class, really.
EditDialog An editing dialog.
EditTabConfig Configuration for a tab in a TabbedEditor.
EditTextDialog  
EnablementManager This is a gadget that maintains the enablement of a set of components.
EnumerableViewer A viewer that uses a JList to display enumerable objects (lists, arrays, etc.)
ErrorMessageWindow An error message/log view window.
ExtensionFilter A file filter that filters based on extensions.
FastLogDisplay A (hopefully) faster, hand-coded GUI display for logs.
FieldBlank A "blank" or editing control for a single field on an edit form.
FilenameSpecifier A specifier for file names/paths.
FilesetEditor Edits a tof containing a map of named sets of file names.
FixedColorFilter An image filter that will turn the RGB components of all colors to another value, leaving the alpha component alone.
FixedPercentageLayout A layout manager for fixed-percentage widths.
FlexGridLayout Works like a GridLayout with variable sized rows and columns a la GridBagLayout.
FlexibleCellEditor  
FlexibleCellRenderer A TableCellRenderer that returns components based on the value's class.
FocusFixingPanel A JPanel that reports all focus events from subcomponents as its own.
FolderFilter  
FontGraphics This object helps manage Graphics-specific details about a font.
FontSpecification A named font specification.
FontSpecifier A ComboBoxSelector that selects Strings using corresponding images from an ImageFactory.
FormattedLineDrawer Draws a formatted line.
GraphicButton  
GUILib A GUI library class.
GUITreeNode A node in a hierarchical tree intended for display on a GUI control.
HelpfulEntryForm A GUI layout and management tool that assembles data entry fields into a basic form, and supports an HTML help box that describes the field the user is currently in.
Hideaway A panel that allows you to hide a component without letting layout managers reclaim their space.
HTMLActionPane An HTML-based GUI, where hyperlinks trigger application events.
HTMLViewer An HTML-based GUI, where hyperlinks trigger application events.
IconCellEditor A TableCellEditor with a drop-down icon list.
IconCellRenderer A TableCellRenderer that renders icons.
IconSpecifier A ComboBoxSelector that selects Strings using corresponding images from an ImageFactory.
ImageCanvas A self drawing, component image.
ImageFactory A Factory that locates or creates images and delivers them based upon textual names.
ImageLib An image manipulation library class.
ImageReference An reference to an image in an ImageFactory.
ImageReferenceViewer A viewer for ImageReferences.
ImageViewer A somewhat featureful image viewing component.
IntegerSpecifier A convenience class, really.
InvalidHighlightingCellRenderer A cell renderer that renders a text value in red if it fails a configurable test.
InvalidHighlightingListCellRenderer A cell renderer that renders a text value in red if it fails a configurable test.
InverseFilter An image filter than performs an inverse video effect on the colors.
LabeledListViewer Displays a list of items in the given order, with corresponding labels to the left.
LabelledListTableModel Displays a list of items in the given order, with corresponding labels to the left.
Labels A central repository for the text for labels and explanatory text.
LastLogDisplay A display that shows the last LogEntry from a Log.
LicenseGUILib Handles GUI part of licensing - popup screen, window titles, etc.
LicenseGUILib.EvaluationNoticeActions  
LimitedBigStringSpecifier A specifier for short strings with a configurable length limit.
LimitedStringSpecifier A specifier for short strings with a configurable length limit.
LineDrawer A superclass for drawing various sorts of lines.
LinetypeConfig Configuration for linetypes.
LinetypeIcon An Icon that draws a sample of a linetype, useful for selectors and labels.
LinetypeSelector A ComboBoxSelector that selects Linetypes using little sample icons.
LinetypeSymbol A linetype symbol which can be drawn across a set of points which make up a segment of a line.
LinetypeSymbols A factory of linetype symbols for your pleasure.
ListSelector A selector that uses a JList.
LocalImageFactory An ImageFactory that retrieves images based on filename from a directory.
LocationCopyPasteDialog  
LockingStateChangeButton A locking toggle button that triggers a state change and conditional exit.
LockingToggleButton A locking toggle button.
LockingWaitForSpecificationButton A ToggleButton that waits for a specified object (via the SpecificationListener interface) before performing an action (the doForSpecified(Object specified) method).
LogEventCellRenderer A cell renderer that renders a LogEvent in red for errors, yellow for warnings and black otherwise.
LogListModel A ListModel for the previous N log entries.
LogWatcher A component for watching log output as it goes to a Log.
MainWindow A main window; an PartnerWindow which calls dispose() and System.exit() when it's closed.
MapDataCopyPasteDialog  
MixedCollectionEditor An EditorControl for non-homogenous collections.
MixedCollectionEditorType A configuration for one type (in the very loosest sense of the word) of thing you can edit in a MixedCollectionEditor.
MobileDeviceFileImportDialog This is the main gui class for the mobile device file importer.
Name2ImageReference Turns a string into an ImageReference.
NumberingCellRenderer A cell renderer that renders a sequence number instead of the toString() of the object.
NumberSpecifier A convenience class, really.
PalmInstaller Standalone GUI for the Palm Installer.
PalmPropagationGUI Palm Installer GUI launched from an menu action in Palm mapset.
PartnerDialog A totally rewritten dialog that doesn't screw up like Sun's.
PartnerFrame A JFrame with some added behavior.
PicklistCellEditor A TableCellEditor with a drop-down picklist list.
Piffle A simple little vector-based icon initialized with a python drawing command script.
PiffleBufferedImage An image with an associated Piffle/GVT GraphicNode.
PiffleEditor Stupid little editor for piffle files.
PiffleGraphics Simplified graphics handle for Piffling.
PiffleToPNG  
PopupDisplay A popup window that displays a single component and has an OK button to make it go away.
PopupMessage A popup message window.
ProgressTrackingInputStream An input stream that notifies SystemProgressMeters of input progress.
RadioToggleButton A toggled button.
RationalPolygon A polygon whose points vary based on a supplied Dimension.
ReportViewer A tabbed viewer for a set of reports or other large Strings.
SetSpecifier Specifier for Sets.
SimpleEditPanel A basic, form-like editor for objects.
SimpleErrorLogger  
SimpleMapEditorControl  
SimpleTOFEditor An editor for simple beans in TOF files.
SimpleTOFEditorConfig Configuration item for SimpleTOFEditor.
SimpleTOFEditorPanel An panel in the SimpleTOFEditor; addresses a single beans in a single TOF file.
SingleLayout A trivial layout that stretches a single contained component to the full size of the container.
SortedListModel A basic sorted ListModel.
SpecificationDialog An specification dialog.
SpecifierCellEditor A TableCellEditor with a drop-down specifier list.
SpecifierControl A handy superclass that provides JPanel and SpecifierGadget facilities in one handy class.
SpecifierFactory A Factory for specifiers.
Splash Handy splash screen for amusing users whilst loading.
StandardSpecifierFactory Generic FactoryMethodFactory of specifiers, e.g.
StateChangeButton A single-press button that triggers a state change.
StretchAndStackLayout A trivial layout manager designed for LayeredPanes containing stacked components.
StringListSpecifier A specifier for ArrayLists of strings.
StringSpecifier A specifier for short strings.
StringViewer A simple viewing control for objects whose toString() returns a single line.
SublistEditorControl Editor and gui for subset editing.
SystemProgressMeters A set of shared progress meters that can be accessed by several applications.
TabbedDeck A Deck that uses the Swing JTabbedPane control.
TabbedEditor An editor with the fields split into various tabs.
TabbedEditorControl A serializable tabbed editor control.
TabbedTextViewer A TabbedDeck filled with named text (e.g.
TableButton A TableCellEditor that's also a GraphicButton.
TableEditor  
TabListCellRenderer  
TemplateListSelector A selector that uses a JList.
ThreadedActionButton A button whose action runs in a separate thread.
TimeSpecifier A convenience class, really.
ToggleButton A toggled button.
ToggleStateChangeButton A locking toggle button that triggers a state change and conditional exit.
TogglingButton A regular momentary button that toggles a Toggle when it is impressed.
ViewerFactory A Factory for viewers.
WaitForSpecificationButton A ToggleButton that waits for a specified object (via the SpecificationListener interface) before performing an action (the doForSpecified(Object specified) method).
WrapperGraphics2D