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

Packages that use View
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.content   
org.nakedobjects.plugins.dnd.viewer.debug   
org.nakedobjects.plugins.dnd.viewer.focus   
org.nakedobjects.plugins.dnd.viewer.list   
org.nakedobjects.plugins.dnd.viewer.lookup   
org.nakedobjects.plugins.dnd.viewer.notifier   
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.field   
org.nakedobjects.plugins.dnd.viewer.view.form   
org.nakedobjects.plugins.dnd.viewer.view.graphic   
org.nakedobjects.plugins.dnd.viewer.view.help   
org.nakedobjects.plugins.dnd.viewer.view.message   
org.nakedobjects.plugins.dnd.viewer.view.simple   
org.nakedobjects.plugins.dnd.viewer.view.specification   
org.nakedobjects.plugins.dnd.viewer.view.text   
 

Uses of View in org.nakedobjects.plugins.dnd
 

Subinterfaces of View in org.nakedobjects.plugins.dnd
 interface Workspace
           
 

Methods in org.nakedobjects.plugins.dnd that return View
 View Workspace.addIconFor(NakedObject nakedObject, Location at)
           
 View Workspace.addWindowFor(NakedObject object, Location at)
           
 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
 View ViewFactory.createDialog(Content content)
           
 View ViewFactory.createDragViewOutline(View view)
           
 View ViewFactory.createFieldView(ObjectContent content, ViewAxis axis)
           
 View ViewFactory.createFieldView(TextParseableField content, ViewAxis axis)
           
 View ViewFactory.createIcon(Content content)
           
 View ViewFactory.createInnerWorkspace(Content content)
           
 View ViewFactory.createInternalList(OneToManyField content, ViewAxis axis)
           
 View ViewFactory.createMinimizedView(View view)
           
 View SubviewSpec.createSubview(Content content, ViewAxis axis, int sequence)
           
 View Workspace.createSubviewFor(NakedObject object, boolean asIcon)
           
 View ViewSpecification.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).
 View ViewFactory.createView(ViewRequirement requirement)
           
 View ViewFactory.createWindow(Content content)
           
 View ViewBuilder.decorateSubview(View subview)
           
 View SubviewSpec.decorateSubview(View view)
           
 View View.dragFrom(Location location)
           
 View FocusManager.getFocus()
           
abstract  View Drag.getOverlay()
           
 View SimpleInternalDrag.getOverlay()
           
 View ViewDrag.getOverlay()
           
 View ContentDrag.getOverlay()
           
 View View.getParent()
           
 View ContentDrag.getSource()
           
 View ViewDrag.getSourceView()
           
 View[] View.getSubviews()
           
 View ContentDrag.getTargetView()
          Returns the current target view.
 View View.getView()
          returns the topmost decorator in the chain, or the view itself if not decorated.
 View View.identify(Location mouseLocation)
           
 View View.pickupContent(Location location)
          Called as the drag of this view's content starts.
 View View.pickupView(Location location)
          Called as the drag of this view starts.
 View View.subviewFor(Location location)
          Identifies the subview that contains the specified location within its bounds.
 

Methods in org.nakedobjects.plugins.dnd with parameters of type View
 void Workspace.addDialog(View dialog)
           
 void Viewer.addToNotificationList(View view)
           
 void InteractionSpy.addTrace(View view, java.lang.String message, java.lang.Object object)
           
 void View.addView(View view)
           
 void Workspace.addWindow(View window)
           
 void ViewBuilder.build(View view)
           
 void Canvas.clearBackground(View view, Color color)
           
 void Feedback.clearBusy(View view)
           
 void Viewer.clearOverlayView(View view)
           
 java.util.Enumeration ViewFactory.closedSubviews(Content content, View view)
           
 boolean View.contains(View view)
           
 View ViewFactory.createDragViewOutline(View view)
           
 View ViewFactory.createMinimizedView(View view)
           
 View ViewBuilder.decorateSubview(View subview)
           
 View SubviewSpec.decorateSubview(View view)
           
 Consent UserAction.disabled(View view)
          Indicate that this action is disabled
 Consent UserActionSet.disabled(View view)
           
abstract  void Drag.drag(View target, Location location, int mods)
          Indicates that the drag state has changed.
 void SimpleInternalDrag.drag(View target, Location location, int mods)
           
 void ViewDrag.drag(View target, Location location, int mods)
           
 void ContentDrag.drag(View target, Location location, int mods)
           
 void Canvas.drawRectangleAround(View view, Color color)
           
 void UserAction.execute(Workspace workspace, View view, Location at)
          Invoke this action.
 void UserActionSet.execute(Workspace workspace, View view, Location at)
           
 java.lang.String UserAction.getDescription(View view)
          Returns the description of the action.
 java.lang.String UserActionSet.getDescription(View view)
           
 java.lang.String UserAction.getHelp(View view)
          Returns the help text for the action.
 java.lang.String UserActionSet.getHelp(View view)
           
 java.lang.String UserAction.getName(View view)
          Returns the name of the action as the user will refer to it.
 java.lang.String UserActionSet.getName(View view)
           
 Size ViewBuilder.getRequiredSize(View view)
           
 boolean Viewer.hasFocus(View view)
           
 boolean Feedback.isBusy(View view)
           
 void ViewBuilder.layout(View view, Size maximumSize)
           
 void Workspace.lower(View view)
          Lower the specified view so it is below all the other views.
