All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ncsa.awt.Helpable

public interface Helpable

Method Index

 o getArg()
 o getHelp()
 o setArg(Object)
 o setHelp(String, String, String, String)

Methods

 o setHelp
 public abstract void setHelp(String enabledMsg,
                              String hilitedMsg,
                              String pushedMsg,
                              String disabledMsg)
 o getHelp
 public abstract String getHelp()
 o setArg
 public abstract void setArg(Object arg)
 o getArg
 public abstract Object getArg()

All Packages  Class Hierarchy  This Package  Previous  Next  Index