uci.gef
Class CmdScroll
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--uci.gef.Cmd
|
+--uci.gef.CmdScroll
- public class CmdScroll
- extends Cmd
Cmd scroll the view. Needs-More-Work: not implemented yet.
- See Also:
- Serialized Form
|
Field Summary |
static int |
DOWN
|
static int |
LEFT
|
static int |
RIGHT
|
static int |
UP
|
|
Method Summary |
void |
doIt()
Scroll the view of the current editor in the given direction. |
void |
undoIt()
|
protected static String |
wordFor(int d)
|
| Methods inherited from class uci.gef.Cmd |
about,
actionPerformed,
cmdAtIndex,
containsArg,
getArg,
getArg,
getName,
register,
registeredCmds,
setArg,
setName,
shouldBeEnabled,
updateEnabled |
LEFT
public static final int LEFT
RIGHT
public static final int RIGHT
UP
public static final int UP
DOWN
public static final int DOWN
CmdScroll
public CmdScroll(int dir)
wordFor
protected static String wordFor(int d)
doIt
public void doIt()
- Scroll the view of the current editor in the given direction.
Needs-More-Work: not implemented yet.
- Overrides:
- doIt in class Cmd
undoIt
public void undoIt()
- Overrides:
- undoIt in class Cmd