Uses of Class
org.uispec4j.Panel

Packages that use Panel
org.uispec4j Provides classes for handling user interface components. 
 

Uses of Panel in org.uispec4j
 

Subclasses of Panel in org.uispec4j
 class Table.Cell
          Represents a table cell.
 class Window
          Wrapper for window components such as JFrame, JDialog, JInternalFrame.
 

Methods in org.uispec4j that return Panel
 Panel AbstractUIComponent.getContainer()
           
 Panel UIComponent.getContainer(java.lang.String parentName)
          Returns the first container named parentName or null if not found
 Panel AbstractUIComponent.getContainer(java.lang.String parentName)
           
 Panel Panel.getPanel()
           
 Panel Panel.getPanel(ComponentMatcher matcher)
           
 Panel Panel.getPanel(java.lang.String name)
           
 Panel TabGroup.getSelectedTab()
           
 



Copyright © 2004-2010. All Rights Reserved.