ice.ri.common.print.awt
Class PageSetupDialog.AdvancedPageSettingsPanel

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjava.awt.Panel
              extended byice.ri.common.dialog.awt.AbstractSettingsDialogPanel
                  extended byice.ri.common.print.awt.PageSetupDialog.AdvancedPageSettingsPanel
All Implemented Interfaces:
Accessible, ActionListener, EventListener, ImageObserver, ItemListener, MenuContainer, Serializable, SettingsDialogInterface
Enclosing class:
PageSetupDialog

public class PageSetupDialog.AdvancedPageSettingsPanel
extends AbstractSettingsDialogPanel
implements ItemListener

The classes purpose is to provide a panel that represents many of the advanced page settings found in the the StormPageFormat object.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.awt.Panel
Panel.AccessibleAWTPanel
 
Nested classes inherited from class java.awt.Container
Container.AccessibleAWTContainer
 
Nested classes inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy
 
Field Summary
 
Fields inherited from class ice.ri.common.dialog.awt.AbstractSettingsDialogPanel
settingsDialog
 
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
PageSetupDialog.AdvancedPageSettingsPanel(AbstractSettingsDialog controlPanel)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Catch all the actions event from the input fields for special cases.
 boolean cancel()
          Do not save the data represented by the GUI.
 void getPreferenceElements()
          Utility method to Retrieve all default values from the StormPageFormat
 void itemStateChanged(ItemEvent e)
           
 boolean save()
          Save the data represented by the GUI.
 void setPreferenceElements()
          Utility class to get all the values from the input fields and assign the values to the StormPageFormat object.
 
Methods inherited from class ice.ri.common.dialog.awt.AbstractSettingsDialogPanel
hasChanged, setHasChanged, toString
 
Methods inherited from class java.awt.Panel
addNotify, getAccessibleContext
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, 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, 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, isFocusTraversable, 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, processMouseEvent, processMouseMotionEvent, 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
 

Constructor Detail

PageSetupDialog.AdvancedPageSettingsPanel

public PageSetupDialog.AdvancedPageSettingsPanel(AbstractSettingsDialog controlPanel)
Method Detail

getPreferenceElements

public void getPreferenceElements()
Utility method to Retrieve all default values from the StormPageFormat

See Also:
setPreferenceElements()

setPreferenceElements

public void setPreferenceElements()
Utility class to get all the values from the input fields and assign the values to the StormPageFormat object.

See Also:
getPreferenceElements()

save

public boolean save()
Description copied from class: AbstractSettingsDialogPanel
Save the data represented by the GUI.

Specified by:
save in interface SettingsDialogInterface
Specified by:
save in class AbstractSettingsDialogPanel
Returns:

cancel

public boolean cancel()
Description copied from class: AbstractSettingsDialogPanel
Do not save the data represented by the GUI.

Specified by:
cancel in interface SettingsDialogInterface
Specified by:
cancel in class AbstractSettingsDialogPanel
Returns:

itemStateChanged

public void itemStateChanged(ItemEvent e)
Specified by:
itemStateChanged in interface ItemListener

actionPerformed

public void actionPerformed(ActionEvent e)
Catch all the actions event from the input fields for special cases.

Specified by:
actionPerformed in interface ActionListener
Parameters:
e -