com.alee.examples.groups.collapsible
Class AccordionExample
java.lang.Object
com.alee.examples.content.DefaultExample
com.alee.examples.groups.collapsible.AccordionExample
- All Implemented Interfaces:
- Example
public class AccordionExample
- extends DefaultExample
User: mgarin Date: 31.01.13 Time: 19:39
Methods inherited from class com.alee.examples.content.DefaultExample |
doWhenPresentationFinished, getPresentationSteps, getResource, getResources, isFillWidth, isPresentationAvailable, loadIcon, loadIcon, nextPresentationStep, startPresentation, stopPresentation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccordionExample
public AccordionExample()
getTitle
public java.lang.String getTitle()
- Description copied from interface:
Example
- Returns example title.
It might be used in examples tree or list.
- Returns:
- example title
getDescription
public java.lang.String getDescription()
- Description copied from interface:
Example
- Returns short example description.
It might be used in some additional information fields.
- Returns:
- short example description
getFeatureState
public FeatureState getFeatureState()
- Description copied from class:
DefaultExample
- Returns current state of the component development.
- Specified by:
getFeatureState
in interface Example
- Overrides:
getFeatureState
in class DefaultExample
- Returns:
- current state of the component development
getPreview
public java.awt.Component getPreview(WebLookAndFeelDemo owner)
- Description copied from interface:
Example
- Returns preview component for this example.
There might be any possible component here, but make sure it fits the demo application.
- Parameters:
owner
- demo application main frame
- Returns:
- preview component
createCustomHorContent
public static WebScrollPane createCustomHorContent()
createCustomContent
public static WebScrollPane createCustomContent(int w,
int h)