Uses of Class
com.ice.pref.PrefsTupleTable

Packages that use PrefsTupleTable
com.ice.config.editor   
com.ice.jcvsii Implements a CVS client application on top of the com.ice.cvsc package. 
com.ice.pref   
 

Uses of PrefsTupleTable in com.ice.config.editor
 

Methods in com.ice.config.editor that return PrefsTupleTable
 PrefsTupleTable ConfigTupleTableEditor.TupleTableModel.getData()
           
 

Methods in com.ice.config.editor with parameters of type PrefsTupleTable
 void ConfigTupleTableEditor.TupleTableModel.setData(PrefsTupleTable table)
           
 

Constructors in com.ice.config.editor with parameters of type PrefsTupleTable
ConfigTupleTableEditor.TupleTableModel(PrefsTupleTable table)
           
 

Uses of PrefsTupleTable in com.ice.jcvsii
 

Fields in com.ice.jcvsii declared as PrefsTupleTable
protected  PrefsTupleTable ExecCommandEditor.cmdTable
           
 

Methods in com.ice.jcvsii that return PrefsTupleTable
 PrefsTupleTable Config.getExecCmdDefinitions()
           
 

Uses of PrefsTupleTable in com.ice.pref
 

Methods in com.ice.pref that return PrefsTupleTable
 PrefsTupleTable UserPrefs.getTupleTable(java.lang.String name, PrefsTupleTable defval)
           
 

Methods in com.ice.pref with parameters of type PrefsTupleTable
 PrefsTupleTable UserPrefs.getTupleTable(java.lang.String name, PrefsTupleTable defval)
           
 void UserPrefs.setTupleTable(java.lang.String name, PrefsTupleTable table)
          Set a TupleTable property.
 boolean PrefsTupleTable.equals(PrefsTupleTable that)
           
 



Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.