Uses of Class
holoedit.data.HoloFctPreset

Packages that use HoloFctPreset
holoedit.data   
holoedit.fileio   
holoedit.functions   
holoedit.gui   
 

Uses of HoloFctPreset in holoedit.data
 

Methods in holoedit.data that return HoloFctPreset
 HoloFctPreset HoloFctPreset.setVals(java.lang.Object[] inVals)
           
 

Methods in holoedit.data with parameters of type HoloFctPreset
 boolean HoloFctPreset.equals(HoloFctPreset comPreset)
           
 

Uses of HoloFctPreset in holoedit.fileio
 

Fields in holoedit.fileio with type parameters of type HoloFctPreset
(package private)  java.util.Vector<HoloFctPreset> HoloFctPstIO.presets
           
 

Uses of HoloFctPreset in holoedit.functions
 

Fields in holoedit.functions with type parameters of type HoloFctPreset
private  java.util.Vector<HoloFctPreset> Algorithm.presets
           
 

Methods in holoedit.functions that return types with arguments of type HoloFctPreset
 java.util.Vector<HoloFctPreset> Algorithm.getPresets()
           
 

Methods in holoedit.functions with parameters of type HoloFctPreset
 void Algorithm.addPreset(HoloFctPreset p)
           
 

Method parameters in holoedit.functions with type arguments of type HoloFctPreset
 void Algorithm.setPresets(java.util.Vector<HoloFctPreset> p)
           
 

Uses of HoloFctPreset in holoedit.gui
 

Fields in holoedit.gui with type parameters of type HoloFctPreset
private  java.util.Vector<HoloFctPreset> PresetCombo.presets
           
 

Methods in holoedit.gui that return HoloFctPreset
 HoloFctPreset PresetCombo.getCurrentPst()
           
 

Methods in holoedit.gui with parameters of type HoloFctPreset
 void PresetCombo.addPreset(HoloFctPreset hPreset)
           
 

Constructor parameters in holoedit.gui with type arguments of type HoloFctPreset
PresetCombo(java.lang.String alg, java.util.Vector<HoloFctPreset> inPresets)