| Package | Description |
|---|---|
| hu.scelightapi.gui.comp |
Custom swing GUI component interfaces.
|
| hu.scelightapi.service |
Services provided for external modules.
Also see the hu.scelightapibase.service
package. |
| hu.scelightapibase.bean.settings.type.viewhints |
View hints interface for settings.
|
| hu.scelightapibase.gui.comp |
Custom swing GUI component interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
IButton |
ITemplateField.getButton()
Returns the optional button to open a template editor dialog.
|
| Modifier and Type | Method and Description |
|---|---|
IButton |
IGuiFactory.newButton()
Creates a new
IButton. |
IButton |
IGuiFactory.newButton(IAction action)
Creates a new
IButton. |
IButton |
IGuiFactory.newButton(javax.swing.Icon icon)
Creates a new
IButton. |
IButton |
IGuiFactory.newButton(java.lang.String text)
Creates a new
IButton. |
IButton |
IGuiFactory.newButton(java.lang.String text,
javax.swing.Icon icon)
Creates a new
IButton. |
| Modifier and Type | Method and Description |
|---|---|
void |
ITestBtnListener.doTest(IButton button,
javax.swing.JComponent settingComp,
T setting,
ISettingsBean settings)
Performs the test.
|
| Modifier and Type | Method and Description |
|---|---|
IButton |
IDialog.addCloseButton(java.lang.String text)
Adds a close button to the buttons panel (
IDialog.getButtonsPanel()) using the specified text. |
IButton |
IPathField.getButton()
Returns the button to open an
IFileChooser. |
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.