static void BackgroundThread.newRun(View view, BackgroundTask task)
           
 void Workspace.raise(View view)
          Raise the specified view so it is above all the other views.
 void Viewer.removeFromNotificationList(View view)
           
 void View.removeView(View view)
          Removes the specifed view from the subviews contained by this view.
 void View.replaceView(View toReplace, View replacement)
           
static void BackgroundThread.run(View view, BackgroundTask task)
           
 void Feedback.setBusy(View view, BackgroundTask task)
           
 void FocusManager.setFocus(View view)
           
 void Viewer.setKeyboardFocus(View view)
           
 void Viewer.setOverlayView(View view)
           
 void View.setParent(View view)
           
 void View.setView(View view)
           
 void Feedback.showBusyState(View view)
           
 java.util.Enumeration ViewFactory.valueViews(Content content, View view)
           
 

Constructors in org.nakedobjects.plugins.dnd with parameters of type View
Click(View source, Location mouseLocation, int modifiers)
          Creates a new click event object.
ContentDrag(View source, Location offset, View dragView)
          Creates a new drag event.
SimpleInternalDrag(View view, Location location)
          Creates a new drag event.
SimpleInternalDrag(View view, Offset off)
           
ViewDrag(View view, Offset offset, View dragView)
          Creates a new drag event.
 

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

Methods in org.nakedobjects.plugins.dnd.viewer that return View
 View SkylarkViewFactory.createDialog(Content content)
           
 View SkylarkViewFactory.createDragViewOutline(View view)
           
 View SkylarkViewFactory.createFieldView(ObjectContent content, ViewAxis axis)
           
 View SkylarkViewFactory.createFieldView(TextParseableField content, ViewAxis axis)
           
 View SkylarkViewFactory.createIcon(Content content)
           
 View SkylarkViewFactory.createInnerWorkspace(Content content)
           
 View SkylarkViewFactory.createInternalList(OneToManyField content, ViewAxis axis)
           
 View SkylarkViewFactory.createMinimizedView(View view)
           
 View SkylarkViewFactory.createView(ViewRequirement requirement)
           
 View SkylarkViewFactory.createWindow(Content content)
           
 View XViewer.dragFrom(Location location)
           
 View XViewer.getOverlayView()
           
 View XViewer.identifyView(Location location, boolean includeOverlay)
           
 View XViewer.pickupContent(Location location)
           
 View XViewer.pickupView(Location location)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer with parameters of type View
 void XViewer.addToNotificationList(View view)
           
 void AwtCanvas.clearBackground(View view, Color color)
           
 void XFeedbackManager.clearBusy(View view)
           
 void XViewer.clearOverlayView(View view)
           
 java.util.Enumeration SkylarkViewFactory.closedSubviews(Content forContent, View replacingView)
           
 View SkylarkViewFactory.createDragViewOutline(View view)
           
 View SkylarkViewFactory.createMinimizedView(View view)
           
 Consent PrintOption.disabled(View component)
           
 void AwtCanvas.drawRectangleAround(View view, Color color)
           
 void PrintOption.execute(Workspace workspace, View view, Location at)
           
 boolean XViewer.hasFocus(View view)
           
 boolean XFeedbackManager.isBusy(View view)
           
 void XViewer.openHelp(View forView)
           
 void XViewer.popupMenu(View over, Location at, boolean forView, boolean includeExploration, boolean includeDebug)
           
 void XViewer.removeFromNotificationList(View view)
           
 void XFeedbackManager.setBusy(View view, BackgroundTask task)
           
 void XViewer.setKeyboardFocus(View view)
           
 void XViewer.setOverlayView(View view)
           
 void XViewer.setRootView(View rootView)
           
 void XFeedbackManager.showBusyState(View view)
           
 java.util.Enumeration SkylarkViewFactory.valueViews(Content forContent, View replacingView)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.action that implement View
 class AbstractControlView
           
 class Button
           
 class CloseWindowControl
           
 class IconizeWindowControl
           
 class ResizeWindowControl
           
 class WindowControl
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.action that return View
 View AbstractControlView.dragFrom(Location location)
           
 View AbstractControlView.getParent()
           
 View[] AbstractControlView.getSubviews()
           
 View AbstractControlView.getView()
           
 View AbstractControlView.identify(Location location)
           
 View AbstractControlView.pickupContent(Location location)
           
 View AbstractControlView.pickupView(Location location)
           
 View AbstractControlView.subviewFor(Location location)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.action with parameters of type View
 void AbstractControlView.addView(View view)
           
 boolean AbstractControlView.contains(View view)
           
 Consent IconizeViewOption.disabled(View view)
           
 Consent AbstractButtonAction.disabled(View view)
           
 Consent AbstractUserAction.disabled(View view)
           
 Consent DisposeObjectOption.disabled(View view)
           
 void OpenViewOption.execute(Workspace workspace, View view, Location at)
           
 void CancelAction.execute(Workspace workspace, View view, Location at)
           
 void CloseViewOption.execute(Workspace workspace, View view, Location at)
           
 void IconizeViewOption.execute(Workspace workspace, View view, Location at)
           
 void ReplaceViewOption.execute(Workspace workspace, View view, Location at)
           
