Package org.opa.window

This package is responsible for ALL window related services in OPA.

See:
          Description

Class Summary
OPADefaultDialog  
OPADefaultDisplayBuilder  
OPADefaultWindowManager The class OPADefaultWindowManager implements OPAWindowManager interface to show Dialogs/Internal Dialogs and dock splitPanes/Internal Frames into panels.
OPADialogHelper  
OPAInternalDialog  
OPAInternalHelper  
OPAMenuBuilder  
OPAOptionPanel This class is exactly the same as OPAPanel EXCEPT it provides null implementations of the 'buttonNAction' and the 'getControls' methods.
OPASplash  
OPASplashPanel  
OPASplashPanelSimple  
OPAStatusBar  
OPAToolBar  
WindowOptionPanel  
 

Package org.opa.window Description

This package is responsible for ALL window related services in OPA. This includes controlling dialog and window creation, display and toolbar management and the main desktop. To display a window in OPA, modules need only create an OPAPanel. This is a subclass of JPanel and can be used in most GUI builders. By passing the OPAPanel to OPAWindowManager implementations, the OPAPanel will be visible in the OPA GUI. Clients can choose how the OPAPanel is diplayed. OPAWindowManager provides INTERNAL (using the JDesktopPane), NORMAL (standard modal JDialog) and DOCKED (added into the main JFrame).