com.alee.examples.groups.futurico
Class FuturicoStylingGroup

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

public class FuturicoStylingGroup
extends DefaultExampleGroup

User: mgarin Date: 12.03.12 Time: 15:33


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

Constructor Detail

FuturicoStylingGroup

public FuturicoStylingGroup()
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

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

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

modifySeparator

public WebSeparator modifySeparator(WebSeparator separator)
Description copied from class: DefaultExampleGroup
Does not modify example separator by default.

Specified by:
modifySeparator in interface ExampleGroup
Overrides:
modifySeparator in class DefaultExampleGroup
Parameters:
separator - examples separator
Returns:
examples separator

getPreferredForeground

public java.awt.Color getPreferredForeground()
Description copied from class: DefaultExampleGroup
Returns black foreground by default.

Specified by:
getPreferredForeground in interface ExampleGroup
Overrides:
getPreferredForeground in class DefaultExampleGroup
Returns:
black foreground