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

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

public class PicklistCtronModule
extends java.lang.Object
implements CtronModule

Configutron for picklists.


Constructor Summary
PicklistCtronModule(boolean advanced)
           
 
Method Summary
 java.awt.Component getGUI()
           
 java.lang.String getName()
           
 void load()
           
 void report()
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicklistCtronModule

public PicklistCtronModule(boolean advanced)
Method Detail

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