|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TentackleLookAndFeel
Interface all extended Tentackle look-and-feels must implement.
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:
| Method Summary | |
|---|---|
boolean |
isFocusAnimated()
Retrievs the current setting for the focus animation. |
ImageIcon |
loadImageIcon(String name)
Loads an image icon for the look and feel. |
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. |
| Method Detail |
|---|
ImageIcon loadImageIcon(String name)
throws MissingResourceException
PlafGlobal.
It allows each look and feel to provide its own icon set.
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||