org.wings.plaf
Interface WingSetExample


public interface WingSetExample

Implement this interface with a class declared in your default.properties to show it as example within the wingset demo.

Author:
Benjamin Schmid

Method Summary
 void activateExample()
          Called by the demo to indicate that it will soon use and show your example.
 SComponent getExample()
           
 String getExampleGroup()
           
 String getExampleName()
           
 void passivateExample()
          Indicated that your example has been hidden until next activateExample()
 

Method Detail

activateExample

void activateExample()
Called by the demo to indicate that it will soon use and show your example.


passivateExample

void passivateExample()
Indicated that your example has been hidden until next activateExample()


getExample

SComponent getExample()
Returns:
The SComponent representing and showing your example.

getExampleName

String getExampleName()
Returns:
The name of your example and/or component

getExampleGroup

String getExampleGroup()
Returns:
The group your example belongs to.


wingS Swings ;-)