org.scijava.ui.event
Class UIEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.ui.event.UIEvent
All Implemented Interfaces:
Contextual
Direct Known Subclasses:
UIShownEvent

public abstract class UIEvent
extends SciJavaEvent

An event indicating activity relating to a UserInterface.

Author:
Curtis Rueden

Constructor Summary
UIEvent(UserInterface ui)
           
 
Method Summary
 UserInterface getUI()
          Gets the user interface.
 String toString()
           
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, isConsumed, setConsumed
 
Methods inherited from class org.scijava.AbstractContextual
context, getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UIEvent

public UIEvent(UserInterface ui)
Method Detail

getUI

public UserInterface getUI()
Gets the user interface.


toString

public String toString()
Overrides:
toString in class SciJavaEvent


Copyright © 2009–2014 SciJava. All rights reserved.