abstract  void AbstractUserAction.execute(Workspace workspace, View view, Location at)
           
 void CloseAllViewsForObjectOption.execute(Workspace workspace, View view, Location at)
           
 void CloseAllViewsOption.execute(Workspace workspace, View view, Location at)
           
 void DisposeObjectOption.execute(Workspace workspace, View view, Location at)
           
 java.lang.String OpenViewOption.getDescription(View view)
           
 java.lang.String CloseViewOption.getDescription(View view)
           
 java.lang.String IconizeViewOption.getDescription(View view)
           
 java.lang.String ReplaceViewOption.getDescription(View view)
           
 java.lang.String AbstractButtonAction.getDescription(View view)
           
 java.lang.String AbstractUserAction.getDescription(View view)
           
 java.lang.String CloseAllViewsForObjectOption.getDescription(View view)
           
 java.lang.String CloseAllViewsOption.getDescription(View view)
           
 java.lang.String AbstractButtonAction.getHelp(View view)
           
 java.lang.String AbstractUserAction.getHelp(View view)
           
 java.lang.String AbstractButtonAction.getName(View view)
           
 java.lang.String AbstractUserAction.getName(View view)
          Returns the stored name of the menu option.
 void AbstractControlView.removeView(View view)
           
 void AbstractControlView.replaceView(View toReplace, View replacement)
           
 void AbstractControlView.setParent(View view)
           
 void AbstractControlView.setView(View view)
           
 

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

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

Classes in org.nakedobjects.plugins.dnd.viewer.basic that implement View
 class ApplicationWorkspace
           
 class DragViewBorder
          A drag view border provides a line and handle that appears when the mouse moves over the contained view and allows the view to be dragged.
 class EmptyBorder
           
 class EmptyField
           
 class FallbackView
           
 class Identifier
           
 class MinimizedView
           
 class PopupMenu
           
 class PopupMenuContainer
           
 class ResizeBorder
           
 class SimpleIdentifier
           
 class TextFieldResizeBorder
           
 class ViewResizeOutline
           
 

Fields in org.nakedobjects.plugins.dnd.viewer.basic with type parameters of type View
protected  java.util.Vector<View> ApplicationWorkspace.iconViews
           
protected  java.util.Vector<View> ApplicationWorkspace.serviceViews
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.basic that return View
 View ApplicationWorkspace.addIconFor(NakedObject object, Location at)
           
 View ApplicationWorkspace.addWindowFor(NakedObject object, Location at)
           
 View ApplicationWorkspaceBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 View ApplicationWorkspace.createSubviewFor(NakedObject object, boolean asIcon)
           
 View IconSpecification.createView(Content content, ViewAxis axis)
           
 View RootWorkspaceSpecification.createView(Content content, ViewAxis axis)
           
 View DragContentSpecification.createView(Content content, ViewAxis axis)
           
 View WrappedTextFieldSpecification.createView(Content content, ViewAxis axis)
           
 View SubviewIconSpecification.createView(Content content, ViewAxis axis)
           
 View UnlinedTextFieldSpecification.createView(Content content, ViewAxis axis)
           
 View FallbackView.Specification.createView(Content content, ViewAxis axis)
           
 View EmptyField.Specification.createView(Content content, ViewAxis axis)
           
 View PasswordFieldSpecification.createView(Content content, ViewAxis axis)
           
 View InnerWorkspaceSpecification.createView(Content content, ViewAxis axis)
           
 View RootIconSpecification.createView(Content content, ViewAxis axis)
           
 View WorkspaceSpecification.createView(Content content, ViewAxis axis)
           
 View IconSpecification.decorateSubview(View subview)
           
 View WorkspaceFocusManager.getFocus()
           
 View NullFocusManager.getFocus()
           
 View TableFocusManager.getFocus()
           
protected  View[] ApplicationWorkspace.getObjectIconViews()
           
 View ResizeDrag.getOverlay()
           
protected  View[] ApplicationWorkspace.getServiceIconViews()
           
protected  View[] ApplicationWorkspace.getWindowViews()
           
 View MinimizedView.identify(Location location)
           
 View PopupMenu.makeView(NakedObject object, NakedObjectAssociation field)
           
