org.vizzini.ui.text
Class TextColorSetPreferences

java.lang.Object
  extended by org.vizzini.ui.text.TextColorSetPreferences

public class TextColorSetPreferences
extends Object

Provides convenience methods for storage and retrieval of text color set preferences.

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

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

Constructor Detail

TextColorSetPreferences

public TextColorSetPreferences(Class owningClass)
Construct this object.

Since:
v0.2
Method Detail

fetch

public TextColorSet fetch(String prefix,
                          TextColorSet defaultTextColorSet)
Store the given table text style.

Since:
v0.2

store

public void store(String prefix,
                  TextColorSet textColorSet)
Store the given table text style.

Since:
v0.2


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