Uses of Interface
org.nakedobjects.plugins.dnd.UserAction

Packages that use UserAction
org.nakedobjects.plugins.dnd   
org.nakedobjects.plugins.dnd.viewer   
org.nakedobjects.plugins.dnd.viewer.action   
org.nakedobjects.plugins.dnd.viewer.content   
org.nakedobjects.plugins.dnd.viewer.debug   
org.nakedobjects.plugins.dnd.viewer.view.field   
org.nakedobjects.plugins.dnd.viewer.view.message   
 

Uses of UserAction in org.nakedobjects.plugins.dnd
 

Subinterfaces of UserAction in org.nakedobjects.plugins.dnd
 interface ButtonAction
           
 

Classes in org.nakedobjects.plugins.dnd that implement UserAction
 class UserActionSet
           
 

Methods in org.nakedobjects.plugins.dnd that return UserAction
 UserAction[] UserActionSet.getMenuOptions()
           
 

Methods in org.nakedobjects.plugins.dnd with parameters of type UserAction
 void UserActionSet.add(UserAction option)
          Add the specified option if it is of the right type for this menu.
 

Uses of UserAction in org.nakedobjects.plugins.dnd.viewer
 

Classes in org.nakedobjects.plugins.dnd.viewer that implement UserAction
 class PrintOption
           
 

Uses of UserAction in org.nakedobjects.plugins.dnd.viewer.action
 

Classes in org.nakedobjects.plugins.dnd.viewer.action that implement UserAction
 class AbstractButtonAction
           
 class AbstractUserAction
          Each option that a user is shown in an objects popup menu a MenuOption.
 class CancelAction
           
 class CloseAllViewsForObjectOption
           
 class CloseAllViewsOption
           
 class CloseViewOption
           
 class DisposeObjectOption
          Destroy this object
 class IconizeViewOption
           
 class OpenViewOption
           
 class ReplaceViewOption
           
 

Fields in org.nakedobjects.plugins.dnd.viewer.action declared as UserAction
protected  UserAction AbstractControlView.action
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.action with parameters of type UserAction
AbstractControlView(UserAction action, View target)
           
WindowControl(UserAction action, View target)
           
 

Uses of UserAction in org.nakedobjects.plugins.dnd.viewer.content
 

Classes in org.nakedobjects.plugins.dnd.viewer.content that implement UserAction
static class AbstractObjectContent.DebugClearResolvedOption
           
static class AbstractObjectContent.ExplorationClone
           
static class AbstractObjectContent.ExplorationInstances
           
 class AbstractObjectOption
           
 class ClearOneToManyAssociationOption
           
 class ClearOneToOneAssociationOption
           
 class DialoggedObjectOption
          Options for an underlying object determined dynamically by looking for methods starting with action, veto and option for specifying the action, vetoing the option and giving the option an name respectively.
 class ImmediateObjectOption
          Options for an underlying object determined dynamically by looking for methods starting with action, veto and option for specifying the action, vetoing the option and giving the option an name respectively.
 

Uses of UserAction in org.nakedobjects.plugins.dnd.viewer.debug
 

Classes in org.nakedobjects.plugins.dnd.viewer.debug that implement UserAction
 class DebugDumpSnapshotOption
          Display debug window
 class DebugOption
          Display debug window
 

Uses of UserAction in org.nakedobjects.plugins.dnd.viewer.view.field
 

Classes in org.nakedobjects.plugins.dnd.viewer.view.field that implement UserAction
 class AbstractValueOption
           
 class ClearValueOption
           
 class CopyValueOption
           
 class PasteValueOption
           
 class RevertFieldOption
           
 

Uses of UserAction in org.nakedobjects.plugins.dnd.viewer.view.message
 

Classes in org.nakedobjects.plugins.dnd.viewer.view.message that implement UserAction
static class MessageDialogSpecification.CloseViewAction
           
 



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