Package org.moyoman.client.reference.util

Provides utility classes to support the Moyoman client GUI application.

See:
          Description

Interface Summary
IGUIConstants Provides some common GUI definitions such as margin.
 

Class Summary
ActionManager Provides a factory for creating and caching Swing actions.
ActionManager$1  
AlphabetizedComboBoxModel Provides a combo box model with alphabetized items.
AlphabetizedTabbedPane Provides a tabbed pane with alphabetized tabs.
ApplicationSupport Provides support for Swing applications.
ApplicationSupport$1  
BaseDialog Provides a generic dialog base class.
BaseDialog$1  
BaseDialog$2  
BaseDialog$3  
BaseDialog$4  
BrowserLauncher BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
FileSupport Provides file system methods for reading icons, input streams, properties, and directory listings.
FileSupport$1  
GridLayout2 This layout manager extends GridLayout to allow the cells to be different sizes.
GUISupport Provides support for color, font, integer, and icon properties.
MessageSupport Provides support for obtaining internationalized messages.
PlayerData Provides storage for data required to create a player.
PopupListener Provides a simple listener to activate popup menus.
RealizedThread Provides a thread that waits until a component is realized, then performs a specified action.
StatusBar Provides a UI for a status message area.
StatusBar$1  
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
SwingWorker.ThreadVar Class to maintain reference to current worker thread under separate synchronization control.
SwingWorker$1  
SwingWorker$2  
SystemUtilities Provides some commonly used system utility methods.
 

Package org.moyoman.client.reference.util Description

Provides utility classes to support the Moyoman client GUI application.

Author:
Jeffrey M. Thompson