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

Packages that use ViewSpecification
org.nakedobjects.plugins.dnd   
org.nakedobjects.plugins.dnd.viewer   
org.nakedobjects.plugins.dnd.viewer.action   
org.nakedobjects.plugins.dnd.viewer.basic   
org.nakedobjects.plugins.dnd.viewer.border   
org.nakedobjects.plugins.dnd.viewer.builder   
org.nakedobjects.plugins.dnd.viewer.list   
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.field   
org.nakedobjects.plugins.dnd.viewer.view.form   
org.nakedobjects.plugins.dnd.viewer.view.message   
org.nakedobjects.plugins.dnd.viewer.view.simple   
org.nakedobjects.plugins.dnd.viewer.view.specification   
 

Uses of ViewSpecification in org.nakedobjects.plugins.dnd
 

Subinterfaces of ViewSpecification in org.nakedobjects.plugins.dnd
 interface CompositeViewSpecification
           
 

Methods in org.nakedobjects.plugins.dnd that return ViewSpecification
 ViewSpecification ViewFactory.getContentDragSpecification()
           
 ViewSpecification ViewFactory.getIconizedSubViewSpecification(Content content)
           
 ViewSpecification ViewFactory.getOverlayViewSpecification(Content content)
           
 ViewSpecification View.getSpecification()
           
 ViewSpecification ViewFactory.getValueFieldSpecification(TextParseableContent content)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer that return ViewSpecification
 ViewSpecification SkylarkViewFactory.getContentDragSpecification()
           
 ViewSpecification SkylarkViewFactory.getEmptyFieldSpecification()
           
 ViewSpecification SkylarkViewFactory.getIconizedRootViewSpecification(Content content)
           
 ViewSpecification SkylarkViewFactory.getIconizedSubViewSpecification(Content content)
           
 ViewSpecification SkylarkViewFactory.getOpenSubViewSpecification(ObjectContent content)
          Deprecated. - views should be specific about what subviews they create; and allow the user to change them later
 ViewSpecification SkylarkViewFactory.getOverlayViewSpecification(Content content)
           
 ViewSpecification SkylarkViewFactory.getSpecificationForRequirement(ViewRequirement requirement)
           
 ViewSpecification SkylarkViewFactory.getValueFieldSpecification(TextParseableContent content)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer with parameters of type ViewSpecification
 void SkylarkViewFactory.addCompositeRootViewSpecification(ViewSpecification spec)
          Deprecated.  
 void SkylarkViewFactory.addCompositeSubviewViewSpecification(ViewSpecification spec)
          Deprecated.  
 void SkylarkViewFactory.addEmptyFieldSpecification(ViewSpecification spec)
           
 void SkylarkViewFactory.addObjectIconSpecification(ViewSpecification spec)
          Deprecated.  
 void SkylarkViewFactory.addRootWorkspaceSpecification(ViewSpecification spec)
          Deprecated.  
 void SkylarkViewFactory.addServiceIconSpecification(ViewSpecification spec)
          Deprecated.  
 void SkylarkViewFactory.addSpecification(ViewSpecification spec)
           
 void SkylarkViewFactory.addSubviewApplicationClassIconSpecification(ViewSpecification spec)
          Deprecated.  
 void SkylarkViewFactory.addSubviewIconSpecification(ViewSpecification spec)
          Deprecated.  
 void SkylarkViewFactory.addValueFieldSpecification(ViewSpecification spec)
          Deprecated.  
 void SkylarkViewFactory.addWorkspaceSpecification(ViewSpecification spec)
          Deprecated.  
 void SkylarkViewFactory.setDragContentSpecification(ViewSpecification dragContentSpecification)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.action that return ViewSpecification
 ViewSpecification AbstractControlView.getSpecification()
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.action with parameters of type ViewSpecification
OpenViewOption(ViewSpecification builder)
           
ReplaceViewOption(ViewSpecification specification)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.basic that implement ViewSpecification
 class DragContentSpecification
           
static class EmptyField.Specification
           
