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 TabbedFrame.getTabbedUI()
          Returns the UI implementation for the frame.
protected  AbstractTabbedUI TabbedApplet.getTabbedUI()
          Returns the UI implementation for the applet.
protected  AbstractTabbedUI TabbedDialog.getTabbedUI()
          Returns the UI implementation for the dialog.
 

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



Copyright © 2001-2011 JFree.org. All Rights Reserved.