org.nakedobjects.plugins.dnd.viewer.view.dialog
Class ActionDialogSpecification

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
      extended by org.nakedobjects.plugins.dnd.viewer.view.dialog.ActionDialogSpecification
All Implemented Interfaces:
CompositeViewSpecification, ViewSpecification

public class ActionDialogSpecification
extends AbstractCompositeViewSpecification


Field Summary
 
Fields inherited from class org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
builder
 
Constructor Summary
ActionDialogSpecification()
           
 
Method Summary
protected  ViewAxis axis(Content content)
           
 boolean canDisplay(Content content, ViewRequirement requirement)
          Determines if the view created to this specification can display the specified type.
protected  View decorateView(View view)
           
 java.lang.String getName()
           
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
createView, decorateSubview, getSubviewBuilder, isAligned, isOpen, isReplaceable, isSubView, resolveObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionDialogSpecification

public ActionDialogSpecification()
Method Detail

canDisplay

public boolean canDisplay(Content content,
                          ViewRequirement requirement)
Description copied from interface: ViewSpecification
Determines if the view created to this specification can display the specified type. Returns true if it can.


axis

protected ViewAxis axis(Content content)
Overrides:
axis in class AbstractCompositeViewSpecification

decorateView

protected View decorateView(View view)
Overrides:
decorateView in class AbstractCompositeViewSpecification

getName

public java.lang.String getName()


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