| java.lang.Object net.refractions.udig.tools.edit.behaviour.CursorControlBehaviour
CursorControlBehaviour | public class CursorControlBehaviour implements EventBehaviour(Code) | | Sets the cursor to indicate what action can be done.
Also adds tips to the status bar.
author: Jesse since: 1.1.0 |
Inner Class :public static class SystemCursorProvider implements IProvider<Cursor> | |
Inner Class :public static class DefaultCursorProvider implements IProvider<Cursor> | |
Inner Class :public static class NullStringProvider implements IProvider<String> | |
CursorControlBehaviour | public CursorControlBehaviour(EditToolHandler handler, IProvider<String> defaultMessage, IProvider<Cursor> overVertexCursor, IProvider<String> overVertexMessage, IProvider<Cursor> overEdgeCursor, IProvider<String> overEdgeMessage)(Code) | | new instance
Parameters: defaultMessage - the message display when not over a vertex or an edge. Parameters: overVertexCursor - a provider that provides the cursor to show when over a vertex. This classWILL NOT dispose of the cursor. Parameters: overVertexMessage - generates the message to display when over a vertex Parameters: overEdgeCursor - a provider that provides the cursor to show when over an edge. This classWILL NOT dispose of the cursor. Parameters: overEdgeMessage - generates the message to display when over an edge |
|
|