public class LAFAdapter
extends java.lang.Object
| Constructor | Description |
|---|---|
LAFAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
Returns the UI as normal, but intercepts the call, so a
listener can be attached.
|
static void |
startWidget() |
This initialises the Widgeting system.
|
static void |
stopWidget() |
This tears-down the widgeting system.
|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public static void startWidget()
public static void stopWidget()