Groovy Documentation

griffon.lookandfeel.skinlnf
[Groovy] Class SkinLookAndFeelProvider.SkinLookAndFeelInfo

java.lang.Object
  griffon.lookandfeel.LookAndFeelInfo
      griffon.lookandfeel.skinlnf.SkinLookAndFeelProvider.SkinLookAndFeelInfo

private static class SkinLookAndFeelProvider.SkinLookAndFeelInfo
extends LookAndFeelInfo

Authors:
Andres Almiray


Field Summary
private com.l2fprod.gui.plaf.skin.Skin skin

 
Constructor Summary
SkinLookAndFeelProvider.SkinLookAndFeelInfo(String displayName, com.l2fprod.gui.plaf.skin.Skin skin)

 
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

skin

private final com.l2fprod.gui.plaf.skin.Skin skin


 
Constructor Detail

SkinLookAndFeelProvider.SkinLookAndFeelInfo

SkinLookAndFeelProvider.SkinLookAndFeelInfo(String displayName, com.l2fprod.gui.plaf.skin.Skin skin)


 
Method Detail

install

void install()


isCurrentLookAndFeel

boolean isCurrentLookAndFeel()


preview

void preview(Component component)


 

Groovy Documentation