Class DrawTheLegend

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--javax.swing.JComponent
                    |
                    +--javax.swing.JPanel
                          |
                          +--DrawTheLegend

public class DrawTheLegend
extends javax.swing.JPanel
implements java.awt.event.ItemListener, java.awt.event.ActionListener

See Also:
Serialized Form

Inner classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
 
Inner classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Field Summary
static java.lang.String abortLabel
           
static java.lang.String abortTip
           
static java.lang.String allButtonLabel
           
static java.lang.String allButtonTip
           
static java.lang.String badPutLabel
           
static java.lang.String badPutTip
           
static java.lang.String checkboxTip
           
static java.lang.String checkPointLabel
           
static java.lang.String checkPointTip
           
static java.lang.String disabledTip
           
static java.lang.String evictBLabel
           
static java.lang.String evictBTip
           
static java.lang.String evictGLabel
           
static java.lang.String evictGTip
           
static java.lang.String executeErrorLabel
           
static java.lang.String executeErrorTip
           
static java.lang.String executeLabel
           
static java.lang.String executeTip
           
static java.lang.String genericLabel
           
static java.lang.String genericTip
           
static java.lang.String goodPutLabel
           
static java.lang.String goodPutTip
           
static java.lang.String idleLabel
           
static java.lang.String idleTip
           
static java.lang.String imageLabel
           
static java.lang.String imageTip
           
static java.lang.String noneButtonLabel
           
static java.lang.String noneButtonTip
           
static java.lang.String shadowLabel
           
static java.lang.String shadowTip
           
static java.lang.String submitLabel
           
static java.lang.String submitTip
           
static java.lang.String terminateLabel
           
static java.lang.String terminateTip
           
static java.lang.String unknownLabel
           
static java.lang.String unknownTip
           
static java.lang.String updateButtonLabel
           
static java.lang.String updateButtonTip
           
 
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
 
Constructor Summary
DrawTheLegend(GUIWindow mom)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void addStrut(javax.swing.JPanel pan, int W, int whichSide)
           
 void checkAll()
           
 void commonSetUp(javax.swing.JComponent comp)
           
 void commonSetUp(javax.swing.JComponent one, javax.swing.JComponent two)
           
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 void setCheckBoxStatus()
           
 java.awt.Dimension setMinimumSize()
           
 java.awt.Dimension setPreferredSize()
           
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUIClassID, paramString, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getAlignmentX, getAlignmentY, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getGraphics, getHeight, getInsets, getInsets, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getVisibleRect, getWidth, getX, getY, grabFocus, hasFocus, isDoubleBuffered, isFocusCycleRoot, isFocusTraversable, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, processComponentKeyEvent, processFocusEvent, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setFont, setForeground, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setUI, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setLayout, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hide, imageUpdate, inside, isDisplayable, isEnabled, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processInputMethodEvent, processMouseEvent, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

submitTip

public static java.lang.String submitTip

terminateTip

public static java.lang.String terminateTip

abortTip

public static java.lang.String abortTip

executeTip

public static java.lang.String executeTip

evictGTip

public static java.lang.String evictGTip

evictBTip

public static java.lang.String evictBTip

executeErrorTip

public static java.lang.String executeErrorTip

checkPointTip

public static java.lang.String checkPointTip

imageTip

public static java.lang.String imageTip

shadowTip

public static java.lang.String shadowTip

genericTip

public static java.lang.String genericTip

goodPutTip

public static java.lang.String goodPutTip

badPutTip

public static java.lang.String badPutTip

idleTip

public static java.lang.String idleTip

unknownTip

public static java.lang.String unknownTip

checkboxTip

public static java.lang.String checkboxTip

disabledTip

public static java.lang.String disabledTip

noneButtonTip

public static java.lang.String noneButtonTip

allButtonTip

public static java.lang.String allButtonTip

updateButtonTip

public static java.lang.String updateButtonTip

submitLabel

public static java.lang.String submitLabel

executeLabel

public static java.lang.String executeLabel

executeErrorLabel

public static java.lang.String executeErrorLabel

checkPointLabel

public static java.lang.String checkPointLabel

evictGLabel

public static java.lang.String evictGLabel

evictBLabel

public static java.lang.String evictBLabel

imageLabel

public static java.lang.String imageLabel

terminateLabel

public static java.lang.String terminateLabel

shadowLabel

public static java.lang.String shadowLabel

abortLabel

public static java.lang.String abortLabel

genericLabel

public static java.lang.String genericLabel

goodPutLabel

public static java.lang.String goodPutLabel

badPutLabel

public static java.lang.String badPutLabel

idleLabel

public static java.lang.String idleLabel

unknownLabel

public static java.lang.String unknownLabel

allButtonLabel

public static java.lang.String allButtonLabel

noneButtonLabel

public static java.lang.String noneButtonLabel

updateButtonLabel

public static java.lang.String updateButtonLabel
Constructor Detail

DrawTheLegend

public DrawTheLegend(GUIWindow mom)
Method Detail

setCheckBoxStatus

public void setCheckBoxStatus()

setMinimumSize

public java.awt.Dimension setMinimumSize()

setPreferredSize

public java.awt.Dimension setPreferredSize()

addStrut

public void addStrut(javax.swing.JPanel pan,
                     int W,
                     int whichSide)

commonSetUp

public void commonSetUp(javax.swing.JComponent one,
                        javax.swing.JComponent two)

commonSetUp

public void commonSetUp(javax.swing.JComponent comp)

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener

checkAll

public void checkAll()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener