phenote.gui.selection
Class TermSelectionEvent
java.lang.Object
java.util.EventObject
phenote.gui.selection.TermSelectionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class TermSelectionEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TermSelectionEvent
TermSelectionEvent(java.lang.Object source,
org.obo.datamodel.OBOClass oboClass,
UseTermListener utl,
boolean isMouse,
boolean isHyperlink)
getOboClass
public org.obo.datamodel.OBOClass getOboClass()
getUseTermListener
public UseTermListener getUseTermListener()
isMouseOverEvent
public boolean isMouseOverEvent()
isHyperlinkEvent
public boolean isHyperlinkEvent()