| java.lang.Object edu.rice.cs.drjava.ui.InteractionsScriptController
InteractionsScriptController | public class InteractionsScriptController implements Serializable(Code) | | Controller for an interactions script.
version: $Id: InteractionsScriptController.java 4255 2007-08-28 19:17:37Z mgricken $ |
InteractionsScriptController | public InteractionsScriptController(InteractionsScriptModel model, Action closeAction, InteractionsPane interactionsPane)(Code) | | Builds a new interactions script pane and links it to the given model.
Parameters: model - the InteractionsScriptModel to use Parameters: closeAction - how to close this script. |
_setupAction | protected void _setupAction(Action a, String name, String desc)(Code) | | Sets up fields on the given Action, such as the name and tooltip.
Parameters: a - Action to modify Parameters: name - Default name for the Action (for buttons) Parameters: desc - Short description of the Action (for tooltips) |
setActionsDisabled | public void setActionsDisabled()(Code) | | Disables navigation actions
|
setActionsEnabled | public void setActionsEnabled()(Code) | | Sets the navigation actions to be enabled, if appropriate.
|
|
|