com.alee.examples.groups.splitpane
Class HorizontalSplitPaneExample

java.lang.Object
  extended by com.alee.examples.content.DefaultExample
      extended by com.alee.examples.groups.splitpane.HorizontalSplitPaneExample
All Implemented Interfaces:
Example, javax.swing.SwingConstants

public class HorizontalSplitPaneExample
extends DefaultExample
implements javax.swing.SwingConstants

User: mgarin Date: 17.02.12 Time: 13:35


Field Summary
 
Fields inherited from class com.alee.examples.content.DefaultExample
cursor, lmb, mmb, rmb
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Constructor Summary
HorizontalSplitPaneExample()
           
 
Method Summary
 java.lang.String getDescription()
          Returns short example description.
 java.awt.Component getPreview(WebLookAndFeelDemo owner)
          Returns preview component for this example.
 java.lang.String getTitle()
          Returns example title.
 
Methods inherited from class com.alee.examples.content.DefaultExample
doWhenPresentationFinished, getFeatureState, 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
 

Constructor Detail

HorizontalSplitPaneExample

public HorizontalSplitPaneExample()
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: Example
Returns example title. It might be used in examples tree or list.

Specified by:
getTitle in interface Example
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.

Specified by:
getDescription in interface Example
Returns:
short example description

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.

Specified by:
getPreview in interface Example
Parameters:
owner - demo application main frame
Returns:
preview component