com.pepper.platform.program.actions
Class ShowPepperPageAction
java.lang.Object
javax.swing.AbstractAction
com.pepper.platform.program.actions.ProgramAbstractAction
com.pepper.platform.program.actions.ShowPepperPageAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class ShowPepperPageAction
- extends ProgramAbstractAction
Action to show the specified package and load the specified pepper page.
This action will launch the package if it's not running.
- See Also:
- Serialized Form
Methods inherited from class com.pepper.platform.program.actions.ProgramAbstractAction |
getActionCommand, getConfig, getGSP, getIcon, getLongDescription, getMnemonicKey, getName, getPackageId, getProcess, getProgram, getShortDescription |
ShowPepperPageAction
public ShowPepperPageAction(String packageId,
String label,
String pageId,
String sectionId)
- Creates an instance of
ShowPepperPageAction
.
ShowPepperPageAction
public ShowPepperPageAction(String packageId,
String label,
String pageId,
String sectionId,
Object pageArg)
- Creates a new
ShowPepperPageAction
instance.
- Parameters:
packageId
- a String
valuelabel
- a String
valuepageId
- a String
valuesectionId
- a String
valuepageArg
- Object argument to pass to page
actionPerformed
public void actionPerformed(ActionEvent event)
- Perform the action to show the page
- Parameters:
event
- the event.
Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.