protected  View[] ApplicationWorkspace.subviews()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type View
 void ApplicationWorkspace.addDialog(View dialogContent)
           
 void ApplicationWorkspace.addView(View view)
           
 void ApplicationWorkspace.addWindow(View containedView)
           
 void ApplicationWorkspaceBuilder.build(View view1)
           
 View IconSpecification.decorateSubview(View subview)
           
 void ResizeDrag.drag(View target, Location location, int mods)
           
 Size ApplicationWorkspaceBuilder.getRequiredSize(View view)
           
 void ApplicationWorkspaceBuilder.layout(View view1, Size maximumSize)
           
 void ApplicationWorkspace.lower(View view)
           
 void ApplicationWorkspace.raise(View view)
           
 void ApplicationWorkspace.removeView(View view)
           
 void MinimizedView.removeView(View view)
           
 void ApplicationWorkspace.replaceView(View toReplace, View replacement)
           
 void WorkspaceFocusManager.setFocus(View view)
           
 void NullFocusManager.setFocus(View view)
           
 void TableFocusManager.setFocus(View view)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type View
DragViewBorder(int size, View wrappedView)
           
DragViewBorder(View wrappedView)
           
EmptyBorder(int left, int top, int right, int bottom, View view)
           
EmptyBorder(int topBottom, int leftRight, View view)
           
EmptyBorder(int width, View view)
           
Identifier(View wrappedView)
           
MinimizedView(View viewToMinimize)
           
PopupMenuContainer(View target, Location at)
           
ResizeBorder(View view, int allowDirections, int width, int minimumWidth)
           
ResizeDrag(View view, Bounds resizeArea, int direction)
           
ResizeDrag(View view, Bounds resizeArea, int direction, Size minimumSize, Size maximumSize)
           
SimpleIdentifier(View wrappedView)
           
TableFocusManager(View table)
           
TextFieldResizeBorder(View view)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.border that implement View
 class AbstractBorder
           
 class AbstractViewDecorator
           
 class AbstractWindowBorder
           
 class BackgroundBorder
          A background border provides a coloured background to a view of a specified colour.
 class ButtonBorder
           
 class DialogBorder
           
 class DisposedObjectBorder
           
 class DisposeOverlay
           
 class DroppableLabelBorder
           
 class ExpandableViewBorder
           
 class IconBorder
           
 class LabelBorder
           
 class LineBorder
          A line border draws a simple box around a view of a given width and color.
 class ObjectBorder
          A border for objects providing Ability to drag out a new view of the object. State change when moving over object.
 class ScrollBorder
          A scroll border provides a window on a larger view, providing scrollbars as a way of moving the visible part of that view around the actual visible viewing area.
 class SelectedBorder
           
 class WindowBorder
           
 

Fields in org.nakedobjects.plugins.dnd.viewer.border declared as View
protected  View AbstractViewDecorator.wrappedView
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.border that return View
static View LabelBorder.createFieldLabelBorder(View wrappedView)
           
static View DroppableLabelBorder.createObjectFieldLabelBorder(View wrappedView)
           
static View DroppableLabelBorder.createObjectParameterLabelBorder(View wrappedView)
           
static View LabelBorder.createValueParameterLabelBorder(View wrappedView)
           
 View AbstractViewDecorator.dragFrom(Location location)
           
 View ScrollBorder.dragFrom(Location location)
           
 View AbstractBorder.dragFrom(Location location)
           
 View[] WindowBorder.getButtons()
           
 View AbstractViewDecorator.getParent()
           
 View[] AbstractViewDecorator.getSubviews()
           
 View AbstractViewDecorator.getView()
           
 View AbstractViewDecorator.identify(Location mouseLocation)
           
 View ScrollBorder.identify(Location location)
           
 View AbstractBorder.identify(Location location)
           
 View ButtonBorder.identify(Location location)
           
 View AbstractViewDecorator.pickupContent(Location location)
           
 View AbstractBorder.pickupContent(Location location)
           
 View AbstractViewDecorator.pickupView(Location location)
           
 View AbstractBorder.pickupView(Location location)
           
 View AbstractViewDecorator.subviewFor(Location location)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.border with parameters of type View
 void AbstractViewDecorator.addView(View view)
           
 boolean AbstractViewDecorator.contains(View view)
           
static View LabelBorder.createFieldLabelBorder(View wrappedView)
           
static View DroppableLabelBorder.createObjectFieldLabelBorder(View wrappedView)
           
static View DroppableLabelBorder.createObjectParameterLabelBorder(View wrappedView)
           
static View LabelBorder.createValueParameterLabelBorder(View wrappedView)
           
 boolean SelectableViewAxis.isSelected(View view)
           
 void AbstractViewDecorator.removeView(View view)
           
 void AbstractViewDecorator.replaceView(View toReplace, View replacement)
           
 void SelectableViewAxis.selected(View view)
           
 void ScrollBorder.setLeftHeader(View leftHeader)
           
 void AbstractViewDecorator.setParent(View view)
           
 void ScrollBorder.setTopHeader(View topHeader)
           
 void AbstractViewDecorator.setView(View view)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.border with parameters of type View
