| Package | Description |
|---|---|
| de.cismet.lookupoptions | |
| de.cismet.lookupoptions.gui | |
| de.cismet.lookupoptions.options | |
| de.cismet.tools.gui.downloadmanager |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOptionsCategory
This class provides a skeletal implementation of the OptionsCategory interface to minimize the effort required to
implement this interface.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends OptionsCategory> |
AbstractOptionsPanel.getCategoryClass()
DOCUMENT ME!
|
Class<? extends OptionsCategory> |
OptionsPanelController.getCategoryClass()
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractOptionsCategory.compareTo(OptionsCategory o)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
OptionsCategory[] |
OptionsClient.getCategories()
Returns the option categories, sorted by order.
|
OptionsCategory |
OptionsClient.getCategory(Class<? extends OptionsCategory> categoryClass)
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
OptionsCategory |
OptionsClient.getCategory(Class<? extends OptionsCategory> categoryClass)
DOCUMENT ME!
|
OptionsPanelController[] |
OptionsClient.getControllers(Class<? extends OptionsCategory> categoryClass)
Returns the optionspanel controllers of a category, sorted by order.
|
void |
OptionsClient.update(Class<? extends OptionsCategory> categoryClass)
Invokes the update-method of each controller of a category whose isChanged method returns true.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CismetDeveloperCategory
DOCUMENT ME!
|
class |
DefaultOptionsCategory
Represents the default category which is used in Options Dialog when no category is assigned to an option panel.
|
class |
GeneralOptionsCategory
Represents the general category in Options Dialog.
|
class |
NetworkOptionsCategory
Example Category.
|
class |
SecurityOptionsCategory
Example Category.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadManagerOptionsCategory
DOCUMENT ME!
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.