Extension SDK

oracle.jdevimpl.uieditor
Class CursorManager

java.lang.Object
  extended byoracle.jdevimpl.uieditor.CursorManager
All Implemented Interfaces:
java.util.EventListener, PaletteListener

public final class CursorManager
extends java.lang.Object
implements PaletteListener


Method Summary
 java.awt.Cursor getCursor()
           
static CursorManager getInstance()
           
 void itemPressed(PaletteEvent e)
          Notify listeners that an Item has been pressed on the component palette.
 void paletteClosed(PaletteEvent e)
          Notify listeners that an existing PaletteWindow has been closed.
 void paletteOpened(PaletteEvent e)
          Notify listeners that a new PaletteWindow has been opened.
 void registerView(View view)
           
 void selectionChanged(PaletteEvent e)
          Notify listener that about selection changes in the Component Palette.
 void stickyModeActivated(PaletteEvent e)
          Notify listeners that sticky mode has been activated
 void stickyModeDeactivated(PaletteEvent e)
          Notify listeners when sticky mode has been deactivated
 void unregisterView(View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CursorManager getInstance()

registerView

public void registerView(View view)

unregisterView

public void unregisterView(View view)

getCursor

public java.awt.Cursor getCursor()

paletteOpened

public void paletteOpened(PaletteEvent e)
Description copied from interface: PaletteListener
Notify listeners that a new PaletteWindow has been opened. This method is called after the Component Palette is opened, and its open() method called.

Specified by:
paletteOpened in interface PaletteListener
Parameters:
e - Associated PaletteEvent (Palette Object)

paletteClosed

public void paletteClosed(PaletteEvent e)
Description copied from interface: PaletteListener
Notify listeners that an existing PaletteWindow has been closed.

Specified by:
paletteClosed in interface PaletteListener

selectionChanged

public void selectionChanged(PaletteEvent e)
Description copied from interface: PaletteListener
Notify listener that about selection changes in the Component Palette.

Specified by:
selectionChanged in interface PaletteListener
Parameters:
e - Associated PaletteEvent (Palette Object)

itemPressed

public void itemPressed(PaletteEvent e)
Description copied from interface: PaletteListener
Notify listeners that an Item has been pressed on the component palette.

Specified by:
itemPressed in interface PaletteListener
Parameters:
e - Associated PaletteEvent (Palette Object)

stickyModeActivated

public void stickyModeActivated(PaletteEvent e)
Description copied from interface: PaletteListener
Notify listeners that sticky mode has been activated

Specified by:
stickyModeActivated in interface PaletteListener

stickyModeDeactivated

public void stickyModeDeactivated(PaletteEvent e)
Description copied from interface: PaletteListener
Notify listeners when sticky mode has been deactivated

Specified by:
stickyModeDeactivated in interface PaletteListener

Extension SDK

 

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