public class ShowHistory
extends javax.swing.AbstractAction
| Constructor and Description |
|---|
ShowHistory(java.awt.Window owner,
csbase.logic.algorithms.HistoryProvider historyProvider)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
csbase.logic.algorithms.HistoryProvider |
getprovider()
Obtém o/a provedor de histórico.
|
void |
setprovider(csbase.logic.algorithms.HistoryProvider provider)
Substitui o provedor de histórico.
|
public ShowHistory(java.awt.Window owner,
csbase.logic.algorithms.HistoryProvider historyProvider)
owner - Janela aonde ocorreu essa ação.historyProvider - Provedor de histórico.public void actionPerformed(java.awt.event.ActionEvent e)
public csbase.logic.algorithms.HistoryProvider getprovider()
public void setprovider(csbase.logic.algorithms.HistoryProvider provider)
provider - novo provedor de histórico.Copyright © 2016. All Rights Reserved.