Package openbook.client
Class Demo.OpenBookAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- openbook.client.Demo.OpenBookAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Direct Known Subclasses:
Demo.AboutAction
,Demo.BuyBookAction
,Demo.DeliveryAction
,Demo.ShowCodeAction
,Demo.SupplyAction
,Demo.ViewConfigAction
,Demo.ViewDataAction
,Demo.ViewDomainAction
,Demo.ViewQueryCacheAction
,Demo.ViewSourceAction
,Demo.WelcomeAction
- Enclosing class:
- Demo
public abstract class Demo.OpenBookAction extends javax.swing.AbstractAction
Abstract root of all Action objects helps to locate/configure visual action parameters such as tooltip text or image.- Author:
- Pinaki Poddar
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenBookAction(java.lang.String name, javax.swing.Icon icon, java.lang.String tooltip)
-
Method Summary
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-