Search this API

y.option
Class Editor.Event

java.lang.Object
  extended by java.util.EventObject
      extended by y.option.Editor.Event
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Editor

public static class Editor.Event
extends java.util.EventObject

An event reported when an editor is added or removed.

See Also:
Serialized Form
 
Your browser does not support SVG content.

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Editor.Event(java.lang.Object source, Editor editor)
          Constructs an EditorEvent object.
 
Method Summary
 Editor getEditor()
          Returns the editor that was added or removed.
 
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
 

Constructor Detail

Editor.Event

public Editor.Event(java.lang.Object source,
                    Editor editor)
Constructs an EditorEvent object.

Method Detail

getEditor

public Editor getEditor()
Returns the editor that was added or removed.

Returns:
the editor that was added or removed

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.