Class PropertyTableSnippet


  • public class PropertyTableSnippet
    extends java.lang.Object
    This snippet demonstrates the PropertyTable widget
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static PropertyTable buildPropertyTable​(org.eclipse.swt.widgets.TabFolder tabFolder, boolean showButton, boolean showAsCategory, boolean showDescription)
      Build a property table
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyTableSnippet

        public PropertyTableSnippet()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args -
      • buildPropertyTable

        private static PropertyTable buildPropertyTable​(org.eclipse.swt.widgets.TabFolder tabFolder,
                                                        boolean showButton,
                                                        boolean showAsCategory,
                                                        boolean showDescription)
        Build a property table
        Parameters:
        tabFolder - tabFolder that holds the property table
        showButton - if true, show buttons
        showAsCategory - if true, show property as categories. If false, show property as a flat list
        showDescription - if true, show description
        Returns:
        a property table