Groovy Documentation

griffon.lookandfeel.pagosoft
[Groovy] Class PgsLookAndFeelProvider

java.lang.Object
  griffon.lookandfeel.LookAndFeelProvider
      griffon.lookandfeel.pagosoft.PgsLookAndFeelProvider

class PgsLookAndFeelProvider
extends LookAndFeelProvider

Authors:
Andres Almiray


Nested Class Summary
private static class PgsLookAndFeelProvider.PgsLookAndFeelInfo

@author Andres Almiray

 
Field Summary
private static List SUPPORTED_LAFS

 
Constructor Summary
PgsLookAndFeelProvider()

 
Method Summary
void apply(LookAndFeelInfo lookAndFeelInfo, GriffonApplication application)

LookAndFeelInfo[] getSupportedLookAndFeels()

boolean handles(LookAndFeel lookAndFeel)

boolean handles(LookAndFeelInfo lookAndFeelInfo)

void preview(LookAndFeelInfo lookAndFeelInfo, Component component)

 
Methods inherited from class LookAndFeelProvider
equals, toString, hashCode, compareTo, getName, handles, handles, apply, getSupportedLookAndFeels, preview, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

SUPPORTED_LAFS

private static final List SUPPORTED_LAFS


 
Constructor Detail

PgsLookAndFeelProvider

PgsLookAndFeelProvider()


 
Method Detail

apply

void apply(LookAndFeelInfo lookAndFeelInfo, GriffonApplication application)


getSupportedLookAndFeels

LookAndFeelInfo[] getSupportedLookAndFeels()


handles

boolean handles(LookAndFeel lookAndFeel)


handles

boolean handles(LookAndFeelInfo lookAndFeelInfo)


preview

void preview(LookAndFeelInfo lookAndFeelInfo, Component component)


 

Groovy Documentation