Class cern.lhcias.csgui.Events.TagClickedEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----cern.lhcias.csgui.Events.TagClickedEvent

public class TagClickedEvent
extends EventObject

This event is used to broadcast the fact that the operator has clicked on the representation of a tag in some TagsViews. Menu bars that show the name of the clicked tag and tree representation of TagsViews subscribe to this event.


Variable Index

 o SentbyComponent
true if the event has been set by a component (TagsView)
 o TagName
The name of the Tag on which the user has clicked

Constructor Index

 o TagClickedEvent(Object)
 

Method Index

 o setSentbyComponent(boolean)
 
 o setTagName(String)
 

Variables

 o TagName

 public String TagName
The name of the Tag on which the user has clicked

 o SentbyComponent

 public boolean SentbyComponent
true if the event has been set by a component (TagsView)

Constructors

 o TagClickedEvent

 public TagClickedEvent(Object sourceObject)

Methods

 o setTagName

 public void setTagName(String name)

 o setSentbyComponent

 public void setSentbyComponent(boolean flag)