public class LAFAdapter extends Object
| Constructor | Description |
|---|---|
LAFAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
static ComponentUI |
createUI(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 ComponentUI createUI(JComponent c)
public static void startWidget()
public static void stopWidget()