org.openstreetmap.josm.gui
Class NavigatableComponent.CursorInfo

java.lang.Object
  extended by org.openstreetmap.josm.gui.NavigatableComponent.CursorInfo
Enclosing class:
NavigatableComponent

private static class NavigatableComponent.CursorInfo
extends java.lang.Object


Field Summary
 java.awt.Cursor cursor
           
 java.lang.Object object
           
 
Constructor Summary
NavigatableComponent.CursorInfo(java.awt.Cursor c, java.lang.Object o)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cursor

public java.awt.Cursor cursor

object

public java.lang.Object object
Constructor Detail

NavigatableComponent.CursorInfo

public NavigatableComponent.CursorInfo(java.awt.Cursor c,
                                       java.lang.Object o)


JOSM