public static enum OAUICommandController.Command extends Enum<OAUICommandController.Command>
Enum Constant and Description |
---|
AddManual |
AddNew |
ClearAO
Set Hub AO to null.
|
Copy
Creates a copy of the current AO and adds to Hub.
|
Delete
Delete the Hub.AO
|
First
Nav commands for changing active object.
|
GoTo
Used to go to the Hub AO.
|
HubSearch |
InsertNew
Create new object and add or insert.
|
Last |
ManualChangeAO
Manually change the Hub AO, by calling getManualObject to get the object to use.
|
MoveDown |
MoveUp
Move Hub.AO
|
NewManual
Manually add or insert.
|
Next |
OtherUsesAO |
OtherUsesHub
Misc command that uses a Hub or AO.
|
Previous |
Refresh
Calls OAObject.refresh on the current AO.
|
Remove
Remove the Hub.AO
|
RemoveAll
Remove all objects in Hub.
|
Save
Save the current object.
|
Search |
Select |
Submit
Submit (save) the current object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getChangesAO() |
static OAUICommandController.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAUICommandController.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAUICommandController.Command OtherUsesHub
public static final OAUICommandController.Command OtherUsesAO
public static final OAUICommandController.Command Save
public static final OAUICommandController.Command First
public static final OAUICommandController.Command Last
public static final OAUICommandController.Command Next
public static final OAUICommandController.Command Previous
public static final OAUICommandController.Command Delete
public static final OAUICommandController.Command Remove
public static final OAUICommandController.Command RemoveAll
public static final OAUICommandController.Command Submit
public static final OAUICommandController.Command InsertNew
public static final OAUICommandController.Command AddNew
public static final OAUICommandController.Command NewManual
public static final OAUICommandController.Command AddManual
public static final OAUICommandController.Command ManualChangeAO
public static final OAUICommandController.Command ClearAO
public static final OAUICommandController.Command GoTo
public static final OAUICommandController.Command HubSearch
public static final OAUICommandController.Command Search
public static final OAUICommandController.Command Copy
public static final OAUICommandController.Command Select
public static final OAUICommandController.Command Refresh
public static final OAUICommandController.Command MoveUp
public static final OAUICommandController.Command MoveDown
public static OAUICommandController.Command[] values()
for (OAUICommandController.Command c : OAUICommandController.Command.values()) System.out.println(c);
public static OAUICommandController.Command valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean getChangesAO()
Copyright © 1999–2025 ViaOA. All rights reserved.