edu.stanford.smi.protegex.owl.ui.navigation
Class ProgrammaticSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byedu.stanford.smi.protege.util.AbstractEvent
          extended byedu.stanford.smi.protege.util.SelectionEvent
              extended byedu.stanford.smi.protegex.owl.ui.navigation.ProgrammaticSelectionEvent
All Implemented Interfaces:
edu.stanford.smi.protege.model.Localizable, Serializable

public class ProgrammaticSelectionEvent
extends edu.stanford.smi.protege.util.SelectionEvent

A SelectionEvent issued by NavigationHistorySelectables indicating that the selection has only changed as a result of a programmatic call (in contrast to a user action). This is useful to distinguish "back" and "forward" clicks from normal user navigation.

Author:
Holger Knublauch
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.stanford.smi.protege.util.SelectionEvent
SELECTION_CHANGED
 
Fields inherited from class edu.stanford.smi.protege.util.AbstractEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProgrammaticSelectionEvent(edu.stanford.smi.protege.util.Selectable selectable)
           
 
Methods inherited from class edu.stanford.smi.protege.util.SelectionEvent
getSelectable
 
Methods inherited from class edu.stanford.smi.protege.util.AbstractEvent
equals, equals, getArgument, getArgument1, getArgument2, getArgument3, getEventType, getSource, hashCode, localize, setSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgrammaticSelectionEvent

public ProgrammaticSelectionEvent(edu.stanford.smi.protege.util.Selectable selectable)