Uses of Interface
edu.stanford.smi.protegex.owl.ui.owltable.OWLTableAction

Packages that use OWLTableAction
edu.stanford.smi.protegex.owl.ui.clsdesc   
edu.stanford.smi.protegex.owl.ui.conditions   
edu.stanford.smi.protegex.owl.ui.owltable   
edu.stanford.smi.protegex.owl.ui.properties.range   
 

Uses of OWLTableAction in edu.stanford.smi.protegex.owl.ui.clsdesc
 

Classes in edu.stanford.smi.protegex.owl.ui.clsdesc that implement OWLTableAction
(package private)  class RemoveRowAction
          A OWLTableAction that removes the selected row from the table.
 

Fields in edu.stanford.smi.protegex.owl.ui.clsdesc declared as OWLTableAction
private  OWLTableAction ClassDescriptionWidget.viewAction
           
 

Uses of OWLTableAction in edu.stanford.smi.protegex.owl.ui.conditions
 

Fields in edu.stanford.smi.protegex.owl.ui.conditions declared as OWLTableAction
private  OWLTableAction AbstractConditionsWidget.viewAction
           
private  OWLTableAction AssertedConditionsWidget.deriveRestrictionAction
           
private  OWLTableAction AssertedConditionsWidget.negateAnonymousClsAction
           
 

Uses of OWLTableAction in edu.stanford.smi.protegex.owl.ui.owltable
 

Classes in edu.stanford.smi.protegex.owl.ui.owltable that implement OWLTableAction
 class AbstractOWLTableAction
          A simple base implementation of OWLTableAction for simple subclassing.
 class DeleteRowAction
          A OWLTableAction that deletes the selected row from the table.
 

Fields in edu.stanford.smi.protegex.owl.ui.owltable declared as OWLTableAction
protected  OWLTableAction SymbolTable.editAnnotationsAction
           
protected  OWLTableAction SymbolTable.editMultiLineAction
           
private  OWLTableAction OWLTable.copyAction
           
private  OWLTableAction OWLTable.cutAction
           
private  OWLTableAction OWLTable.pasteAction
           
private  OWLTableAction OWLTable.viewClsAction
           
 

Methods in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type OWLTableAction
 void SymbolTable.registerAction(OWLTableAction action)
          Registers a OWLTableAction so that it will be enabled or disabled in the future.
 void SymbolTable.registerAction(OWLTableAction action, int index)
          Registers a OWLTableAction so that it will be enabled or disabled in the future.
 

Uses of OWLTableAction in edu.stanford.smi.protegex.owl.ui.properties.range
 

Fields in edu.stanford.smi.protegex.owl.ui.properties.range declared as OWLTableAction
private  OWLTableAction UnionRangeClassesComponent.deleteAction
           
private  OWLTableAction UnionRangeClassesComponent.viewAction