com.partnersoft.gui
Interface GUIControl

All Known Implementing Classes:
ActivityProgressControl, ButtonControl, CheckBoxControl, ComboSelectionControl, CurrentLegendViewer, FileChooserControl, ListSelectionControl, MapHTMLControl, Splash, StringEditControl, ToggleButtonControl

public interface GUIControl

GUIControls are convenience wrappers for Java Swing components. They should encapsulate all wiring and plumbing with convenience methods and abstract implementation methods, but provide direct access when necessary. Mainly it should eliminate the need to import 500 swing classes just to make a button or text area that does something.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Method Summary
 javax.swing.JComponent getGUI()
           
 

Method Detail

getGUI

javax.swing.JComponent getGUI()