A C D G H I N O P R S U V

A

actionArgument(ActionArgumentEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
actionArgument(ActionArgumentEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A check was made as to whether an argument proposed for an action was valid.
actionInvoked(ActionInvocationEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
actionInvoked(ActionInvocationEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
An action was invoked (or an attempt to invoke it was made).
actionUsable(ActionUsabilityEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
actionUsable(ActionUsabilityEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A check was made to determine if an action was usable.
actionVisible(ActionVisibilityEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
actionVisible(ActionVisibilityEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A check was made to determine if an action was visible.
addInteractionListener(InteractionListener) - Method in interface org.nakedobjects.plugins.headless.applib.HeadlessViewer
Registers an InteractionListener, to be notified of interactions on all views.

C

collectionAccessed(CollectionAccessEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
collectionAccessed(CollectionAccessEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A collection was read.
collectionAddedTo(CollectionAddToEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
collectionAddedTo(CollectionAddToEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
An object was added to the collection (or an attempt to add it was made).
collectionMethodInvoked(CollectionMethodEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
collectionMethodInvoked(CollectionMethodEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A method of a collection (such as isEmpty() or size()) has been invoked.
collectionRemovedFrom(CollectionRemoveFromEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
collectionRemovedFrom(CollectionRemoveFromEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
An object was removed from the collection (or an attempt to remove it was made).
collectionUsable(CollectionUsabilityEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
collectionUsable(CollectionUsabilityEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A check was made to determine if a collection was usable.
collectionVisible(CollectionVisibilityEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
collectionVisible(CollectionVisibilityEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A check was made to determine if a collection was visible.

D

DisabledException - Exception in org.nakedobjects.plugins.headless.applib
Superclass of exceptions which indicate an attempt to interact with a class member that is disabled.
DisabledException(InteractionEvent) - Constructor for exception org.nakedobjects.plugins.headless.applib.DisabledException
 

G

getAdvisorClass() - Method in exception org.nakedobjects.plugins.headless.applib.InteractionException
Convenience method that returns the advisor class of the wrapped interaction event.
getIdentifier() - Method in exception org.nakedobjects.plugins.headless.applib.InteractionException
Convenience method that returns the identifier of the wrapped interaction event.
getInteractionEvent() - Method in exception org.nakedobjects.plugins.headless.applib.DisabledException
 
getInteractionEvent() - Method in exception org.nakedobjects.plugins.headless.applib.HiddenException
 
getInteractionEvent() - Method in exception org.nakedobjects.plugins.headless.applib.InteractionException
The event passed into the constructor.
getInteractionEvent() - Method in exception org.nakedobjects.plugins.headless.applib.InvalidException
 
getListeners() - Method in interface org.nakedobjects.plugins.headless.applib.HeadlessViewer
All InteractionListeners that have been registered using HeadlessViewer.addInteractionListener(InteractionListener).

H

HeadlessViewer - Interface in org.nakedobjects.plugins.headless.applib
Provides the ability to obtain a "view" of a domain object such that it can be interacted with as if through a viewer.
HeadlessViewer.ExecutionMode - Enum in org.nakedobjects.plugins.headless.applib
Whether interactions with the view are actually passed onto the underlying domain object.
HiddenException - Exception in org.nakedobjects.plugins.headless.applib
Superclass of exceptions which indicate an attempt to interact with a class member that is in some way hidden or invisible.
HiddenException(InteractionEvent) - Constructor for exception org.nakedobjects.plugins.headless.applib.HiddenException
 

I

InteractionAdapter - Class in org.nakedobjects.plugins.headless.applib.listeners
Provides no-op implementations of each of the methods within InteractionListener, to simplify the creation of new listeners.
InteractionAdapter() - Constructor for class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
InteractionException - Exception in org.nakedobjects.plugins.headless.applib
 
InteractionException(InteractionEvent) - Constructor for exception org.nakedobjects.plugins.headless.applib.InteractionException
 
InteractionListener - Interface in org.nakedobjects.plugins.headless.applib.listeners
 
InvalidException - Exception in org.nakedobjects.plugins.headless.applib
Superclass of exceptions which indicate an attempt to interact with an object or member in a way that is invalid.
InvalidException(InteractionEvent) - Constructor for exception org.nakedobjects.plugins.headless.applib.InvalidException
 
isView(T) - Method in interface org.nakedobjects.plugins.headless.applib.HeadlessViewer
Whether the supplied object has been viewed.

N

notifyListeners(InteractionEvent) - Method in interface org.nakedobjects.plugins.headless.applib.HeadlessViewer
 

O

objectPersisted(ObjectValidityEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
objectPersisted(ObjectValidityEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
The object was persisted (or an attempt to persist it was made).
objectTitleRead(ObjectTitleEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
objectTitleRead(ObjectTitleEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
The title was read.
org.nakedobjects.plugins.headless.applib - package org.nakedobjects.plugins.headless.applib
 
org.nakedobjects.plugins.headless.applib.listeners - package org.nakedobjects.plugins.headless.applib.listeners
 

P

propertyAccessed(PropertyAccessEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
propertyAccessed(PropertyAccessEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A property was read.
propertyModified(PropertyModifyEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
propertyModified(PropertyModifyEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A property was modified (or an attempt to modify it was made)
propertyUsable(PropertyUsabilityEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
propertyUsable(PropertyUsabilityEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A check was made to determine if a property was usable.
propertyVisible(PropertyVisibilityEvent) - Method in class org.nakedobjects.plugins.headless.applib.listeners.InteractionAdapter
 
propertyVisible(PropertyVisibilityEvent) - Method in interface org.nakedobjects.plugins.headless.applib.listeners.InteractionListener
A check was made to determine if a property was visible.

R

removeInteractionListener(InteractionListener) - Method in interface org.nakedobjects.plugins.headless.applib.HeadlessViewer
Remove an InteractionListener, to no longer be notified of interactions on views.

S

save() - Method in interface org.nakedobjects.plugins.headless.applib.ViewObject
Programmatic equivalent of invoking save for a transient object (that is, like hitting the save button that the DnD viewer automatically renders.

U

underlying() - Method in interface org.nakedobjects.plugins.headless.applib.ViewObject
Provide access to the underlying object.

V

valueOf(String) - Static method in enum org.nakedobjects.plugins.headless.applib.HeadlessViewer.ExecutionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nakedobjects.plugins.headless.applib.HeadlessViewer.ExecutionMode
Returns an array containing the constants of this enum type, in the order they're declared.
view(T) - Method in interface org.nakedobjects.plugins.headless.applib.HeadlessViewer
Provides the "view" of the underlying domain object.
view(T, HeadlessViewer.ExecutionMode) - Method in interface org.nakedobjects.plugins.headless.applib.HeadlessViewer
Same as HeadlessViewer.view(Object), except the actual execution occurs only if the execute parameter indicates.
ViewObject<T> - Interface in org.nakedobjects.plugins.headless.applib
Implemented by all objects that have been viewed as per HeadlessViewer.view(Object).

A C D G H I N O P R S U V

Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.