Top Fields Constructors Methods
com.sun.java.swing.action

public Class ViewMenu

extends AbstractAction
Class Inheritance
Imports
java.awt.event.ActionEvent, javax.swing.AbstractAction

Field Summary

Modifier and TypeField and Description
public static final String
public static final String
public static final Integer
public static final String
public static final String
Inherited from javax.swing.AbstractAction:
changeSupportenabled

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public void
actionPerformed(ActionEvent
the event to be processed
actionevent
)

Implements java.awt.event.ActionListener.actionPerformed.

Invoked when an action occurs.

Inherited from javax.swing.AbstractAction:
addPropertyChangeListenerclonefirePropertyChangegetKeysgetPropertyChangeListenersgetValueisEnabledputValueremovePropertyChangeListenersetEnabled

Field Detail

VALUE_COMMANDback to summary
public static final String VALUE_COMMAND
VALUE_LONG_DESCRIPTIONback to summary
public static final String VALUE_LONG_DESCRIPTION
VALUE_MNEMONICback to summary
public static final Integer VALUE_MNEMONIC
VALUE_NAMEback to summary
public static final String VALUE_NAME
VALUE_SHORT_DESCRIPTIONback to summary
public static final String VALUE_SHORT_DESCRIPTION

Constructor Detail

ViewMenuback to summary
public ViewMenu()

Method Detail

actionPerformedback to summary
public void actionPerformed(ActionEvent actionevent)

Implements java.awt.event.ActionListener.actionPerformed.

Doc from java.awt.event.ActionListener.actionPerformed.

Invoked when an action occurs.

Parameters
actionevent:ActionEvent

the event to be processed