org.nakedobjects.plugins.dnd.viewer.basic
Class RootWorkspaceSpecification

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.basic.WorkspaceSpecification
      extended by org.nakedobjects.plugins.dnd.viewer.basic.RootWorkspaceSpecification
All Implemented Interfaces:
CompositeViewSpecification, ViewSpecification

public class RootWorkspaceSpecification
extends WorkspaceSpecification


Constructor Summary
RootWorkspaceSpecification()
           
 
Method Summary
 View createView(Content content, ViewAxis axis)
          Create a new view to this specification for the specified context, and using the specified axis if specified (which can be null).
 java.lang.String getName()
           
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.basic.WorkspaceSpecification
canDisplay, getSubviewBuilder, isAligned, isOpen, isReplaceable, isResizeable, isSubView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootWorkspaceSpecification

public RootWorkspaceSpecification()
Method Detail

createView

public View createView(Content content,
                       ViewAxis axis)
Description copied from interface: ViewSpecification
Create a new view to this specification for the specified context, and using the specified axis if specified (which can be null).

Specified by:
createView in interface ViewSpecification
Overrides:
createView in class WorkspaceSpecification

getName

public java.lang.String getName()
Specified by:
getName in interface ViewSpecification
Overrides:
getName in class WorkspaceSpecification


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