com.partnersoft.v3x.apps.Staker.ctron
Class UnitCtronModule

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.ctron.UnitCtronModule
All Implemented Interfaces:
CtronModule

public class UnitCtronModule
extends java.lang.Object
implements CtronModule

Configutron for units and unit filters.


Constructor Summary
UnitCtronModule(boolean forSpanUnits)
           
 
Method Summary
 void addToList()
           
 void deleteUnit()
           
 void editUnit()
           
 FilterNode getCurrentLeaf()
           
 java.awt.Component getGUI()
           
 java.lang.String getName()
           
 void load()
           
 void newUnit()
           
 void report()
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitCtronModule

public UnitCtronModule(boolean forSpanUnits)
Method Detail

newUnit

public void newUnit()

deleteUnit

public void deleteUnit()

editUnit

public void editUnit()

addToList

public void addToList()

getCurrentLeaf

public FilterNode getCurrentLeaf()

load

public void load()
Specified by:
load in interface CtronModule

save

public void save()
Specified by:
save in interface CtronModule

report

public void report()
Specified by:
report in interface CtronModule

getGUI

public java.awt.Component getGUI()
Specified by:
getGUI in interface CtronModule

getName

public java.lang.String getName()
Specified by:
getName in interface CtronModule