Class _423_ThemeStylingExample
java.lang.Object
org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
org.eclipse.nebula.widgets.nattable.examples._400_Configuration._423_ThemeStylingExample
- All Implemented Interfaces:
INatExample
Example showing how to use
ThemeConfigurations in a NatTable. It
shows how to set and how to switch themes at runtime. Note that there are
several things that are not controllable via themes like row height, column
width or ILayerPainter. The later are tight connected to the ILayer
themselves.-
Field Summary
FieldsFields inherited from interface org.eclipse.nebula.widgets.nattable.examples.INatExample
BASE_PACKAGE, BASE_PATH, CLASSIC_BASE_PACKAGE, CLASSIC_BASE_PATH, CLASSIC_EXAMPLES_PREFIX, TUTORIAL_EXAMPLES_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.ControlcreateExampleControl(org.eclipse.swt.widgets.Composite parent) static voidMethods inherited from class org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
getName, getShortDescription, log, onStart, onStop, setupTextArea
-
Field Details
-
FEMALE_LABEL
- See Also:
-
MALE_LABEL
- See Also:
-
-
Constructor Details
-
_423_ThemeStylingExample
public _423_ThemeStylingExample()
-
-
Method Details
-
main
- Throws:
Exception
-
getDescription
- Specified by:
getDescriptionin interfaceINatExample- Overrides:
getDescriptionin classAbstractNatExample
-
createExampleControl
public org.eclipse.swt.widgets.Control createExampleControl(org.eclipse.swt.widgets.Composite parent)
-