Package org.nakedobjects.object.control

Interface Summary
About An instance of this type is used to control an object, an attribute or an action within a NakedObject.
AboutListener Defines interface for objects that wish to be informed if the state of a MutableAbout has changed.
 

Class Summary
AboutAdapter Convenience adapter class to allow AboutListeners to be easily written.
AboutChangedEvent Encapsulates the reason of the permission held by the MutableAbout that is notifying its listeners that it has changed.
AbstractAbout  
ActionAbout An About for contolling the action methods within a NakedObject.
ActionController Deprecated. replaces by ActionAbout
Allow An instance of this type is used to allow something.
AttributeController Deprecated. replaced by FieldAbout
ClassAbout An About for contolling the use of fields within a NakedObject.
FieldAbout An About for contolling the use of fields within a NakedObject.
MutableAbout An implementation of the About interface whereby the Permission returned from canUse() and canAccess can change over time.
ObjectAbout An About for contolling the use of fields within a NakedObject.
Permission  
ProgrammableAbout  
Veto