AbstractBorder(View view)
           
AbstractViewDecorator(View wrappedView)
           
AbstractWindowBorder(View enclosedView)
           
BackgroundBorder(Color background, View wrappedView)
           
BackgroundBorder(View wrappedView)
          Creates a background border with a default colour of white.
ButtonBorder(ButtonAction[] actions, View view)
           
DialogBorder(View wrappedView, boolean scrollable)
           
DisposedObjectBorder(int size, View wrappedView)
           
DisposedObjectBorder(View wrappedView)
           
DisposeOverlay(View wrappedView)
           
DroppableLabelBorder(FieldContent fieldContent, View wrappedView)
           
DroppableLabelBorder(ParameterContent fieldContent, View wrappedView)
           
ExpandableViewBorder(View view)
           
IconBorder(View wrappedView)
           
LabelBorder(FieldContent fieldContent, View wrappedView)
           
LabelBorder(ParameterContent fieldContent, View wrappedView)
           
LineBorder(Color color, View wrappedView)
           
LineBorder(int width, Color color, View wrappedView)
           
LineBorder(int width, int arcRadius, Color color, View wrappedView)
           
LineBorder(int size, int arcRadius, View wrappedView)
           
LineBorder(int size, View wrappedView)
           
LineBorder(View wrappedView)
           
ObjectBorder(int size, View wrappedView)
           
ObjectBorder(View wrappedView)
           
ScrollBorder(View view)
           
ScrollBorder(View content, View leftHeader, View topHeader)
          Note - the leftHeader, if it is specified, view must be the same height as the content view and the rightHeader, if it is specified, must be the same width.
SelectedBorder(View view)
           
WindowBorder(View wrappedView, boolean scrollable)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.builder that return View
 View CollectionElementBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 View ObjectFieldBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 View AbstractBuilderDecorator.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 View AbstractCompositeViewSpecification.createView(Content content, ViewAxis axis)
           
 View AbstractCompositeViewSpecification.decorateSubview(View subview)
           
 View CollectionElementBuilder.decorateSubview(View subview)
           
 View AbstractViewBuilder.decorateSubview(View subview)
           
 View ObjectFieldBuilder.decorateSubview(View subview)
           
 View AbstractBuilderDecorator.decorateSubview(View subview)
           
protected  View AbstractCompositeViewSpecification.decorateView(View view)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.builder with parameters of type View
 void CollectionElementBuilder.build(View view)
           
abstract  void AbstractViewBuilder.build(View view)
           
 void ObjectFieldBuilder.build(View view)
           
 void AbstractBuilderDecorator.build(View view)
           
 View AbstractCompositeViewSpecification.decorateSubview(View subview)
           
 View CollectionElementBuilder.decorateSubview(View subview)
           
 View AbstractViewBuilder.decorateSubview(View subview)
           
 View ObjectFieldBuilder.decorateSubview(View subview)
           
 View AbstractBuilderDecorator.decorateSubview(View subview)
           
protected  View AbstractCompositeViewSpecification.decorateView(View view)
           
 Size LabelledFieldLayout.getRequiredSize(View view)
           
 Size StackLayout.getRequiredSize(View view)
           
 Size AbstractViewBuilder.getRequiredSize(View view)
           
 Size ColumnLayout.getRequiredSize(View view)
           
 Size AbstractBuilderDecorator.getRequiredSize(View view)
           
 void LabelledFieldLayout.layout(View view, Size maximumSize)
           
 void StackLayout.layout(View view, Size maximumSize)
           
 void AbstractViewBuilder.layout(View view, Size maximumSize)
           
 void ColumnLayout.layout(View view, Size maximumSize)
           
 void AbstractBuilderDecorator.layout(View view, Size maximumSize)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.content with parameters of type View
 Consent ClearOneToOneAssociationOption.disabled(View view)
           
 Consent AbstractObjectOption.disabled(View view)
           
 Consent ClearOneToManyAssociationOption.disabled(View view)
           
 Consent AbstractObjectContent.ExplorationInstances.disabled(View view)
           
 Consent AbstractObjectContent.ExplorationClone.disabled(View view)
           
 Consent AbstractObjectContent.DebugClearResolvedOption.disabled(View view)
           
 void ClearOneToOneAssociationOption.execute(Workspace frame, View view, Location at)
           
 void ImmediateObjectOption.execute(Workspace workspace, View view, Location at)
           
 void DialoggedObjectOption.execute(Workspace workspace, View view, Location at)
           
 void ClearOneToManyAssociationOption.execute(Workspace frame, View view, Location at)
           
 void AbstractObjectContent.ExplorationInstances.execute(Workspace workspace, View view, Location at)
           
 void AbstractObjectContent.ExplorationClone.execute(Workspace workspace, View view, Location at)
           
 void AbstractObjectContent.DebugClearResolvedOption.execute(Workspace workspace, View view, Location at)
           
 java.lang.String AbstractObjectOption.getHelp(View view)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.debug that implement View
 class DebugBorder
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.debug with parameters of type View
 void DebugCanvas.clearBackground(View view, Color color)
           
 void DebugCanvasAbsolute.clearBackground(View view, Color color)
           
 Consent DebugDumpSnapshotOption.disabled(View component)
           
 void DebugCanvas.drawRectangleAround(View view, Color color)
           
 void DebugCanvasAbsolute.drawRectangleAround(View view, Color color)
           
 void DebugOption.execute(Workspace workspace, View view, Location at)
           
 void DebugDumpSnapshotOption.execute(Workspace workspace, View view, Location at)
           
 java.lang.String DebugOption.getDescription(View view)
           
 java.lang.String DebugDumpSnapshotOption.getDescription(View view)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.debug with parameters of type View
