Package openbook.client
Class Demo.ShowCodeAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- openbook.client.Demo.OpenBookAction
-
- openbook.client.Demo.ShowCodeAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- Demo
public class Demo.ShowCodeAction extends Demo.OpenBookAction
An action to show a piece of code in an internal or external browser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShowCodeAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
void
setPage(java.lang.String key, java.lang.String page)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-