Package com.cosylab.vdct.events.commands
Class SetCursorCommand
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.SetCursorCommand
-
public class SetCursorCommand extends Command
Insert the type's description here. Creation date: (21.12.2000 22:42:23)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Constructor Description SetCursorCommand(JComponent component)
Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Insert the method's description here.void
setCursor(Cursor cursor)
Insert the method's description here.
-
-
-
Constructor Detail
-
SetCursorCommand
public SetCursorCommand(JComponent component)
Insert the method's description here. Creation date: (21.12.2000 22:43:26)- Parameters:
component
- javax.swing.JComponent
-
-
Method Detail
-
execute
public void execute()
Insert the method's description here. Creation date: (21.12.2000 22:42:23)
-
setCursor
public void setCursor(Cursor cursor)
Insert the method's description here. Creation date: (25.12.2000 16:51:44)- Parameters:
cursor
- java.awt.Cursor
-
-