public abstract class SubstanceWidget<T extends javax.swing.JComponent>
extends java.lang.Object
| Constructor | Description |
|---|---|
SubstanceWidget() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
installComponents() |
Installs components for the associated component.
|
void |
installDefaults() |
Installs default settings for the associated component.
|
void |
installListeners() |
Installs listeners for the associated component.
|
void |
installUI() |
Installs UI on the associated component.
|
void |
setComponent(T jcomp) |
Associates a component with
this widget. |
void |
uninstallComponents() |
Uninstalls components for the associated component.
|
void |
uninstallDefaults() |
Uninstalls default settings for the associated component.
|
void |
uninstallListeners() |
Uninstalls listeners for the associated component.
|
void |
uninstallUI() |
Uninstalls UI on the associated component.
|
protected T extends javax.swing.JComponent jcomp
public void setComponent(T jcomp)
this widget.jcomp - Component.public void installUI()
public void installDefaults()
public void installListeners()
public void installComponents()
public void uninstallUI()
public void uninstallDefaults()
public void uninstallListeners()
public void uninstallComponents()