Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Method and Description |
---|---|
static List<MenuItem> |
MenuItem.bufferToMenuItemList(Scanner scanBuffer)
This method converts contents of a buffer/file into list menu structure
|
List<MenuItem> |
ARServerUser.convertStringToListMenu(String menuString)
Converts a string to a list of
MenuItem objects |
static List<MenuItem> |
MenuItem.decode(String encoded)
This method converts contents of a string into list menu structure
|
List<MenuItem> |
ARServerUser.expandMenu(Menu menu)
Expands the query and file references for the specified menu definition and returns a character menu with
list-type items only.
|
List<MenuItem> |
ARServerUser.expandMenu(Menu menu,
Entry keywordList,
Entry parameterList) |
List<MenuItem> |
ARServerUser.expandMenu(Menu menu,
Entry keywordList,
Entry parameterList,
int maxRetrieve,
OutputInteger nMatches)
Expands the query and file references for the specified menu definition
and returns a character menu with list-type items only.
|
List<MenuItem> |
ARServerUser.expandMenu(String menuName)
Expands the query and file references for the specified menu definition and returns a character menu with
list-type items only.
|
List<MenuItem> |
ARServerUser.expandMenu(String menuName,
Entry keywordList,
Entry parameterList) |
List<MenuItem> |
Menu.getContent() |
List<MenuItem> |
ListMenu.getItems()
Returns list of items contained in list menu.
|
List<MenuItem> |
MenuItem.getSubMenu() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printCharMenuItemInfo(String indent,
String header,
MenuItem value) |
void |
MenuItem.setSubMenu(MenuItem menuItem) |
void |
ParameterValidator.validateARCharMenuItemInfo(MenuItem item,
int level)
Validate that an object of type MenuItem contains a value and that the value is legal.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printCharMenuItemInfoList(String indent,
String header,
List<MenuItem> value) |
void |
Menu.setContent(List<MenuItem> content) |
void |
ListMenu.setItems(List<MenuItem> menuItems) |
void |
MenuItem.setSubMenu(List<MenuItem> subMenu) |
Constructor and Description |
---|
ListMenu(List<MenuItem> menuItems) |
MenuItem(String label,
List<MenuItem> childMenu) |
Modifier and Type | Method and Description |
---|---|
static MenuItem |
InputReader.getCharMenuItemInfo() |
Modifier and Type | Method and Description |
---|---|
static List<MenuItem> |
InputReader.getCharMenuItemInfoList() |
? Copyright 2013 BMC Software, Inc.