ArrowDownAction |
The down arrow should move the selection down one row.
|
ArrowDownSelectionAction |
The down arrow should move the selection down one row.
|
ArrowUpAction |
The up arrow should move the selection up one row.
|
ArrowUpSelectionAction |
The up arrow should move the selection up one row.
|
EndAction |
Handles the actions required when the user presses the 'end' key; this moves the viewport
to the bottom of the file.
|
FVEvent |
|
FVEventListener |
Extension of the Java Observer class that allows clients to send FVEvent
messages to subscribers.
|
HomeAction |
Handles the actions required when the user presses the 'home' key; this moves the viewport
to the top of the file.
|
MouseWheelAction |
Invoked when the user scrolls the mouse wheel either up or down.
|
PageDownAction |
Handles the actions required when the user presses the page down key.
|
PageDownSelectionAction |
Handles the actions required when the user presses the page down key.
|
PageUpAction |
Handles the actions required when the user presses the page up key.
|
PageUpSelectionAction |
Handles the actions required when the user presses the page up key.
|