Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.util |
Provides helpful utilities used for Spark.
|
Modifier and Type | Method and Description |
---|---|
static ButtonFactory |
ButtonFactory.getInstance() |
Modifier and Type | Method and Description |
---|---|
static ButtonFactory |
UIComponentRegistry.getButtonFactory()
Retrieves the button factory instance (this is implemented as a
singleton).
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerButtonFactory(java.lang.Class<? extends ButtonFactory> clazz)
Registers a new class implementing a button factory.
|