|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
org.nakedobjects.viewer.classic.view.DisplayPane
Nested Class Summary |
Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface org.nakedobjects.viewer.classic.view.Display |
DE_IDENTIFIED, DESELECTED, DRAG_FROM, DROP_OK, DROP_VETOED, END_DRAG, END_DROP, IDENTIFIED, SELECTED |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
DisplayPane()
|
|
DisplayPane(ObjectViewer viewer)
|
Method Summary | |
void |
cancel(DragDropEvent event)
|
void |
copy(DragDropEvent event)
|
java.lang.String |
debugDetails()
|
void |
doubleClicked(ObjectActionEvent event)
|
void |
drag(DragDropEvent event)
|
void |
dragEnter(DragDropEvent event)
|
void |
dragExit(DragDropEvent event)
|
void |
dragging(DragDropEvent event)
|
void |
drop(DragDropEvent event)
|
java.awt.Component |
getComponent()
|
java.awt.Insets |
getInsets()
|
java.awt.Dimension |
getMinimumSize()
|
java.awt.Dimension |
getPreferredSize()
|
ObjectViewer |
getViewer()
|
java.lang.String |
idString()
|
boolean |
isFocusTraversable()
Tell system that views are traversable using TAB and Shift-TAB |
void |
menuOptions(MenuOptionSet menuOptionSet)
MenuOptions for this component. |
void |
move(DragDropEvent event)
|
void |
paint(java.awt.Graphics g)
|
void |
paintContent()
|
void |
processMouseEvent(java.awt.event.MouseEvent evt)
|
void |
processMouseMotionEvent(java.awt.event.MouseEvent evt)
|
void |
refresh()
|
void |
showPopup(java.awt.Point at,
boolean developerMenu)
|
java.lang.String |
targetName()
|
java.lang.String |
toString()
|
void |
useViewer(ObjectViewer viewer)
|
void |
vacantDrop(DragDropEvent event)
|
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, addNotify, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getListeners, getMaximumSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.nakedobjects.viewer.classic.view.Display |
add, add, add, getBounds, getComponents, getLayout, getLocationOnScreen, getParent, getSize, invalidate, isShowing, remove, remove, removeAll, repaint, requestFocus, setCursor, setLayout, setLocation, setSize |
Methods inherited from interface org.nakedobjects.viewer.classic.event.popup.MenuOptionTarget |
add, remove |
Constructor Detail |
public DisplayPane()
public DisplayPane(ObjectViewer viewer)
Method Detail |
public void cancel(DragDropEvent event)
cancel
in interface DragSource
public void copy(DragDropEvent event)
copy
in interface DragSource
public java.lang.String debugDetails()
debugDetails
in interface Display
public void doubleClicked(ObjectActionEvent event)
public void drag(DragDropEvent event)
drag
in interface DragSource
public void dragEnter(DragDropEvent event)
dragEnter
in interface DropDestination
public void dragExit(DragDropEvent event)
dragExit
in interface DropDestination
public void dragging(DragDropEvent event)
dragging
in interface DragSource
public void drop(DragDropEvent event)
drop
in interface DropDestination
public java.awt.Component getComponent()
getComponent
in interface DragSource
public java.awt.Insets getInsets()
getInsets
in interface Display
public java.awt.Dimension getMinimumSize()
getMinimumSize
in interface Display
public java.awt.Dimension getPreferredSize()
getPreferredSize
in interface Display
public ObjectViewer getViewer()
getViewer
in interface Display
public java.lang.String idString()
idString
in interface Display
public boolean isFocusTraversable()
public void menuOptions(MenuOptionSet menuOptionSet)
menuOptions
in interface Display
public void move(DragDropEvent event)
move
in interface DragSource
public void paint(java.awt.Graphics g)
public void paintContent()
paintContent
in interface Display
public void processMouseEvent(java.awt.event.MouseEvent evt)
public void processMouseMotionEvent(java.awt.event.MouseEvent evt)
public void refresh()
refresh
in interface Display
public void showPopup(java.awt.Point at, boolean developerMenu)
showPopup
in interface Display
public java.lang.String targetName()
targetName
in interface MenuOptionTarget
public java.lang.String toString()
public void useViewer(ObjectViewer viewer)
useViewer
in interface Display
public void vacantDrop(DragDropEvent event)
vacantDrop
in interface DragSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |