public class JSVGViewerFrame.ForwardAction extends javax.swing.AbstractAction implements JComponentModifier
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List |
components |
| Constructor and Description |
|---|
ForwardAction() |
| 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
|
protected void |
update() |
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 objectprotected void update()