com.alee.examples.groups.desktoppane
Class DesktopPaneGroup

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

public class DesktopPaneGroup
extends DefaultExampleGroup

User: mgarin Date: 16.02.12 Time: 16:13


Constructor Summary
DesktopPaneGroup()
           
 
Method Summary
 FeatureState getFeatureGroupState()
          Returns release feature state 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.
 boolean isShowWatermark()
          Returns true by default.
 boolean isSingleExample()
          Returns false by default.
 void modifyExampleTab(int tabIndex, WebTabbedPane tabbedPane)
          Does not modify example group tab by default.
 
Methods inherited from class com.alee.examples.content.DefaultExampleGroup
getContentPartSize, getPreferredForeground, getResource, loadGroupIcon, loadIcon, modifySeparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopPaneGroup

public DesktopPaneGroup()
Method Detail

getGroupIcon

public javax.swing.Icon getGroupIcon()
Description copied from interface: ExampleGroup
Returns example group icon.

Returns:
example group icon

getGroupName

public java.lang.String getGroupName()
Description copied from interface: ExampleGroup
Returns example group name.

Returns:
example group name

getGroupDescription

public java.lang.String getGroupDescription()
Description copied from interface: ExampleGroup
Returns short example group description.

Returns:
short example group description

isSingleExample

public boolean isSingleExample()
Description copied from class: DefaultExampleGroup
Returns false by default.

Specified by:
isSingleExample in interface ExampleGroup
Overrides:
isSingleExample in class DefaultExampleGroup
Returns:
false

modifyExampleTab

public void modifyExampleTab(int tabIndex,
                             WebTabbedPane tabbedPane)
Description copied from class: DefaultExampleGroup
Does not modify example group tab by default.

Specified by:
modifyExampleTab in interface ExampleGroup
Overrides:
modifyExampleTab in class DefaultExampleGroup
Parameters:
tabIndex - index of example group tab
tabbedPane - tabbed pane that contains example group tab

getFeatureGroupState

public FeatureState getFeatureGroupState()
Description copied from class: DefaultExampleGroup
Returns release feature state by default.

Specified by:
getFeatureGroupState in interface ExampleGroup
Overrides:
getFeatureGroupState in class DefaultExampleGroup
Returns:
release feature state

isShowWatermark

public boolean isShowWatermark()
Description copied from class: DefaultExampleGroup
Returns true by default.

Specified by:
isShowWatermark in interface ExampleGroup
Overrides:
isShowWatermark in class DefaultExampleGroup
Returns:
true

getGroupExamples

public java.util.List<Example> getGroupExamples()
Description copied from interface: ExampleGroup
Returns a list of examples for this example group.

Returns:
list of examples