console
Class Shell.ToggleAction

java.lang.Object
  extended by org.gjt.sp.jedit.JEditAbstractEditAction<org.gjt.sp.jedit.View>
      extended by org.gjt.sp.jedit.EditAction
          extended by console.Shell.ShellAction
              extended by console.Shell.ToggleAction
Enclosing class:
Shell

public static class Shell.ToggleAction
extends Shell.ShellAction

A ToggleAction is a ShellAction which also toggles the visibility of the Console.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gjt.sp.jedit.EditAction
org.gjt.sp.jedit.EditAction.Wrapper
 
Field Summary
 
Fields inherited from class console.Shell.ShellAction
shellName
 
Fields inherited from class org.gjt.sp.jedit.JEditAbstractEditAction
args, name
 
Constructor Summary
Shell.ToggleAction(java.lang.String shellName)
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getLabel()
           
 void invoke(org.gjt.sp.jedit.View view)
           
 
Methods inherited from class org.gjt.sp.jedit.EditAction
getMouseOverText, getView, isSelected, isToggle, noRecord, noRememberLast, noRepeat
 
Methods inherited from class org.gjt.sp.jedit.JEditAbstractEditAction
getName, invoke, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Shell.ToggleAction

public Shell.ToggleAction(java.lang.String shellName)
Method Detail

getLabel

public java.lang.String getLabel()
Overrides:
getLabel in class org.gjt.sp.jedit.EditAction

getCode

public java.lang.String getCode()
Overrides:
getCode in class org.gjt.sp.jedit.EditAction

invoke

public void invoke(org.gjt.sp.jedit.View view)
Overrides:
invoke in class Shell.ShellAction