public abstract class AbstractOptionsCategory extends Object implements OptionsCategory
| Constructor and Description |
|---|
AbstractOptionsCategory() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OptionsCategory o)
DOCUMENT ME!
|
Icon |
getIcon()
Returns 32x32 icon used in list on the top of Options Dialog.
|
abstract String |
getName()
Returns name of category used in list on the top side of Options Dialog.
|
int |
getOrder()
Returns the relative order of category in the Options Dialog.
|
String |
getTooltip()
Returns text for tooltip describing the category.
|
public Icon getIcon()
OptionsCategorygetIcon in interface OptionsCategorypublic abstract String getName()
OptionsCategorygetName in interface OptionsCategorypublic int getOrder()
OptionsCategorygetOrder in interface OptionsCategorypublic int compareTo(OptionsCategory o)
compareTo in interface Comparable<OptionsCategory>o - DOCUMENT ME!public String getTooltip()
getTooltip in interface OptionsCategoryCopyright © 2012–2026 cismet GmbH. All rights reserved.