public class InvalidFacetEditor extends FacetEditorTab
Configurable.Composite, Configurable.NoMargin, Configurable.NoScroll, Configurable.TopComponentController, Configurable.TopComponentProvider, Configurable.VariableProjectAppLevel, Configurable.WithEpDependenciesAPPLICATION_CONFIGURABLE, PROJECT_CONFIGURABLE| Constructor and Description |
|---|
InvalidFacetEditor(FacetEditorContext context,
java.lang.String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply()
Stores the settings from the Swing form to the configurable component.
|
javax.swing.JComponent |
createComponent()
Creates new Swing form that enables user to configure the settings.
|
java.lang.String |
getDisplayName()
Returns the visible name of the configurable component.
|
javax.swing.JCheckBox |
getIgnoreCheckBox() |
boolean |
isModified()
Indicates whether the Swing form was modified or not.
|
void |
reset()
Loads the settings from the configurable component to the Swing form.
|
getPreferredFocusedComponent, onFacetInitialized, onTabEntering, onTabLeavingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHelpTopic, isModified, isModified, isModified, isModifiedcancel, disposeUIResourcespublic InvalidFacetEditor(FacetEditorContext context, java.lang.String errorMessage)
public java.lang.String getDisplayName()
Configurablepublic javax.swing.JCheckBox getIgnoreCheckBox()
public javax.swing.JComponent createComponent()
UnnamedConfigurableAlso this place is designed to allocate resources (subscriptions/listeners etc.)
createComponent in interface UnnamedConfigurablecreateComponent in class FacetEditorTabnull if it cannot be createdUnnamedConfigurable.disposeUIResources()public boolean isModified()
UnnamedConfigurabletrue if the settings were modified, false otherwisepublic void reset()
UnnamedConfigurablepublic void apply()
UnnamedConfigurableapply in interface UnnamedConfigurableapply in class FacetEditorTab