Extension SDK 10.1.2

oracle.ide.palette
Class PaletteEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PaletteEvent(Palette source, java.lang.String action)
          Constructs a new PaletteEvent object.
 
Method Summary
 java.lang.String getAction()
           
 
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

PaletteEvent

public PaletteEvent(Palette source,
                    java.lang.String action)
Constructs a new PaletteEvent object.

Parameters:
source - Palette Instance.
action - String representing the action.
Method Detail

getAction

public java.lang.String getAction()

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.