|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjump.core.ui.plugin.AbstractUiPlugIn
org.openjump.core.ui.plugin.window.MosaicInternalFramesPlugIn
public class MosaicInternalFramesPlugIn
A plugin to layout opened internal frames as a mosaic.
| Field Summary |
|---|
| Fields inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn |
|---|
enableCheck, workbenchContext |
| Constructor Summary | |
|---|---|
MosaicInternalFramesPlugIn()
|
|
| Method Summary | |
|---|---|
boolean |
execute(PlugInContext context)
Method to be overridden by implementations to execute the plug-in. |
EnableCheck |
getEnableCheck()
|
void |
initialize(PlugInContext context)
Method to be overridden by implementations to initialize the plug-in. |
| Methods inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn |
|---|
actionPerformed, createName, getIcon, getName, getToolTip, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContext, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MosaicInternalFramesPlugIn()
| Method Detail |
|---|
public void initialize(PlugInContext context)
throws java.lang.Exception
AbstractUiPlugIn
initialize in interface PlugIninitialize in class AbstractUiPlugIncontext - The plug-in context.
java.lang.Exceptionpublic EnableCheck getEnableCheck()
getEnableCheck in class AbstractUiPlugIn
public boolean execute(PlugInContext context)
throws java.lang.Exception
AbstractUiPlugIn
execute in interface PlugInexecute in class AbstractUiPlugIncontext - The plug-in context.
java.lang.Exception - if a problem occurs during plug-in executionThreadedPlugIn
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||