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

Packages that use CompositeViewSpecification
org.nakedobjects.plugins.dnd   
org.nakedobjects.plugins.dnd.viewer.basic   
org.nakedobjects.plugins.dnd.viewer.builder   
org.nakedobjects.plugins.dnd.viewer.list   
org.nakedobjects.plugins.dnd.viewer.lookup   
org.nakedobjects.plugins.dnd.viewer.table   
org.nakedobjects.plugins.dnd.viewer.tree   
org.nakedobjects.plugins.dnd.viewer.view.calendar   
org.nakedobjects.plugins.dnd.viewer.view.dialog   
org.nakedobjects.plugins.dnd.viewer.view.extendedform   
org.nakedobjects.plugins.dnd.viewer.view.form   
org.nakedobjects.plugins.dnd.viewer.view.simple   
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd
 

Methods in org.nakedobjects.plugins.dnd with parameters of type CompositeViewSpecification
 View ViewBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
          Creates the composite view that this builder will create child views for, ie a table, list or form
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.basic
 

Classes in org.nakedobjects.plugins.dnd.viewer.basic that implement CompositeViewSpecification
 class InnerWorkspaceSpecification
           
 class RootWorkspaceSpecification
           
 class WorkspaceSpecification
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type CompositeViewSpecification
 View ApplicationWorkspaceBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type CompositeViewSpecification
ApplicationWorkspace(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.builder
 

Classes in org.nakedobjects.plugins.dnd.viewer.builder that implement CompositeViewSpecification
 class AbstractCompositeViewSpecification
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.builder with parameters of type CompositeViewSpecification
 View CollectionElementBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 View AbstractBuilderDecorator.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 View ObjectFieldBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.list
 

Classes in org.nakedobjects.plugins.dnd.viewer.list that implement CompositeViewSpecification
 class AbstractListSpecification
           
 class ExpandableListSpecification
           
 class GridSpecification
           
 class HistogramSpecification
           
 class InternalListSpecification
           
 class ListWithExpandableElementsSpecification
           
 class SimpleListSpecification
           
 class SummaryListWindowSpecification
           
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.lookup
 

Methods in org.nakedobjects.plugins.dnd.viewer.lookup with parameters of type CompositeViewSpecification
 View DropDownListBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.table
 

Classes in org.nakedobjects.plugins.dnd.viewer.table that implement CompositeViewSpecification
 class AbstractTableSpecification
           
 class TableRowSpecification
           
 class WindowTableSpecification
           
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.tree
 

Classes in org.nakedobjects.plugins.dnd.viewer.tree that implement CompositeViewSpecification
 class CompositeNodeSpecification
           
 class InternalTableSpecification
           
 class OpenCollectionNodeSpecification
          Specification for a tree node that will display an open collection as a root node or within an object.
 class OpenObjectNodeSpecification
          Specification for a tree node that will display an open object as a root node or within an object.
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.view.calendar
 

Classes in org.nakedobjects.plugins.dnd.viewer.view.calendar that implement CompositeViewSpecification
 class CalendarSpecification
           
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.view.dialog
 

Classes in org.nakedobjects.plugins.dnd.viewer.view.dialog that implement CompositeViewSpecification
 class ActionDialogSpecification
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.dialog with parameters of type CompositeViewSpecification
 View ActionFieldBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.view.extendedform
 

Classes in org.nakedobjects.plugins.dnd.viewer.view.extendedform that implement CompositeViewSpecification
 class ExtendedFormSpecification
           
 class TwoPartViewSpecification
           
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.view.form
 

Classes in org.nakedobjects.plugins.dnd.viewer.view.form that implement CompositeViewSpecification
 class AbstractFormSpecification
           
 class InternalFormSpecification
           
 class InternalFormWithoutCollectionsSpecification
           
 class SummaryFormSpecification
           
 class WindowExpandableFormSpecification
           
 class WindowFormSpecification
           
 

Uses of CompositeViewSpecification in org.nakedobjects.plugins.dnd.viewer.view.simple
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type CompositeViewSpecification
CompositeViewUsingBuilder(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 



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