com.pepper.platform.program.actions
Class DeletePageAction
java.lang.Object
javax.swing.AbstractAction
com.pepper.platform.program.actions.ProgramAbstractAction
com.pepper.platform.program.actions.DeletePageAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class DeletePageAction
- extends ProgramAbstractAction
Implements general deletion behavior.
This action assumes all pages are in the same section!
- Moves pages to the deleted messages section instead of removing them
- Removes pages already in the deleted messages section
- 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 |
DELETED_SECTION_ID
public static final String DELETED_SECTION_ID
- Special trash section to hold deleted pages
- See Also:
- Constant Field Values
DeletePageAction
public DeletePageAction()
actionPerformed
public void actionPerformed(ActionEvent event)
- Delete the checked pages or sections in a section. See class comment
for details.
Javascript:
To call this action using Javascript via the Javascript bridge, use the form:
bridge.action('DeletePage');
- Parameters:
event
- Ignored
Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.