@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface KFStep
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
category
The top-level folder in the JTree that this plugin bean
should appear in
|
java.lang.String |
toolTipText
Mouse-over tool tip for this plugin component (appears when the
mouse hovers over the entry in the JTree)
|