org.hecl.midp20.lcdui
Class ScreenCmd

java.lang.Object
  extended by org.hecl.midp20.lcdui.OptionCmd
      extended by org.hecl.midp20.lcdui.DisplayableCmd
          extended by org.hecl.midp20.lcdui.ScreenCmd
All Implemented Interfaces:
ClassCommand, Command
Direct Known Subclasses:
AlertCmd, FormCmd, ListCmd, TextBoxCmd

public abstract class ScreenCmd
extends DisplayableCmd


Constructor Summary
protected ScreenCmd()
           
 
Method Summary
 
Methods inherited from class org.hecl.midp20.lcdui.DisplayableCmd
cget, cset, handlecmd
 
Methods inherited from class org.hecl.midp20.lcdui.OptionCmd
configure, itemcget, itemcset, method, setInstanceProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hecl.Command
cmdCode
 

Constructor Detail

ScreenCmd

protected ScreenCmd()