public abstract class ArtifactPropertiesEditor extends java.lang.Object implements UnnamedConfigurable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
POST_PROCESSING_TAB |
static java.lang.String |
PRE_PROCESSING_TAB |
static java.lang.String |
VALIDATION_TAB |
Constructor and Description |
---|
ArtifactPropertiesEditor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
apply()
Stores the settings from the Swing form to the configurable component.
|
java.lang.String |
getHelpId() |
abstract java.lang.String |
getTabName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, createComponent, disposeUIResources, isModified, reset
public static final java.lang.String VALIDATION_TAB
public static final java.lang.String POST_PROCESSING_TAB
public static final java.lang.String PRE_PROCESSING_TAB
public abstract java.lang.String getTabName()
public abstract void apply()
UnnamedConfigurable
apply
in interface UnnamedConfigurable
public java.lang.String getHelpId()