@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface KFStep
| Modifier and Type | Required Element and Description |
|---|---|
String |
category
The top-level folder in the JTree that this step should appear in
|
String |
iconPath
Path (as a resource on the classpath) to the icon for this step
|
String |
name
The name of this step
|
String |
toolTipText
Mouse-over tool tip for this step (appears when the mouse hovers over the
entry in the JTree)
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
resourceIntensive
True if this processing step is resource intensive (cpu or memory).
|
public abstract String name
public abstract String category
public abstract String toolTipText
public abstract String iconPath
public abstract boolean resourceIntensive
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.