Holger's
Java API

Uses of Class
com.antelmann.util.gui.CustomTheme

Packages that use CustomTheme
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
com.antelmann.util.table This package provides useful additions to TableModels and contains classes to ease development with Swing tables. 
 

Uses of CustomTheme in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui that return CustomTheme
 CustomTheme JCustomThemeEditor.getTheme()
           
 

Methods in com.antelmann.util.gui with parameters of type CustomTheme
 void JCustomThemeEditor.setTheme(CustomTheme theme)
           
 

Constructors in com.antelmann.util.gui with parameters of type CustomTheme
JCustomThemeEditor(CustomTheme theme)
           
 

Uses of CustomTheme in com.antelmann.util.table
 

Methods in com.antelmann.util.table that return CustomTheme
 CustomTheme CustomThemeTableModel.getTheme()
           
 

Methods in com.antelmann.util.table with parameters of type CustomTheme
 void CustomThemeTableModel.setTheme(CustomTheme theme)
           
 

Constructors in com.antelmann.util.table with parameters of type CustomTheme
CustomThemeTableModel(CustomTheme theme)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads