org.salespointframework.desktop.multiwindow
Class MultiWindow.TabbedFrame

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.JPanel
                  extended by org.salespointframework.desktop.multiwindow.JTabDisplay
                      extended by org.salespointframework.desktop.multiwindow.MultiWindow.TabbedFrame
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, Display
Enclosing class:
MultiWindow

public class MultiWindow.TabbedFrame
extends JTabDisplay

This class is actually used by MultiWindow to display SalesPoints in tabbed view mode. In comparison to a normal JTabDisplay TabbedFrame has a reference to the SalesPoint which it displays.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
 
Nested classes/interfaces inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Nested classes/interfaces inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes/interfaces inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
private  SalesPoint m_spOwner
          The belonging SalesPoint
private  boolean setToFront
          Helper Variable to avoid looping of onDisplayFocusGained() (called whenever the window is set active) and toFront() (called indirectly by onDisplayFocusGained).
 
Fields inherited from class org.salespointframework.desktop.multiwindow.JTabDisplay
m_lhListeners
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
MultiWindow.TabbedFrame(SalesPoint spOwner)
          Creates the display and sets the title according to the SalesPoint's name.
 
Method Summary
protected  void exitForm()
          The actions to be executed when closing the SalesPoint.
protected  void formSheetClosed()
          Overrides JTabDisplay's JTabDisplay.formSheetClosed() method.
 SalesPoint getSalesPoint()
           
protected  void onDisplayFocusGained()
          The actions to be executed when the display is brought to front.
 void onMenuSheetSet(MenuSheet ms)
          Updates the MultiFrame's MenuSheet with a call to MultiWindow.setSecondMenuSheet(org.salespointframework.core.MenuSheet) when the display's MenuSheet has changed.
 void toFront()
          Sets the DisplayFrame to front.
 
Methods inherited from class org.salespointframework.desktop.multiwindow.JTabDisplay
addFormSheetListener, closeFormSheet, closeFormSheet, dispose, fireFormSheetRemoved, fireFormSheetSet, getFormSheet, getMenuSheet, getPrimaryTitle, getSecondaryTitle, getTabbedPane, getTitle, isUseableDisplay, load, onFormSheetButtonAdded, onFormSheetButtonRemoved, onFormSheetButtonsCleared, onFormSheetCaptionChanged, onFormSheetComponentChanged, popUpFormSheet, removeFormSheetListener, save, setButtonbarPosition, setDisplayTitle, setFormSheet, setMenuSheet, setPrimaryTitle, setSecondaryTitle
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, 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, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.salespointframework.core.Display
getBounds, setBounds
 

Field Detail

m_spOwner

private SalesPoint m_spOwner
The belonging SalesPoint


setToFront

private boolean setToFront
Helper Variable to avoid looping of onDisplayFocusGained() (called whenever the window is set active) and toFront() (called indirectly by onDisplayFocusGained).
If toFront has been executed onDisplayFocusGained will not be executed.

Constructor Detail

MultiWindow.TabbedFrame

public MultiWindow.TabbedFrame(SalesPoint spOwner)
Creates the display and sets the title according to the SalesPoint's name.

Parameters:
spOwner - the belonging SalesPoint
Method Detail

exitForm

protected void exitForm()
The actions to be executed when closing the SalesPoint. By default a new thread is created which runs SalesPoint.quit().

Overrides:
exitForm in class JTabDisplay

onMenuSheetSet

public void onMenuSheetSet(MenuSheet ms)
Updates the MultiFrame's MenuSheet with a call to MultiWindow.setSecondMenuSheet(org.salespointframework.core.MenuSheet) when the display's MenuSheet has changed.

Overrides:
onMenuSheetSet in class JTabDisplay
Parameters:
ms - the MenuSheet that has been set.

getSalesPoint

public SalesPoint getSalesPoint()
Returns:
the SalesPoint belonging to this display.

onDisplayFocusGained

protected void onDisplayFocusGained()
The actions to be executed when the display is brought to front. By default the MultiWindow's and the Shop's private variables that contain the currently active SalesPoint are being updated.


toFront

public void toFront()
Sets the DisplayFrame to front.

Specified by:
toFront in interface Display
Overrides:
toFront in class JTabDisplay

formSheetClosed

protected void formSheetClosed()
Overrides JTabDisplay's JTabDisplay.formSheetClosed() method. Does nothing.

Overrides:
formSheetClosed in class JTabDisplay