sidekick
Class ParserSwitchAction
java.lang.Object
org.gjt.sp.jedit.JEditAbstractEditAction<org.gjt.sp.jedit.View>
org.gjt.sp.jedit.EditAction
sidekick.ParserSwitchAction
public class ParserSwitchAction
- extends org.gjt.sp.jedit.EditAction
An action to switch the current SideKick parser.
Nested classes/interfaces inherited from class org.gjt.sp.jedit.EditAction |
org.gjt.sp.jedit.EditAction.Wrapper |
Fields inherited from class org.gjt.sp.jedit.JEditAbstractEditAction |
args, name |
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, 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 |
ParserSwitchAction
public ParserSwitchAction(java.lang.String parser)
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)
- Specified by:
invoke
in class org.gjt.sp.jedit.EditAction