|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.lafwidget.LafWidgetAdapter<T>
public abstract class LafWidgetAdapter<T extends javax.swing.JComponent>
Base implementation of LafWidget interface.
| Field Summary | |
|---|---|
protected T |
jcomp
Associated component. |
| Fields inherited from interface org.jvnet.lafwidget.LafWidget |
|---|
ANIMATION_KIND, AUTO_SCROLL, COMPONENT_PREVIEW_PAINTER, IGNORE_GLOBAL_LOCALE, NO_LOCK_ICON, PASSWORD_STRENGTH_CHECKER, TABBED_PANE_PREVIEW_PAINTER, TEXT_EDIT_CONTEXT_MENU, TEXT_FLIP_SELECT_ON_ESCAPE, TEXT_SELECT_ON_FOCUS, TREE_AUTO_DND_SUPPORT |
| Constructor Summary | |
|---|---|
LafWidgetAdapter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jvnet.lafwidget.LafWidget |
|---|
requiresCustomLafSupport |
| Field Detail |
|---|
protected T extends javax.swing.JComponent jcomp
| Constructor Detail |
|---|
public LafWidgetAdapter()
| Method Detail |
|---|
public void setComponent(T jcomp)
LafWidgetthis widget.
setComponent in interface LafWidget<T extends javax.swing.JComponent>jcomp - Component.public void installUI()
LafWidget
installUI in interface LafWidget<T extends javax.swing.JComponent>public void installComponents()
LafWidget
installComponents in interface LafWidget<T extends javax.swing.JComponent>public void installDefaults()
LafWidget
installDefaults in interface LafWidget<T extends javax.swing.JComponent>public void installListeners()
LafWidget
installListeners in interface LafWidget<T extends javax.swing.JComponent>public void uninstallUI()
LafWidget
uninstallUI in interface LafWidget<T extends javax.swing.JComponent>public void uninstallComponents()
LafWidget
uninstallComponents in interface LafWidget<T extends javax.swing.JComponent>public void uninstallDefaults()
LafWidget
uninstallDefaults in interface LafWidget<T extends javax.swing.JComponent>public void uninstallListeners()
LafWidget
uninstallListeners in interface LafWidget<T extends javax.swing.JComponent>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||