Groovy Documentation

griffon.lookandfeel.kunststoff
[Groovy] Class KunststoffLookAndFeelProvider.KunststoffLookAndFeelInfo

java.lang.Object
  griffon.lookandfeel.LookAndFeelInfo
      griffon.lookandfeel.kunststoff.KunststoffLookAndFeelProvider.KunststoffLookAndFeelInfo

private static class KunststoffLookAndFeelProvider.KunststoffLookAndFeelInfo
extends LookAndFeelInfo

Authors:
Andres Almiray


Field Summary
private com.incors.plaf.kunststoff.KunststoffTheme theme

 
Constructor Summary
KunststoffLookAndFeelProvider.KunststoffLookAndFeelInfo(String displayName, com.incors.plaf.kunststoff.KunststoffTheme theme)

 
Method Summary
void install()

boolean isCurrentLookAndFeel()

void preview(Component component)

 
Methods inherited from class LookAndFeelInfo
equals, toString, hashCode, compareTo, install, getDisplayName, getIdentifier, isCurrentLookAndFeel, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

theme

private final com.incors.plaf.kunststoff.KunststoffTheme theme


 
Constructor Detail

KunststoffLookAndFeelProvider.KunststoffLookAndFeelInfo

KunststoffLookAndFeelProvider.KunststoffLookAndFeelInfo(String displayName, com.incors.plaf.kunststoff.KunststoffTheme theme)


 
Method Detail

install

void install()


isCurrentLookAndFeel

boolean isCurrentLookAndFeel()


preview

void preview(Component component)


 

Groovy Documentation