com.alee.examples.groups.tree
Class TreesGroup

java.lang.Object
  extended by com.alee.examples.content.DefaultExampleGroup
      extended by com.alee.examples.groups.tree.TreesGroup
All Implemented Interfaces:
ExampleGroup

public class TreesGroup
extends DefaultExampleGroup

Tree examples group.

Author:
Mikle Garin

Constructor Summary
TreesGroup()
           
 
Method Summary
 double getContentPartSize()
          Returns 50% content width by default.
 java.lang.String getGroupDescription()
          Returns short example group description.
 java.util.List<Example> getGroupExamples()
          Returns a list of examples for this example group.
 javax.swing.Icon getGroupIcon()
          Returns example group icon.
 java.lang.String getGroupName()
          Returns example group name.
 
Methods inherited from class com.alee.examples.content.DefaultExampleGroup
getFeatureGroupState, getPreferredForeground, getResource, isShowWatermark, isSingleExample, loadGroupIcon, loadIcon, modifyExampleTab, modifySeparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreesGroup

public TreesGroup()
Method Detail

getGroupIcon

public javax.swing.Icon getGroupIcon()
Returns example group icon.

Returns:
example group icon

getGroupName

public java.lang.String getGroupName()
Returns example group name.

Returns:
example group name

getGroupDescription

public java.lang.String getGroupDescription()
Returns short example group description.

Returns:
short example group description

getGroupExamples

public java.util.List<Example> getGroupExamples()
Returns a list of examples for this example group.

Returns:
list of examples

getContentPartSize

public double getContentPartSize()
Returns 50% content width by default.

Specified by:
getContentPartSize in interface ExampleGroup
Overrides:
getContentPartSize in class DefaultExampleGroup
Returns:
50% content width