|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MacawListChoice | |
---|---|
macaw.businessLayer | Contains classes that represent business concepts in the system. |
macaw.presentationLayer | This is the main package that produces the GUI application forms for Macaw. |
Uses of MacawListChoice in macaw.businessLayer |
---|
Subclasses of MacawListChoice in macaw.businessLayer | |
---|---|
class |
AvailabilityState
describes which kinds of users can access a variable |
class |
Category
provides a general grouping for NSHD variables |
class |
CleaningState
describes a general method used to clean a variable |
Methods in macaw.businessLayer with parameters of type MacawListChoice | |
---|---|
protected void |
MacawListChoice.cloneAttributes(MacawListChoice macawListChoice)
|
static java.util.ArrayList<MacawChangeEvent> |
MacawListChoice.detectFieldChanges(User user,
java.lang.String messageProperty,
MacawListChoice originalListChoice,
MacawListChoice revisedListChoice)
|
boolean |
MacawListChoice.hasSameDisplayName(MacawListChoice listChoice)
|
protected static java.util.ArrayList<java.lang.String> |
MacawListChoice.validateFields(MacawListChoice listChoice)
|
Uses of MacawListChoice in macaw.presentationLayer |
---|
Methods in macaw.presentationLayer with parameters of type MacawListChoice | |
---|---|
protected void |
MacawStateEditor.setEditableData(MacawListChoice listChoiceItem,
DisplayableList parentList,
java.lang.String listNameOwner)
|
protected void |
MacawStateEditor.setViewableData(MacawListChoice listChoiceItem)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |