|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.gui
Class DockableWindowManager.Factory.OpenAction

java.lang.Objectorg.gjt.sp.jedit.EditAction
org.gjt.sp.jedit.gui.DockableWindowManager.Factory.OpenAction
- Enclosing class:
- DockableWindowManager.Factory
- static class DockableWindowManager.Factory.OpenAction
- extends org.gjt.sp.jedit.EditAction
| Nested Class Summary |
| Nested classes inherited from class org.gjt.sp.jedit.EditAction |
org.gjt.sp.jedit.EditAction.Wrapper |
| Field Summary | |
private java.lang.String |
dockable
|
| Fields inherited from class org.gjt.sp.jedit.EditAction |
|
| Constructor Summary | |
(package private) |
DockableWindowManager.Factory.OpenAction(java.lang.String name)
|
| Method Summary | |
java.lang.String |
getCode()
Returns the BeanShell code that will replay this action. |
void |
invoke(org.gjt.sp.jedit.View view)
Invokes the action. |
| Methods inherited from class org.gjt.sp.jedit.EditAction |
getLabel, getMouseOverText, getName, getView, isSelected, isToggle, noRecord, noRememberLast, noRepeat, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
dockable
private java.lang.String dockable
| Constructor Detail |
DockableWindowManager.Factory.OpenAction
DockableWindowManager.Factory.OpenAction(java.lang.String name)
| Method Detail |
invoke
public void invoke(org.gjt.sp.jedit.View view)
- Description copied from class:
org.gjt.sp.jedit.EditAction - Invokes the action.
getCode
public java.lang.String getCode()
- Description copied from class:
org.gjt.sp.jedit.EditAction - Returns the BeanShell code that will replay this action.
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC