gate.gui.ontology
Class RestrictionAction
java.lang.Object
javax.swing.AbstractAction
gate.gui.ontology.RestrictionAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class RestrictionAction
- extends AbstractAction
Action to create a new ObjectProperty in the ontology
- Author:
- niraj
- See Also:
- Serialized Form
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
mainPanel
protected JPanel mainPanel
restrictionTypes
protected JPanel restrictionTypes
minCard
protected JRadioButton minCard
maxCard
protected JRadioButton maxCard
card
protected JRadioButton card
hasVal
protected JRadioButton hasVal
allVals
protected JRadioButton allVals
someVals
protected JRadioButton someVals
middlePanel
protected JPanel middlePanel
onPropertyChoice
protected JComboBox onPropertyChoice
bottomPanel
protected JPanel bottomPanel
valuePanel
protected JPanel valuePanel
hasValuePanel
protected JPanel hasValuePanel
value
protected JTextField value
hasValChoice
protected JComboBox hasValChoice
ontology
protected Ontology ontology
RestrictionAction
public RestrictionAction(String s,
Icon icon)
actionPerformed
public void actionPerformed(ActionEvent actionevent)
getOntology
public Ontology getOntology()
setOntology
public void setOntology(Ontology ontology1)