oracle.ide.palette
Class PaletteEvent
java.lang.Object
java.util.EventObject
oracle.ide.palette.PaletteEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class PaletteEvent
- extends java.util.EventObject
The PaletteEvent
class is used with the PaletteListener
to return the Palette
instance.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
PaletteEvent(Palette source,
java.lang.String action)
Constructs a new PaletteEvent object. |
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 |
PaletteEvent
public PaletteEvent(Palette source,
java.lang.String action)
- Constructs a new
PaletteEvent
object.
- Parameters:
source
- Palette Instance.action
- String representing the action.
getAction
public java.lang.String getAction()
Copyright © 1997, 2004, Oracle. All rights reserved.