org.algernon.kb.okbc.protege.plugins.action
Class ClearQueryHistoryAction
java.lang.Object
javax.swing.AbstractAction
org.algernon.kb.okbc.protege.plugins.action.AlgernonTabAction
org.algernon.kb.okbc.protege.plugins.action.ClearQueryHistoryAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ClearQueryHistoryAction
- extends AlgernonTabAction
Action to clear the query history.
User: hewett
Date: Mar 7, 2003
Time: 11:50:02 AM
- See Also:
- Serialized Form
ClearQueryHistoryAction
public ClearQueryHistoryAction(AlgernonTab tab,
String name,
String tooltip,
KeyStroke acceleratorKey,
Integer mnemonic)
- Calls back to Algernon to clear the query history in Algernon.
This is useful when doing non-monotonic reasoning, or when
adding and removing rules during debugging.
- Parameters:
tab
- The AlgernonTab using this action.name
- The name of the menu item corresponding to this action.tooltip
- A string to be displayed as brief user help.acceleratorKey
- The KeyStroke used to access this action as a menu item.mnemonic
- The (int) character used to access this action when it is a button.
actionPerformed
public void actionPerformed(ActionEvent event)