Groovy Documentation

griffon.lookandfeel.pagosoft
[Groovy] Class PgsLookAndFeelProvider.PgsLookAndFeelInfo

java.lang.Object
  griffon.lookandfeel.LookAndFeelInfo
      griffon.lookandfeel.pagosoft.PgsLookAndFeelProvider.PgsLookAndFeelInfo

private static class PgsLookAndFeelProvider.PgsLookAndFeelInfo
extends LookAndFeelInfo

Authors:
Andres Almiray


Field Summary
private com.pagosoft.plaf.PgsTheme theme

 
Constructor Summary
PgsLookAndFeelProvider.PgsLookAndFeelInfo(String displayName, com.pagosoft.plaf.PgsTheme 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.pagosoft.plaf.PgsTheme theme


 
Constructor Detail

PgsLookAndFeelProvider.PgsLookAndFeelInfo

PgsLookAndFeelProvider.PgsLookAndFeelInfo(String displayName, com.pagosoft.plaf.PgsTheme theme)


 
Method Detail

install

void install()


isCurrentLookAndFeel

boolean isCurrentLookAndFeel()


preview

void preview(Component component)


 

Groovy Documentation