javax.help.plaf.gtk
Class GTKCursorFactory

java.lang.Object
  extended byjavax.help.plaf.gtk.GTKCursorFactory

public class GTKCursorFactory
extends java.lang.Object

Factory object that can vend cursors appropriate for the GTK L & F.


Constructor Summary
GTKCursorFactory()
           
 
Method Summary
static java.awt.Cursor getDnDCursor()
          Returns the DnDCursor.
static java.awt.Cursor getOnItemCursor()
          Returns the OnItem cursor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GTKCursorFactory

public GTKCursorFactory()
Method Detail

getOnItemCursor

public static java.awt.Cursor getOnItemCursor()
Returns the OnItem cursor.


getDnDCursor

public static java.awt.Cursor getDnDCursor()
Returns the DnDCursor.