public class MoveLayerablePlugIn extends AbstractPlugIn
| Modifier and Type | Field and Description |
|---|---|
static MoveLayerablePlugIn |
DOWN |
static MoveLayerablePlugIn |
UP |
| Modifier and Type | Method and Description |
|---|---|
MultiEnableCheck |
createEnableCheck(WorkbenchContext workbenchContext) |
boolean |
execute(PlugInContext context)
Performs the action for this plugin.
|
protected int |
index(Layerable layerable) |
protected Layerable |
selectedLayerable(LayerNamePanel layerNamePanel) |
createName, execute, execute, getName, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toStringpublic static final MoveLayerablePlugIn UP
public static final MoveLayerablePlugIn DOWN
protected Layerable selectedLayerable(LayerNamePanel layerNamePanel)
public boolean execute(PlugInContext context) throws Exception
PlugInfalse to prevent the run method
from being called.execute in interface PlugInexecute in class AbstractPlugInException - if a problem occurs during plug-in executionThreadedPlugInprotected int index(Layerable layerable)
public MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
Copyright © 2015. All rights reserved.