public interface TentackleLookAndFeel
Tentackle provides wrappers for well known look and feels like metal or looks. The wrappers extend the swing look and feel by features such as:
| Modifier and Type | Method and Description |
|---|---|
Color |
getMandatoryColor()
Gets the mandatory color for fields and selected table cells.
|
Color |
getUnselectedMandatoryColor()
Gets the mandatory color for unselected table cells.
|
boolean |
isFocusAnimated()
Retrievs the current setting for the focus animation.
|
ImageIcon |
loadImageIcon(String name)
Loads an image icon for the look and feel.
It allows each look and feel to provide its own icon set. |
void |
loadTentackleExtraColors()
Loads all tentackle-laf specific colors.
|
void |
setFocusAnimated(boolean flag)
Configures the animated keyboard focus for non-text components that can grab
the keyboard focus, such as comboboxes, radio buttons or check boxes.
|
void |
setMandatoryColor(Color mandatoryColor)
Sets the mandatory color for fields and selected table cells.
|
void |
setUnselectedMandatoryColor(Color unselectedMandatoryColor)
Sets the mandatory color for unselected table cells.
|
ImageIcon loadImageIcon(String name) throws MissingResourceException
name - the icon's name (without extension like gif or png!)MissingResourceException - if no such iconvoid setFocusAnimated(boolean flag)
flag - the boolean value which is true to enable the animation, false to turn it offboolean isFocusAnimated()
void loadTentackleExtraColors()
Color getMandatoryColor()
void setMandatoryColor(Color mandatoryColor)
mandatoryColor - the mandatory colorColor getUnselectedMandatoryColor()
void setUnselectedMandatoryColor(Color unselectedMandatoryColor)
unselectedMandatoryColor - the mandatory colorTentackle - a domain driven enterprise framework