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 AbstractTabbedUI
TabbedApplet. tabbedUI
The UI for the applet.private AbstractTabbedUI
TabbedDialog. tabbedUI
The backend.private AbstractTabbedUI
TabbedFrame. tabbedUI
The backend.Methods in org.jfree.ui.tabbedui that return AbstractTabbedUI Modifier and Type Method Description protected AbstractTabbedUI
TabbedApplet. getTabbedUI()
Returns the UI implementation for the applet.protected AbstractTabbedUI
TabbedDialog. getTabbedUI()
Returns the UI implementation for the dialog.protected AbstractTabbedUI
TabbedFrame. getTabbedUI()
Returns the UI implementation for the frame.Methods in org.jfree.ui.tabbedui with parameters of type AbstractTabbedUI Modifier and Type Method Description void
TabbedApplet. init(AbstractTabbedUI tabbedUI)
Initialises the applet.void
TabbedDialog. init(AbstractTabbedUI tabbedUI)
Initialises the dialog.void
TabbedFrame. init(AbstractTabbedUI tabbedUI)
Initialises the dialog.
-