Package org.homeunix.thecave.moss.swing

Interface Summary
MossSearchField.SearchTextChangedEventListener  
StandardContainer  
StandardHintTextComponent An interface for all Hint text components.
StandardMenu  
StandardWindow An interface which defines several helper functions to a standard container (frame, dialog, etc).
 

Class Summary
ApplicationModel This is a class which allows for keeping track of what documents, frames, etc are open for a single application.
MossAssociatedDocumentFrame AbstractAssociatedFrame is for a frame which is a logical association of another.
MossCheckBoxList A JList extension which uses a JCheckBox as a cell renderer.
MossDecimalField  
MossDialog  
MossDocumentFrame AbstractDocumentFrame is the class which contains document specific logic.
MossFrame AbstractFrame is core of the Moss framework for creating easy to use and powerful windows.
MossHintComboBox A combo box which includes a hint (text which appears when the widget is empty, until the user clicks on it).
MossHintTextArea A text field which includes a hint (text which appears when the widget is empty, until the user clicks on it).
MossHintTextField A text field which includes a hint (text which appears when the widget is empty, until the user clicks on it).
MossLabel A 'label-like' class which will automatically wrap.
MossMenu  
MossMenuBar  
MossMenuItem  
MossPanel  
MossPasswordInputDialog Generic password entry dialog.
MossProgressDialog  
MossScrollingComboBox A simple extension of a JComboBox which enables the scrolling behaviour by default (on a regular JComboBox, you have to manually enable it).
MossSearchField A simple search field, similar in layout to the NSSearchField on the Macintosh.
MossSmartFileChooser A class which helps set up 'smart' file choosers.
MossSplashScreen A splash screen which will display the given image until the main program starts.
MossStatusDialog  
MossTextArea A text field which includes a hint (text which appears when the widget is empty, until the user clicks on it).
MossTristateCheckBox  
MossValueScroller