Uses of Class
org.vizzini.ui.table.TableStyle

Packages that use TableStyle
org.vizzini.ui Provides basic user interface classes for the game framework. 
org.vizzini.ui.table Provides core table user interface classes for the game framework. 
 

Uses of TableStyle in org.vizzini.ui
 

Methods in org.vizzini.ui that return TableStyle
 TableStyle SortTable.deriveTableStyle()
          Derive a table style from this table's current settings.
 

Methods in org.vizzini.ui with parameters of type TableStyle
 void SortTable.applyTableStyle(TableStyle tableStyle)
          Apply the given table style to this table.
 

Uses of TableStyle in org.vizzini.ui.table
 

Fields in org.vizzini.ui.table declared as TableStyle
static TableStyle TableStyle.DEFAULT_TABLE_STYLE
          Default table style.
 

Methods in org.vizzini.ui.table that return TableStyle
 TableStyle TableStylePreferences.fetch(String prefix, TableStyle defaultTableStyle)
          Store the given text style.
 TableStyle TableStyleChooser.getTableStyle()
          Return the text style.
 

Methods in org.vizzini.ui.table with parameters of type TableStyle
 TableStyle TableStylePreferences.fetch(String prefix, TableStyle defaultTableStyle)
          Store the given text style.
 void TableStyleChooser.setTableStyle(TableStyle tableStyle)
          Set the color scheme.
 void TableStylePreferences.store(String prefix, TableStyle tableStyle)
          Store the given text style.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02