org.w3c.jwput.gui
Class JWMenu

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--javax.swing.JComponent
                    |
                    +--javax.swing.JMenuBar
                          |
                          +--org.w3c.jwput.gui.JWMenu

public class JWMenu
extends javax.swing.JMenuBar

Winie's MenuBar

See Also:
Serialized Form

Inner classes inherited from class javax.swing.JMenuBar
javax.swing.JMenuBar.AccessibleJMenuBar
 
Inner classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Field Summary
protected static java.lang.String ABOUT_ACC
           
protected static java.lang.String ABOUT_CMD
           
protected static char ABOUT_MNE
           
protected static java.lang.String CONSOLE_ACC
           
protected static java.lang.String CONSOLE_CMD
           
protected static char CONSOLE_MNE
           
protected static java.lang.String DAV_ACC
           
protected static java.lang.String DAV_CMD
           
protected static char DAV_MNE
           
protected static java.lang.String DELETE_ACC
           
protected static java.lang.String DELETE_CMD
           
protected static char DELETE_MNE
           
protected static java.lang.String HELP_ACC
           
protected static java.lang.String HELP_CMD
           
protected static char HELP_MNE
           
protected static java.lang.String LOAD_ACC
           
protected static java.lang.String LOAD_CMD
           
protected static char LOAD_MNE
           
protected static java.lang.String OPENDAV_ACC
           
protected static java.lang.String OPENDAV_CMD
           
protected static char OPENDAV_MNE
           
protected static java.lang.String PREF_ACC
           
protected static java.lang.String PREF_CMD
           
protected static char PREF_MNE
           
protected static java.lang.String QUIT_ACC
           
protected static java.lang.String QUIT_CMD
           
protected static char QUIT_MNE
           
protected static java.lang.String SAVE_ACC
           
protected static java.lang.String SAVE_CMD
           
protected static char SAVE_MNE
           
protected static java.lang.String UPGRADE_ACC
           
protected static java.lang.String UPGRADE_CMD
           
protected static char UPGRADE_MNE
           
 
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
protected JWMenu(java.awt.event.ActionListener listener)
           
 
Methods inherited from class javax.swing.JMenuBar
add, addNotify, getAccessibleContext, getComponent, getComponentAtIndex, getComponentIndex, getHelpMenu, getMargin, getMenu, getMenuCount, getSelectionModel, getSubElements, getUI, getUIClassID, isBorderPainted, isManagingFocus, isSelected, menuSelectionChanged, paintBorder, paramString, processKeyEvent, processMouseEvent, removeNotify, setBorderPainted, setHelpMenu, setMargin, setSelected, setSelectionModel, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addPropertyChangeListener, 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, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, processComponentKeyEvent, processFocusEvent, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removePropertyChangeListener, 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, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setCursor, setLayout, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, 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, processComponentEvent, processInputMethodEvent, processMouseEvent, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, 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

DELETE_CMD

protected static final java.lang.String DELETE_CMD

DELETE_MNE

protected static final char DELETE_MNE

DELETE_ACC

protected static final java.lang.String DELETE_ACC

LOAD_CMD

protected static final java.lang.String LOAD_CMD

LOAD_MNE

protected static final char LOAD_MNE

LOAD_ACC

protected static final java.lang.String LOAD_ACC

SAVE_CMD

protected static final java.lang.String SAVE_CMD

SAVE_MNE

protected static final char SAVE_MNE

SAVE_ACC

protected static final java.lang.String SAVE_ACC

DAV_CMD

protected static final java.lang.String DAV_CMD

DAV_MNE

protected static final char DAV_MNE

DAV_ACC

protected static final java.lang.String DAV_ACC

QUIT_CMD

protected static final java.lang.String QUIT_CMD

QUIT_MNE

protected static final char QUIT_MNE

QUIT_ACC

protected static final java.lang.String QUIT_ACC

PREF_CMD

protected static final java.lang.String PREF_CMD

PREF_MNE

protected static final char PREF_MNE

PREF_ACC

protected static final java.lang.String PREF_ACC

UPGRADE_CMD

protected static final java.lang.String UPGRADE_CMD

UPGRADE_MNE

protected static final char UPGRADE_MNE

UPGRADE_ACC

protected static final java.lang.String UPGRADE_ACC

HELP_CMD

protected static final java.lang.String HELP_CMD

HELP_MNE

protected static final char HELP_MNE

HELP_ACC

protected static final java.lang.String HELP_ACC

ABOUT_CMD

protected static final java.lang.String ABOUT_CMD

ABOUT_MNE

protected static final char ABOUT_MNE

ABOUT_ACC

protected static final java.lang.String ABOUT_ACC

CONSOLE_CMD

protected static final java.lang.String CONSOLE_CMD

CONSOLE_MNE

protected static final char CONSOLE_MNE

CONSOLE_ACC

protected static final java.lang.String CONSOLE_ACC

OPENDAV_CMD

protected static final java.lang.String OPENDAV_CMD

OPENDAV_MNE

protected static final char OPENDAV_MNE

OPENDAV_ACC

protected static final java.lang.String OPENDAV_ACC
Constructor Detail

JWMenu

protected JWMenu(java.awt.event.ActionListener listener)