DebugBorder(View wrappedView)
           
DebugContent(View display)
           
DebugDrawing(View display)
           
DebugDrawingAbsolute(View display)
           
DebugView(View display)
           
DebugViewStructure(View display)
           
 

Uses of View in org.nakedobjects.plugins.dnd.viewer.focus
 

Fields in org.nakedobjects.plugins.dnd.viewer.focus declared as View
protected  View AbstractFocusManager.container
           
protected  View AbstractFocusManager.focus
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.focus that return View
protected abstract  View[] AbstractFocusManager.getChildViews()
           
protected  View[] SubviewFocusManager.getChildViews()
           
 View AbstractFocusManager.getFocus()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.focus with parameters of type View
 void AbstractFocusManager.setFocus(View view)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.focus with parameters of type View
AbstractFocusManager(View container)
           
AbstractFocusManager(View container, View initalFocus)
           
SubviewFocusManager(View container)
           
SubviewFocusManager(View container, View initalFocus)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.list that implement View
 class InternalCollectionBorder
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.list that return View
 View ListWithExpandableElementsSpecification.createSubview(Content content, ViewAxis axis, int fieldNumber)
           
 View SimpleListSpecification.createSubview(Content content, ViewAxis axis, int fieldNumber)
           
 View GridSpecification.createSubview(Content content, ViewAxis axis, int fieldNumber)
           
 View SummaryListWindowSpecification.createSubview(Content content, ViewAxis axis, int fieldNumber)
           
 View HistogramSpecification.createSubview(Content content, ViewAxis axis, int sequence)
           
 View ExpandableListSpecification.createSubview(Content content, ViewAxis axis, int fieldNumber)
           
 View ListWithExpandableElementsSpecification.decorateSubview(View subview)
           
 View GridSpecification.decorateSubview(View subview)
           
 View SummaryListWindowSpecification.decorateSubview(View subview)
           
protected  View InternalListSpecification.decorateView(View view)
           
protected  View GridSpecification.decorateView(View view)
           
 View ExpandableListSpecification.decorateView(View subview)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.list with parameters of type View
 View ListWithExpandableElementsSpecification.decorateSubview(View subview)
           
 View GridSpecification.decorateSubview(View subview)
           
 View SummaryListWindowSpecification.decorateSubview(View subview)
           
protected  View InternalListSpecification.decorateView(View view)
           
protected  View GridSpecification.decorateView(View view)
           
 View ExpandableListSpecification.decorateView(View subview)
           
 Size HistogramLayout.getRequiredSize(View view)
           
 void HistogramLayout.layout(View view, Size maximumSize)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.list with parameters of type View
InternalCollectionBorder(View wrappedView)
           
InternalCollectionIconGraphic(View view, Text text)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.lookup that implement View
 class OpenDropDownBorder
          Field border that provides a drop-down list.
 class OpenObjectDropDownBorder
           
 class OpenValueDropDownBorder
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.lookup that return View
 View DropDownListBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
protected abstract  View OpenDropDownBorder.createOverlay()
           
protected  View OpenObjectDropDownBorder.createOverlay()
           
protected  View OpenValueDropDownBorder.createOverlay()
           
 View DropDownAxis.getOriginalView()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.lookup with parameters of type View
 void DropDownListBuilder.build(View view)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.lookup with parameters of type View
DropDownAxis(View originalView)
           
ObjectDropDownAxis(ObjectContent content, View originalView)
           
OpenDropDownBorder(View wrappedView)
           
OpenObjectDropDownBorder(View wrappedView)
           
OpenValueDropDownBorder(View wrappedView)
           
ValueDropDownAxis(TextParseableContent content, View originalView)
           
 

Uses of View in org.nakedobjects.plugins.dnd.viewer.notifier
 

Fields in org.nakedobjects.plugins.dnd.viewer.notifier with type parameters of type View
protected  java.util.Hashtable<NakedObject,java.util.Vector<View>> ViewUpdateNotifier.viewListByAdapter
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.notifier with parameters of type View
 void ViewUpdateNotifier.add(View view)
           
 void ViewUpdateNotifier.remove(View view)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.table that implement View
 class TableHeader
           
 class TableRowBorder
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.table that return View
 View AbstractTableSpecification.createSubview(Content content, ViewAxis axis, int fieldNumber)
           
protected  View TableRowSpecification.decorateView(View view)
           
protected  View AbstractTableSpecification.decorateView(View view)
           
protected  View WindowTableSpecification.decorateView(View view)
           
protected abstract  View AbstractTableSpecification.doCreateView(View table, Content content, ViewAxis axis)
           
 View WindowTableSpecification.doCreateView(View view, Content content, ViewAxis axis)
           
 View TableHeader.identify(Location location)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.table with parameters of type View
protected  View TableRowSpecification.decorateView(View view)
           
protected  View AbstractTableSpecification.decorateView(View view)
           
protected  View WindowTableSpecification.decorateView(View view)
           
protected abstract  View AbstractTableSpecification.doCreateView(View table, Content content, ViewAxis axis)
           
 View WindowTableSpecification.doCreateView(View view, Content content, ViewAxis axis)
           
 void TableAxis.setRoot(View view)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.table with parameters of type View
TableRowBorder(View wrappedRow)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.tree that implement View
 class MasterDetailPanel
           
 class TreeNodeBorder
           
 class ViewResizeBorder
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.tree that return View
protected  View CompositeNodeSpecification.createNodeView(Content content, ViewAxis axis)
           
protected  View EmptyNodeSpecification.createNodeView(Content content, ViewAxis axis)
           
protected  View ClosedCollectionNodeSpecification.createNodeView(Content content, ViewAxis axis)
           
 View CompositeNodeSpecification.createSubview(Content content, ViewAxis axis, int fieldNumber)
           
 View TreeWithDetailSpecification.createView(Content content, ViewAxis axis)
           
 View ListWithDetailSpecification.createView(Content content, ViewAxis axis)
           
 View FormWithDetailSpecification.createView(Content content, ViewAxis axis)
           
 View TreeSpecification.createView(Content content, ViewAxis axis)
           
 View CompositeNodeSpecification.decorateSubview(View view)
           
protected  View InternalTableSpecification.decorateView(View view)
           
 View InternalTableSpecification.doCreateView(View view, Content content, ViewAxis axis)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.tree with parameters of type View
 View CompositeNodeSpecification.decorateSubview(View view)
           
protected  View InternalTableSpecification.decorateView(View view)
           
 View InternalTableSpecification.doCreateView(View view, Content content, ViewAxis axis)
           
 void MasterDetailPanel.setSelectedNode(View view)
           
protected  void MasterDetailPanel.showInRightPane(View view)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.tree with parameters of type View
TreeNodeBorder(View wrappedView, ViewSpecification replaceWith)
           
ViewResizeBorder(View view)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.view.calendar that implement View
 class CalendarBorder
           
 class CalendarTemplate
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.calendar that return View
 View CalendarSpecification.createSubview(Content content, ViewAxis axis, int fieldNumber)
           
protected  View CalendarSpecification.decorateView(View view)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.calendar with parameters of type View
protected  View CalendarSpecification.decorateView(View view)
           
 Size CalendarLayout.getRequiredSize(View view)
           
 void CalendarLayout.layout(View view, Size maximumSize)
           
 void WeekDisplay.layoutDate(View v, java.util.Date date, int width, int height)
           
 void MonthDisplay.layoutDate(View v, java.util.Date date, int width, int height)
           
 void CalendarDisplay.layoutDate(View v, java.util.Date date, int width, int height)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.calendar with parameters of type View
CalendarTemplate(View wrappedView, CalendarDisplay initialCalendarDisplay)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.dialog that return View
 View ActionFieldBuilder.createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
           
 View ActionFieldBuilder.decorateSubview(View subview)
           
protected  View ActionDialogSpecification.decorateView(View view)
           
protected  View[] ActionDialogFocusManager.getChildViews()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.dialog with parameters of type View
 void ActionFieldBuilder.build(View view)
           
 View ActionFieldBuilder.decorateSubview(View subview)
           
protected  View ActionDialogSpecification.decorateView(View view)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.view.field that implement View
 class AbstractField
           
 class CheckboxField
           
 class ColorField
           
 class ImageField
           
 class PasswordField
           
 class SingleLineTextField
           
 class TextField
           
 class TextFieldBorder
          Border decorator to draw a white background and 3D style border around a text field.
 class TextParseableFieldAbstract
           
 class WrappedTextField
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.field that return View
 View CheckboxField.Specification.createView(Content content, ViewAxis axis)
           
 View ImageField.Specification.createView(Content content, ViewAxis axis)
           
 View TextFieldSpecification.createView(Content content, ViewAxis axis)
           
 View ColorField.Specification.createView(Content content, ViewAxis axis)
           
 View AbstractField.dragFrom(Location location)
          Indicates the start of a drag within this view's bounds.
 View AbstractField.getRoot()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.field with parameters of type View
 Consent RevertFieldOption.disabled(View view)
           
 Consent CopyValueOption.disabled(View view)
           
 Consent PasteValueOption.disabled(View view)
           
 Consent ClearValueOption.disabled(View view)
           
 void RevertFieldOption.execute(Workspace workspace, View view, Location at)
           
 void CopyValueOption.execute(Workspace frame, View view, Location at)
           
 void PasteValueOption.execute(Workspace workspace, View view, Location at)
           
 void ClearValueOption.execute(Workspace frame, View view, Location at)
           
 java.lang.String RevertFieldOption.getDescription(View view)
           
 java.lang.String ClearValueOption.getDescription(View view)
           
