|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FollowAppAction | |
|---|---|
| ghm.follow | Contains classes for printing the contents of text files to which information is being added asynchronously. |
| ghm.follow.config | |
| ghm.follow.gui | GUI application which permits one to monitor text files to which information is being added asynchronously. |
| ghm.follow.nav | |
| ghm.follow.search | |
| Uses of FollowAppAction in ghm.follow |
|---|
| Methods in ghm.follow that return FollowAppAction | |
|---|---|
FollowAppAction |
FollowApp.getAction(java.lang.String name)
|
| Methods in ghm.follow that return types with arguments of type FollowAppAction | |
|---|---|
java.util.HashMap<java.lang.String,FollowAppAction> |
FollowApp.getActions()
Get all actions associated to the application |
| Methods in ghm.follow with parameters of type FollowAppAction | |
|---|---|
void |
FollowApp.putAction(java.lang.String name,
FollowAppAction action)
Set an action to the action map of the application. |
| Uses of FollowAppAction in ghm.follow.config |
|---|
| Subclasses of FollowAppAction in ghm.follow.config | |
|---|---|
class |
Configure
Action which brings up a dialog allowing one to configure the Follow application. |
| Uses of FollowAppAction in ghm.follow.gui |
|---|
| Subclasses of FollowAppAction in ghm.follow.gui | |
|---|---|
class |
About
Action which displays information about the Follow application. |
class |
Clear
Action which clears the text area for the currently followed file. |
class |
ClearAll
Action which clears the contents of all followed files. |
class |
Close
Action which closes the currently followed file. |
class |
Debug
Perform an action for debugging. |
class |
Delete
Action which deletes the contents of the currently followed file. |
class |
DeleteAll
Action which deletes the contents of all followed files. |
class |
Edit
Action which closes the currently followed file. |
class |
Exit
Action which exits the Follow application. |
class |
Open
Action which opens a new file in the Follow application. |
class |
Pause
Pauses/unpauses the autoscrolling of files that are open in the Follow application. |
class |
Reset
Action which restarts the currently selected followed file. |
| Methods in ghm.follow.gui with parameters of type FollowAppAction | |
|---|---|
void |
Menu.addFollowAppAction(FollowAppAction a)
|
| Method parameters in ghm.follow.gui with type arguments of type FollowAppAction | |
|---|---|
static Menu |
ComponentBuilder.buildEditMenu(java.util.ResourceBundle resources,
java.util.HashMap<java.lang.String,FollowAppAction> actions)
|
static Menu |
ComponentBuilder.buildFileMenu(java.util.ResourceBundle resources,
java.util.HashMap<java.lang.String,FollowAppAction> actions)
|
static Menu |
ComponentBuilder.buildHelpMenu(java.util.ResourceBundle resources,
java.util.HashMap<java.lang.String,FollowAppAction> actions)
|
static javax.swing.JMenuBar |
ComponentBuilder.buildMenuBar(java.util.ResourceBundle resources,
java.util.HashMap<java.lang.String,FollowAppAction> actions)
Builds the menu bar for the application |
static PopupMenu |
ComponentBuilder.buildPopupMenu(java.util.HashMap<java.lang.String,FollowAppAction> actions)
Builds the popup menu shown when right clicking in a text area. |
static ToolBar |
ComponentBuilder.buildToolBar(java.util.HashMap<java.lang.String,FollowAppAction> actions)
Builds the toolbar shown at the top of the application |
static Menu |
ComponentBuilder.buildToolsMenu(java.util.ResourceBundle resources,
java.util.HashMap<java.lang.String,FollowAppAction> actions)
|
static Menu |
ComponentBuilder.buildWindowMenu(java.util.ResourceBundle resources,
java.util.HashMap<java.lang.String,FollowAppAction> actions)
|
| Uses of FollowAppAction in ghm.follow.nav |
|---|
| Subclasses of FollowAppAction in ghm.follow.nav | |
|---|---|
class |
Bottom
Action which jumps to the last line of the currently followed file. |
class |
NextTab
Switches to the next tab in the frame. |
class |
PreviousTab
Switches to the previous tab in the frame. |
class |
Top
Action which jumps to the last line of the currently followed file. |
| Uses of FollowAppAction in ghm.follow.search |
|---|
| Subclasses of FollowAppAction in ghm.follow.search | |
|---|---|
class |
ClearAllHighlights
Action which clears the highlighted search in all panes |
class |
ClearHighlights
Action which clears the highlighted search in the current pane |
class |
Find
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||