edu.stanford.smi.protegex.owl.ui.classform.component.property
Class ChangeClosureAxiomButton
java.lang.Object
javax.swing.AbstractAction
edu.stanford.smi.protegex.owl.ui.classform.component.property.ChangeClosureAxiomButton
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ChangeClosureAxiomButton
- extends AbstractAction
An Action to toggle the closure state of a PropertyFormTable.
- Author:
- Holger Knublauch
- See Also:
- Serialized Form
button
private JButton button
CLOSED_TEXT
private static final String CLOSED_TEXT
- See Also:
- Constant Field Values
OPEN_TEXT
private static final String OPEN_TEXT
- See Also:
- Constant Field Values
table
private PropertyFormTable table
ChangeClosureAxiomButton
public ChangeClosureAxiomButton(PropertyFormTable table)
actionPerformed
public void actionPerformed(ActionEvent e)
init
public void init(JButton button)
updateButton
private void updateButton()