Uses of Class
org.jfree.ui.tabbedui.AbstractTabbedUI
-
Packages that use AbstractTabbedUI Package Description org.jfree.ui.tabbedui Provides classes for tabbed user interfaces. -
-
Uses of AbstractTabbedUI in org.jfree.ui.tabbedui
Fields in org.jfree.ui.tabbedui declared as AbstractTabbedUI Modifier and Type Field Description private AbstractTabbedUITabbedApplet. tabbedUIThe UI for the applet.private AbstractTabbedUITabbedDialog. tabbedUIThe backend.private AbstractTabbedUITabbedFrame. tabbedUIThe backend.Methods in org.jfree.ui.tabbedui that return AbstractTabbedUI Modifier and Type Method Description protected AbstractTabbedUITabbedApplet. getTabbedUI()Returns the UI implementation for the applet.protected AbstractTabbedUITabbedDialog. getTabbedUI()Returns the UI implementation for the dialog.protected AbstractTabbedUITabbedFrame. getTabbedUI()Returns the UI implementation for the frame.Methods in org.jfree.ui.tabbedui with parameters of type AbstractTabbedUI Modifier and Type Method Description voidTabbedApplet. init(AbstractTabbedUI tabbedUI)Initialises the applet.voidTabbedDialog. init(AbstractTabbedUI tabbedUI)Initialises the dialog.voidTabbedFrame. init(AbstractTabbedUI tabbedUI)Initialises the dialog.
-