|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExampleGroup
This interface provides base methods for WebLaF demo example groups managed by ExampleManager.
Method Summary | |
---|---|
double |
getContentPartSize()
Returns examples content side width relative to the whole available to example group width. |
FeatureState |
getFeatureGroupState()
Returns an enumeration constant that represents average development state of example components in the group. |
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 preferred foreground color for example group demo page. |
boolean |
isShowWatermark()
Returns whether this example group should display a watermark in demo application or not. |
boolean |
isSingleExample()
Returns whether this example group contains only one example or not. |
void |
modifyExampleTab(int tabIndex,
WebTabbedPane tabbedPane)
Method provided to modify example group tab. |
WebSeparator |
modifySeparator(WebSeparator separator)
Method provided to modify examples separator. |
Method Detail |
---|
javax.swing.Icon getGroupIcon()
java.lang.String getGroupName()
java.lang.String getGroupDescription()
boolean isSingleExample()
boolean isShowWatermark()
FeatureState getFeatureGroupState()
java.util.List<Example> getGroupExamples()
void modifyExampleTab(int tabIndex, WebTabbedPane tabbedPane)
tabIndex
- index of example group tabtabbedPane
- tabbed pane that contains example group tabWebSeparator modifySeparator(WebSeparator separator)
separator
- examples separator
java.awt.Color getPreferredForeground()
double getContentPartSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |