public class JSVGViewerFrame.PlayAction extends javax.swing.AbstractAction implements JComponentModifier
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List |
components |
| Constructor and Description |
|---|
PlayAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
addJComponent(javax.swing.JComponent c)
Gives a reference to a component to this object
|
void |
update(boolean enabled) |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void addJComponent(javax.swing.JComponent c)
JComponentModifieraddJComponent in interface JComponentModifierc - the component associed with this objectpublic void update(boolean enabled)