| |
|
| java.lang.Object org.acm.seguin.ide.common.TextPrinter org.acm.seguin.ide.jbuilder.PrintAction
PrintAction | public class PrintAction extends TextPrinter implements Action(Code) | | Pretty printer action button
author: Chris Seguin |
PrintAction | public PrintAction()(Code) | | Constructor for the PrintAction object
|
actionPerformed | public void actionPerformed(ActionEvent evt)(Code) | | The pretty printer action
Parameters: evt - the action that occurred |
addPropertyChangeListener | public void addPropertyChangeListener(PropertyChangeListener listener)(Code) | | Adds a feature to the PropertyChangeListener attribute of the
PrintAction object
Parameters: listener - The feature to be added to the PropertyChangeListenerattribute |
getFilenameFromIDE | protected String getFilenameFromIDE()(Code) | | Gets the initial string from the IDE
The file in string format |
getStringFromIDE | protected String getStringFromIDE()(Code) | | Gets the initial string from the IDE
The file in string format |
getValue | public Object getValue(String key)(Code) | | Gets the Value attribute of the PrintAction object
Parameters: key - Description of Parameter The Value value |
isEnabled | public boolean isEnabled()(Code) | | Gets the Enabled attribute of the PrintAction object
The Enabled value |
putValue | public void putValue(String key, Object value)(Code) | | Sets the Value attribute of the PrintAction object
Parameters: key - The new key value Parameters: value - The new value value |
removePropertyChangeListener | public void removePropertyChangeListener(PropertyChangeListener listener)(Code) | | Removes a listener
Parameters: listener - the listener to be removed |
setEnabled | public void setEnabled(boolean value)(Code) | | Sets the Enabled attribute of the PrintAction object
Parameters: value - The new Enabled value |
|
|
|