All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----bmsi.edx.MenuOption
| Summary |
public class MenuOption
extends java.lang.Object
{
// Fields 4
public String desc;
public String dir;
public String path;
public String prog;
// Constructors 1
public MenuOption();
// Methods 1
public boolean isMenu();
}
An EDX menu option enumerated by MenuPath.
| Fields |
· path | Summary | Top |
public String path
The sequence of options to reach this entry from the users initial menu. Options in the path are separated by '/'.
· prog | Summary | Top |
public String prog
The EDX program,volume to run for this option.
· dir | Summary | Top |
public String dir
The default BTAS directory to pass to the program.
· desc | Summary | Top |
public String desc
The description of the option. If the description starts with '!', the text following the '!' is passed to the program as a shell parm.
| Constructors |
· MenuOption | Summary | Top |
public MenuOption()
Default constructor
| Methods |
· isMenu | Summary | Top |
public boolean isMenu()
Return true if this option is another menu.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7