Package com.notuvy.gui

Utilities for building GUI applications.

See:
          Description

Interface Summary
FormComponent Generic description of a custom UI component in a form.
PersistentLocatable Basic description
 

Class Summary
BaseSplash A small splash screen to show whenever the application wants.
BooleanChoice A GUI widget to select true/false values.
ButtonField A UI component that includes a uneditable text field with an attached button that can be used to launch and editor that controls the text.
ComponentEnableSet A collection of components that are all enabled/disabled as a unit.
FilenameField A UI component for a filename.
FilenameField.Both  
FilenameField.Dirs  
FilenameField.Files  
FloatingInfoWindow Display a non-modal window displaying static text.
FormField Represent a single field (label + component) in a form.
FormField.Area  
FormField.CheckBox  
FormField.Choice  
FormField.Field  
FormField.Generic  
FormField.Html  
FormField.List  
FormFieldMap A map containing all fields (UI components) in a form.
FormPanelCreator Basic description
GenericDialog An abstract framework for creating a GUI frame for an application.
GenericFrame An abstract framework for creating a GUI frame for an application.
GenericMenuBuilder Basic description
GenericWindow An abstract framework for creating a GUI window (either frame or dialog) for an application.
InfoButton Basic description
InfoDialog Display an informational dialog with the given text.
LEDLabel A label with an icon that looks like an LED that displays state.
MainFrame An abstract framework for creating the main GUI frame for an application.
MouseActivityMonitor Basic description
PanelCreator Basic description
Progress Encapsulate a progress bar exposed as the Progressable interface.
SimpleHandler This is a facility for handling a single, simple UI action.
SimpleHandler.Action  
SimpleHandler.KeyRelease  
SimpleHandler.WindowClosing  
StatusBar A UI component that is a status bar to be displayed for a frame.
StatusBarAppender A log4j appender which writes to a GUI StatusBar.
StripPanelCreator Basic description
StripPanelCreator.Horizontal  
StripPanelCreator.Vertical  
SwingActivityEventQueue An EventQueue that keeps track of last activity, so it can be determined how long the user is idle.
TimedDialog An abstract dialog that is displayed only for a limited amount of time.
TimedNowLaterDialog A warning dialog that is displayed only for a limited amount of time.
TimedWarnDialog A warning dialog that is displayed only for a limited amount of time.
UIActivityMonitor The "latest activity" is the later of the UI activity, or the action taken due to UI idleness.
WindowLocation Keep track of the locations of multiple windows.
 

Enum Summary
BaseSplash.DependentStrategy  
 

Package com.notuvy.gui Description

Utilities for building GUI applications.



Copyright © 2013. All Rights Reserved.