public abstract class RepositoryAbstractAction
extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
protected CurrentRepositoryInformations |
infos |
protected java.lang.Object |
parent |
Constructor and Description |
---|
RepositoryAbstractAction(java.lang.Object parent,
CurrentRepositoryInformations infos) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected abstract void |
safeActionPerformed(java.awt.event.ActionEvent e) |
protected CurrentRepositoryInformations infos
protected java.lang.Object parent
public RepositoryAbstractAction(java.lang.Object parent, CurrentRepositoryInformations infos)