public class PlugInContextTools extends ToolToMakeYourLifeEasier
Constructor and Description |
---|
PlugInContextTools() |
Modifier and Type | Method and Description |
---|---|
static PlugInContext |
getContext(AbstractCursorTool tool)
Get the PlugIn context out of an AbstractCursorTool.
|
static PlugInContext |
getContext(LayerViewPanel layerViewPanel)
Experimental: Get the PlugIn context out of an LayerViewPanel.
|
static PlugInContext |
getContext(PlugInContext oldContext)
Get the PlugIn context out of a PlugInContext (get a refreshed "snapshot").
|
static PlugInContext |
getContext(ToolboxDialog toolbox)
Get the PlugIn context out of a toolbox.
|
static PlugInContext |
getContext(WorkbenchContext wbContext)
Get the PlugIn context out of a WorkbenchContext.
|
static PlugInContext |
getContext(WorkbenchFrame wbFrame)
Get the PlugIn context out of a WorkbenchFrame.
|
public static PlugInContext getContext(ToolboxDialog toolbox)
public static PlugInContext getContext(WorkbenchContext wbContext)
public static PlugInContext getContext(WorkbenchFrame wbFrame)
public static PlugInContext getContext(PlugInContext oldContext)
public static PlugInContext getContext(AbstractCursorTool tool)
public static PlugInContext getContext(LayerViewPanel layerViewPanel)