protected  NakedObject AbstractValueOption.getValue(View view)
           
protected  boolean AbstractValueOption.isEmpty(View view)
           
protected  void AbstractValueOption.updateParent(View view)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.field with parameters of type View
TextFieldBorder(View view)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.form that return View
 View AbstractFormSpecification.createSubview(Content content, ViewAxis axis, int sequence)
           
 View WindowFormSpecification.decorateSubview(View subview)
           
 View WindowExpandableFormSpecification.decorateSubview(View subview)
           
protected  View WindowFormSpecification.decorateView(View formView)
           
protected  View InternalFormSpecification.decorateView(View formView)
           
protected  View InternalFormWithoutCollectionsSpecification.decorateView(View formView)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.form with parameters of type View
 View WindowFormSpecification.decorateSubview(View subview)
           
 View WindowExpandableFormSpecification.decorateSubview(View subview)
           
protected  View WindowFormSpecification.decorateView(View formView)
           
protected  View InternalFormSpecification.decorateView(View formView)
           
protected  View InternalFormWithoutCollectionsSpecification.decorateView(View formView)
           
 

Uses of View in org.nakedobjects.plugins.dnd.viewer.view.graphic
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.graphic with parameters of type View
IconGraphic(View view, int height)
           
IconGraphic(View view, int height, int baseline)
           
IconGraphic(View view, Text style)
           
 

Uses of View in org.nakedobjects.plugins.dnd.viewer.view.help
 

Classes in org.nakedobjects.plugins.dnd.viewer.view.help that implement View
 class AboutView
           
 class HelpView
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.message that return View
 View MessageDialogSpecification.createView(Content content, ViewAxis axis)
           
 View DetailedMessageViewSpecification.createView(Content content, ViewAxis axis)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.message with parameters of type View
 void MessageDialogSpecification.CloseViewAction.execute(Workspace workspace, View view, Location at)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.view.simple that implement View
 class AbstractCompositeView
           
 class AbstractView
           
 class BlankView
           
 class CompositeViewUsingBuilder
           
 class DragViewOutline
           
 class FieldErrorView
          Displays an error message in place of a normal field when a problem occurs, usually due to a programming error, and the normal field cannot be created.
 class Icon
           
 class NullView
           
 class ObjectView
           
 class TextView
           
 

Fields in org.nakedobjects.plugins.dnd.viewer.view.simple with type parameters of type View
protected  java.util.Vector<View> AbstractCompositeView.views
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple that return View
 View FieldErrorView.Specification.createView(Content content, ViewAxis axis)
           
 View AbstractView.dragFrom(Location location)
           
 View AbstractView.getParent()
           
 View[] AbstractView.getSubviews()
           
 View[] AbstractCompositeView.getSubviews()
           
 View AbstractView.getView()
           
 View AbstractView.identify(Location location)
           
 View AbstractView.pickupContent(Location location)
           
 View AbstractView.pickupView(Location location)
           
 View AbstractCompositeView.pickupView(Location location)
           
 View AbstractView.subviewFor(Location location)
           
 View AbstractCompositeView.subviewFor(Location location)
           
protected  View[] AbstractCompositeView.subviews()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type View
protected  void AbstractCompositeView.add(java.util.Vector views, View view)
           
 void AbstractView.addView(View view)
           
 void AbstractCompositeView.addView(View view)
           
 boolean AbstractView.contains(View view)
           
 void AbstractView.removeView(View view)
           
 void AbstractCompositeView.removeView(View view)
           
 void AbstractView.replaceView(View toReplace, View replacement)
           
 void AbstractCompositeView.replaceView(View toReplace, View replacement)
           
 void AbstractView.setParent(View parentView)
           
 void AbstractView.setView(View view)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type View
DragViewOutline(View view)
           
 

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

Classes in org.nakedobjects.plugins.dnd.viewer.view.specification that implement View
 class ServiceBorder
           
 class ServiceIcon
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.specification that return View
 View ServiceIconSpecification.createView(Content content, ViewAxis axis)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.specification with parameters of type View
ServiceBorder(int size, View wrappedView)
           
ServiceBorder(View wrappedView)
           
 

Uses of View in org.nakedobjects.plugins.dnd.viewer.view.text
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.text with parameters of type View
ObjectTitleText(View view, Text style)
           
TitleText(View view, Text style, Color color)
           
 



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