Groovy Documentation

griffon.lookandfeel.synthetica
[Groovy] Class SyntheticaLookAndFeelProvider.SyntheticaLookAndFeelInfo

java.lang.Object
  griffon.lookandfeel.LookAndFeelInfo
      griffon.lookandfeel.synthetica.SyntheticaLookAndFeelProvider.SyntheticaLookAndFeelInfo

private static class SyntheticaLookAndFeelProvider.SyntheticaLookAndFeelInfo
extends LookAndFeelInfo

Authors:
Andres Almiray


Property Summary
String lookAndFeelClassName

 
Constructor Summary
SyntheticaLookAndFeelProvider.SyntheticaLookAndFeelInfo(String displayName, String lookAndFeelClassName)

 
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
 

Property Detail

lookAndFeelClassName

final String lookAndFeelClassName


 
Constructor Detail

SyntheticaLookAndFeelProvider.SyntheticaLookAndFeelInfo

SyntheticaLookAndFeelProvider.SyntheticaLookAndFeelInfo(String displayName, String lookAndFeelClassName)


 
Method Detail

install

void install()


isCurrentLookAndFeel

boolean isCurrentLookAndFeel()


preview

void preview(Component component)


 

Groovy Documentation