static class FallbackView.Specification
           
 class IconSpecification
           
 class InnerWorkspaceSpecification
           
 class PasswordFieldSpecification
           
 class RootIconSpecification
           
 class RootWorkspaceSpecification
           
 class SubviewIconSpecification
           
 class UnlinedTextFieldSpecification
          Creates a single line text field without the baseline being drawn.
 class WorkspaceSpecification
           
 class WrappedTextFieldSpecification
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type ViewSpecification
EmptyField(Content content, ViewSpecification specification, ViewAxis axis, Text style)
           
FallbackView(Content content, ViewSpecification specification, ViewAxis axis)
           
 

Uses of ViewSpecification in org.nakedobjects.plugins.dnd.viewer.border
 

Methods in org.nakedobjects.plugins.dnd.viewer.border that return ViewSpecification
 ViewSpecification AbstractViewDecorator.getSpecification()
           
 

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

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

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

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

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

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

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

Classes in org.nakedobjects.plugins.dnd.viewer.tree that implement ViewSpecification
 class ClosedCollectionNodeSpecification
          Specification for a tree node that will display a closed collection as a root node or within an object.
 class CompositeNodeSpecification
           
 class EmptyNodeSpecification
          A simple specification that always returns false when asked if it can display any content.
 class FormWithDetailSpecification
           
 class InternalTableSpecification
           
 class ListWithDetailSpecification
           
 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.
 class TreeSpecification
          Specification for a tree browser frame with a tree displaying only collections and objects containing collections.
 class TreeWithDetailSpecification
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.tree with parameters of type ViewSpecification
MasterDetailPanel(Content content, ViewSpecification specification, ViewAxis axis, ViewSpecification rightHandSideSpecification)
           
TreeNodeBorder(View wrappedView, ViewSpecification replaceWith)
           
 

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

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

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

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

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

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

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

Classes in org.nakedobjects.plugins.dnd.viewer.view.field that implement ViewSpecification
static class CheckboxField.Specification
           
static class ColorField.Specification
           
static class ImageField.Specification
           
 class TextFieldSpecification
          Creates a single line text field with the base line drawn.
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.field with parameters of type ViewSpecification
AbstractField(Content content, ViewSpecification design, ViewAxis axis)
           
CheckboxField(Content content, ViewSpecification specification, ViewAxis axis)
           
ColorField(Content content, ViewSpecification specification, ViewAxis axis)
           
ImageField(Content content, ViewSpecification specification, ViewAxis axis)
           
PasswordField(Content content, ViewSpecification design, ViewAxis axis)
           
SingleLineTextField(TextParseableContent content, ViewSpecification specification, ViewAxis axis, boolean showLines)
           
TextField(TextParseableContent content, ViewSpecification specification, ViewAxis axis, boolean showLines, int wrapStyle)
           
TextParseableFieldAbstract(Content content, ViewSpecification design, ViewAxis axis)
           
WrappedTextField(TextParseableContent content, ViewSpecification specification, ViewAxis axis, boolean showLines)
           
 

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

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

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

Classes in org.nakedobjects.plugins.dnd.viewer.view.message that implement ViewSpecification
 class DetailedMessageViewSpecification
           
 class MessageDialogSpecification
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.view.simple that implement ViewSpecification
static class FieldErrorView.Specification
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple that return ViewSpecification
 ViewSpecification AbstractView.getSpecification()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type ViewSpecification
protected  void AbstractView.setSpecification(ViewSpecification specification)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type ViewSpecification
AbstractCompositeView(Content content, ViewSpecification specification, ViewAxis axis)
           
AbstractView(Content content, ViewSpecification specification, ViewAxis axis)
           
Icon(Content content, ViewSpecification specification, ViewAxis axis)
           
ObjectView(Content content, ViewSpecification specification, ViewAxis axis)
           
TextView(Content content, ViewSpecification specification, ViewAxis axis)
           
 

Uses of ViewSpecification in org.nakedobjects.plugins.dnd.viewer.view.specification
 

Classes in org.nakedobjects.plugins.dnd.viewer.view.specification that implement ViewSpecification
 class ServiceIconSpecification
           
 

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



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