public class DebugFeature extends AbstractCustomFeature
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_DUMP_ALL |
static int |
TYPE_DUMP_EDIT_PART_DATA |
static int |
TYPE_DUMP_FIGURE_DATA |
static int |
TYPE_DUMP_FIGURE_INCL_CONNECTION_DATA |
static int |
TYPE_DUMP_PICTOGRAM_DATA |
static int |
TYPE_REFRESH |
| Constructor and Description |
|---|
DebugFeature(IFeatureProvider fp,
int type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute(ICustomContext context)
Can execute.
|
void |
execute(ICustomContext context)
Execute.
|
java.lang.String |
getName()
Gets the name.
|
canExecute, execute, getDescription, getImageId, isAvailablecanUndo, getFeatureProvider, hasDoneChanges, manageFont, manageFont, setProgressCallback, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcanUndo, hasDoneChangesgetFeatureProviderpublic static final int TYPE_DUMP_PICTOGRAM_DATA
public static final int TYPE_DUMP_FIGURE_DATA
public static final int TYPE_DUMP_EDIT_PART_DATA
public static final int TYPE_DUMP_ALL
public static final int TYPE_REFRESH
public static final int TYPE_DUMP_FIGURE_INCL_CONNECTION_DATA
public DebugFeature(IFeatureProvider fp, int type)
public void execute(ICustomContext context)
ICustomFeaturecontext - the contextpublic boolean canExecute(ICustomContext context)
ICustomFeaturecanExecute in interface ICustomFeaturecanExecute in class AbstractCustomFeaturecontext - the contextpublic java.lang.String getName()
INamegetName in interface INamegetName in class AbstractFeature