org.vizzini.ui.table
Class TableStylePreferences

java.lang.Object
  extended by org.vizzini.ui.table.TableStylePreferences

public class TableStylePreferences
extends Object

Provides convenience methods for storage and retrieval of table style preferences.

Since:
v0.2
Version:
v0.3
Author:
Jeffrey M. Thompson

Constructor Summary
TableStylePreferences(Class owningClass)
          Construct this object.
 
Method Summary
 TableStyle fetch(String prefix, TableStyle defaultTableStyle)
          Store the given text style.
 void store(String prefix, TableStyle tableStyle)
          Store the given text style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableStylePreferences

public TableStylePreferences(Class owningClass)
Construct this object.

Since:
v0.2
Method Detail

fetch

public TableStyle fetch(String prefix,
                        TableStyle defaultTableStyle)
Store the given text style.

Since:
v0.2

store

public void store(String prefix,
                  TableStyle tableStyle)
Store the given text style.

Since:
v0.2


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