Uses of Class
com.jtattoo.plaf.BaseTitlePane

Packages that use BaseTitlePane
com.jtattoo.plaf   
com.jtattoo.plaf.acryl   
com.jtattoo.plaf.aero   
com.jtattoo.plaf.aluminium   
com.jtattoo.plaf.fast   
com.jtattoo.plaf.graphite   
com.jtattoo.plaf.hifi   
 

Uses of BaseTitlePane in com.jtattoo.plaf
 

Methods in com.jtattoo.plaf that return BaseTitlePane
 BaseTitlePane BaseRootPaneUI.createTitlePane(JRootPane root)
          Returns the JComponent to render the window decoration style.
 BaseTitlePane BaseRootPaneUI.getTitlePane()
          Returns the JComponent rendering the title pane.
 

Methods in com.jtattoo.plaf with parameters of type BaseTitlePane
 void BaseRootPaneUI.setTitlePane(JRootPane root, BaseTitlePane titlePane)
          Sets the window title pane -- the JComponent used to provide a plaf a way to override the native operating system's window title pane with one whose look and feel are controlled by the plaf.
 

Uses of BaseTitlePane in com.jtattoo.plaf.acryl
 

Subclasses of BaseTitlePane in com.jtattoo.plaf.acryl
 class AcrylTitlePane
           
 

Methods in com.jtattoo.plaf.acryl that return BaseTitlePane
 BaseTitlePane AcrylRootPaneUI.createTitlePane(JRootPane root)
           
 

Uses of BaseTitlePane in com.jtattoo.plaf.aero
 

Subclasses of BaseTitlePane in com.jtattoo.plaf.aero
 class AeroTitlePane
           
 

Methods in com.jtattoo.plaf.aero that return BaseTitlePane
 BaseTitlePane AeroRootPaneUI.createTitlePane(JRootPane root)
           
 

Uses of BaseTitlePane in com.jtattoo.plaf.aluminium
 

Subclasses of BaseTitlePane in com.jtattoo.plaf.aluminium
 class AluminiumTitlePane
           
 

Methods in com.jtattoo.plaf.aluminium that return BaseTitlePane
 BaseTitlePane AluminiumRootPaneUI.createTitlePane(JRootPane root)
           
 

Uses of BaseTitlePane in com.jtattoo.plaf.fast
 

Subclasses of BaseTitlePane in com.jtattoo.plaf.fast
 class FastTitlePane
           
 

Methods in com.jtattoo.plaf.fast that return BaseTitlePane
 BaseTitlePane FastRootPaneUI.createTitlePane(JRootPane root)
           
 

Uses of BaseTitlePane in com.jtattoo.plaf.graphite
 

Subclasses of BaseTitlePane in com.jtattoo.plaf.graphite
 class GraphiteTitlePane
           
 

Methods in com.jtattoo.plaf.graphite that return BaseTitlePane
 BaseTitlePane GraphiteRootPaneUI.createTitlePane(JRootPane root)
           
 

Uses of BaseTitlePane in com.jtattoo.plaf.hifi
 

Subclasses of BaseTitlePane in com.jtattoo.plaf.hifi
 class HiFiTitlePane
           
 

Methods in com.jtattoo.plaf.hifi that return BaseTitlePane
 BaseTitlePane HiFiRootPaneUI.createTitlePane(JRootPane root)
           
 



Copyright © 2011. All Rights Reserved.