com.pepper.platform.program.actions
Class RenameSectionAction
java.lang.Object
javax.swing.AbstractAction
com.pepper.platform.program.actions.ProgramAbstractAction
com.pepper.platform.program.actions.RenameSectionAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class RenameSectionAction
- extends ProgramAbstractAction
Rename 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 |
RenameSectionAction
public RenameSectionAction()
- Creates a new
RenameSection
instance.
actionPerformed
public void actionPerformed(ActionEvent event)
- Action to rename the current section.
Javascript:
To call this action using Javascript via the Javascript bridge, use the form:
bridge.action('RenameSection', newSectionName);
With parameter:
newSectionName
- The new name for the current section
- Parameters:
event
- Action event object.
Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.