Class PropertyTableSnippetRefresh
- java.lang.Object
-
- org.eclipse.nebula.widgets.opal.propertytable.snippets.PropertyTableSnippetRefresh
-
public class PropertyTableSnippetRefresh extends java.lang.Object
This snippet demonstrates the PropertyTable widget
-
-
Constructor Summary
Constructors Constructor Description PropertyTableSnippetRefresh()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static PropertyTable
buildPropertyTable(org.eclipse.swt.widgets.Composite composite)
Build a property tablestatic void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
- Parameters:
args
-
-
buildPropertyTable
private static PropertyTable buildPropertyTable(org.eclipse.swt.widgets.Composite composite)
Build a property table
-
-