All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----bmsi.db.DataBuffer
|
+----bmsi.db.DataScroller
|
+----bmsi.db.Dataset
|
+----bmsi.edx.MenuFile
| Summary |
public class MenuFile
extends bmsi.db.Dataset
{
// Fields 7
public final StringField desc;
public final StringField dir;
public final StringField opt;
public final IntegerField priv;
public final StringField prog;
public final StringField scrn;
public final StringField vol;
// Constructors 1
public MenuFile();
}
The EDX menu option database.
| Fields |
· scrn | Summary | Top |
public final StringField scrn
The menu name.
· opt | Summary | Top |
public final StringField opt
The menu option.
· prog | Summary | Top |
public final StringField prog
The EDL program or menu to run when the option is selected. If the program name starts with '%', it is taken as the name of a sub-menu.
· vol | Summary | Top |
public final StringField vol
The volume or menu subdirectory of the program or menu to run. For sub-menus, volumes beginning with '%' are a BTAS sub directory containing a
$IMAGEmenu rather than an EDX volume containing a#IMAGEmenu.
· dir | Summary | Top |
public final StringField dir
The BTAS application base directory to pass to the program when it is run.
· desc | Summary | Top |
public final StringField desc
A description of the menu option. If the description starts with "!", the text following the "!" is passed as a shell parameter to the program when it is run.
· priv | Summary | Top |
public final IntegerField priv
A 32 bit bit mask of privilege bits that must be set in the users privilege mask for this option to be allowed.
See Also: MenuUser
| Constructors |
· MenuFile | Summary | Top |
public MenuFile()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7