Uses of Class
com.ice.pref.PrefsTuple

Packages that use PrefsTuple
com.ice.config.editor   
com.ice.pref   
 

Uses of PrefsTuple in com.ice.config.editor
 

Methods in com.ice.config.editor with parameters of type PrefsTuple
 void ConfigTupleTableEditor.TupleTableModel.insertElement(PrefsTuple tup, int row)
           
 void ConfigTupleTableEditor.TupleTableModel.appendElement(PrefsTuple tup)
           
 

Uses of PrefsTuple in com.ice.pref
 

Methods in com.ice.pref that return PrefsTuple
 PrefsTuple PrefsTupleTable.getTuple(java.lang.String key)
           
 PrefsTuple PrefsTupleTable.getTupleAt(int idx)
           
 PrefsTuple PrefsTupleTable.setTupleAt(PrefsTuple tup, int idx)
           
 

Methods in com.ice.pref with parameters of type PrefsTuple
 PrefsTuple PrefsTupleTable.setTupleAt(PrefsTuple tup, int idx)
           
 void PrefsTupleTable.removeTuple(PrefsTuple tup)
           
 void PrefsTupleTable.insertTupleAt(PrefsTuple tup, int idx)
           
 void PrefsTupleTable.appendTuple(PrefsTuple tup)
           
 void PrefsTupleTable.putTuple(PrefsTuple tuple)
           
 boolean PrefsTuple.equals(PrefsTuple that)
           
 



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