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, waitcancel, createComponent, disposeUIResources, isModified, resetpublic 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()
UnnamedConfigurableapply in interface UnnamedConfigurablepublic java.lang.String getHelpId()