Uses of Class
org.jfree.ui.tabbedui.AbstractTabbedUI

Packages that use AbstractTabbedUI
org.jfree.ui.tabbedui Provides classes for tabbed user interfaces. 
 

Uses of AbstractTabbedUI in org.jfree.ui.tabbedui
 

Methods in org.jfree.ui.tabbedui that return AbstractTabbedUI
protected  AbstractTabbedUI TabbedDialog.getTabbedUI()
          Returns the UI implementation for the dialog.
protected  AbstractTabbedUI TabbedFrame.getTabbedUI()
          Returns the UI implementation for the frame.
protected  AbstractTabbedUI TabbedApplet.getTabbedUI()
          Returns the UI implementation for the applet.
 

Methods in org.jfree.ui.tabbedui with parameters of type AbstractTabbedUI
 void TabbedDialog.init(AbstractTabbedUI tabbedUI)
          Initialises the dialog.
 void TabbedFrame.init(AbstractTabbedUI tabbedUI)
          Initialises the dialog.
 void TabbedApplet.init(AbstractTabbedUI tabbedUI)
          Initialises the applet.
 



Copyright © 2009-2010 jtstand.com. All Rights Reserved.