public static final class Analyzer.CustomizerContext<D,C extends JComponent> extends Object
Constructor and Description |
---|
CustomizerContext(Preferences preferences,
String preselectId,
C previousComponent,
D data,
org.netbeans.modules.analysis.ui.AdjustConfigurationPanel.ErrorListener errorListener) |
Modifier and Type | Method and Description |
---|---|
D |
getData() |
String |
getPreselectId() |
C |
getPreviousComponent() |
Preferences |
getSettings() |
void |
setError(String error) |
void |
setSelectedId(String id) |
public CustomizerContext(Preferences preferences, String preselectId, C previousComponent, D data, org.netbeans.modules.analysis.ui.AdjustConfigurationPanel.ErrorListener errorListener)
public Preferences getSettings()
public String getPreselectId()
public C getPreviousComponent()
public D getData()
public void setSelectedId(String id)
public void setError(@NullAllowed String error)