|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.examples.content.DefaultExampleGroup com.alee.examples.groups.desktoppane.DesktopPaneGroup
public class DesktopPaneGroup
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 |
---|
public DesktopPaneGroup()
Method Detail |
---|
public javax.swing.Icon getGroupIcon()
ExampleGroup
public java.lang.String getGroupName()
ExampleGroup
public java.lang.String getGroupDescription()
ExampleGroup
public boolean isSingleExample()
DefaultExampleGroup
isSingleExample
in interface ExampleGroup
isSingleExample
in class DefaultExampleGroup
public void modifyExampleTab(int tabIndex, WebTabbedPane tabbedPane)
DefaultExampleGroup
modifyExampleTab
in interface ExampleGroup
modifyExampleTab
in class DefaultExampleGroup
tabIndex
- index of example group tabtabbedPane
- tabbed pane that contains example group tabpublic FeatureState getFeatureGroupState()
DefaultExampleGroup
getFeatureGroupState
in interface ExampleGroup
getFeatureGroupState
in class DefaultExampleGroup
public boolean isShowWatermark()
DefaultExampleGroup
isShowWatermark
in interface ExampleGroup
isShowWatermark
in class DefaultExampleGroup
public java.util.List<Example> getGroupExamples()
ExampleGroup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |