Uses of Class
org.base.apps.util.view.swing.BasePanel

Packages that use BasePanel
org.base.apps.api.view.swing   
org.base.apps.beans.prefs.view   
org.base.apps.beans.view.swing   
org.base.apps.core.swing   
org.base.apps.core.swing.bound   
org.base.apps.util.view.swing Basic Swing utilities, including several extensions to augment default functionality. 
 

Uses of BasePanel in org.base.apps.api.view.swing
 

Subclasses of BasePanel in org.base.apps.api.view.swing
 class BoundComponentView<C extends Component>
          Base class for all bound JComponent views, implemented as an abstract class (rather than an interface) to mirror Swing's JComponent class hierarchy.
 

Uses of BasePanel in org.base.apps.beans.prefs.view
 

Subclasses of BasePanel in org.base.apps.beans.prefs.view
 class PreferenceEditor
           
 

Uses of BasePanel in org.base.apps.beans.view.swing
 

Subclasses of BasePanel in org.base.apps.beans.view.swing
 class BoundPanel
          Base panel for binding to arbitrary POJO beans.
 

Uses of BasePanel in org.base.apps.core.swing
 

Subclasses of BasePanel in org.base.apps.core.swing
 class AppPanel
          Base panel for application views.
 class AppTabs
          Represents a view of BASE Applications in a tabbed pane.
 class ButtonTabComponent
          Taken from the examples index at http://java.sun.com/docs/books/tutorial/uiswing/examples/components/TabComponentsDemoProject/src/components/ButtonTabComponent.java.
 

Uses of BasePanel in org.base.apps.core.swing.bound
 

Subclasses of BasePanel in org.base.apps.core.swing.bound
 class AbstractBoundText<C extends JTextComponent>
           
 class BoundField
          A bound JTextField.
 class BoundViewPanel
          Concrete implementation of BoundComponentView representing a panel.
 

Uses of BasePanel in org.base.apps.util.view.swing
 

Subclasses of BasePanel in org.base.apps.util.view.swing
 class ViewPanel<C extends Component>
           
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)