|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Example
This interface provides base methods for WebLaF demo example classes managed by ExampleManager.
Method Summary | |
---|---|
void |
doWhenPresentationFinished(java.lang.Runnable runnable)
Sets a runnable that should be executed at the end of the presentation. |
java.lang.String |
getDescription()
Returns short example description. |
FeatureState |
getFeatureState()
Returns current state of the component development. |
java.awt.Component |
getPreview(WebLookAndFeelDemo owner)
Returns preview component for this example. |
java.util.List<java.lang.Object> |
getResources()
Returns list of resources used in example. |
java.lang.String |
getTitle()
Returns example title. |
boolean |
isFillWidth()
Returns whether the example component should fill all available width or not. |
boolean |
isPresentationAvailable()
Returns whether live presentation is available for this example or not. |
void |
nextPresentationStep()
Forces live presentation to proceed to next step. |
void |
startPresentation()
Starts live presentation. |
void |
stopPresentation()
Stops live presentation. |
Method Detail |
---|
java.lang.String getTitle()
java.lang.String getDescription()
java.util.List<java.lang.Object> getResources()
boolean isPresentationAvailable()
void startPresentation()
void nextPresentationStep()
void stopPresentation()
void doWhenPresentationFinished(java.lang.Runnable runnable)
runnable
- runnableFeatureState getFeatureState()
boolean isFillWidth()
java.awt.Component getPreview(WebLookAndFeelDemo owner)
owner
- demo application main frame
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |