Class TreeChangingButtons

java.lang.Object
com._1c.g5.v8.dt.common.ui.controls.TreeChangingButtons

public class TreeChangingButtons extends Object
Buttons for change table or tree content
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.eclipse.swt.widgets.Composite
    create(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.events.SelectionAdapter[] selectionAdapters)
    Create tree changing buttons (< << > >>)
    static org.eclipse.swt.widgets.Composite
    create(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.events.SelectionAdapter[] selectionAdapters, boolean withToolBar)
    Create tree changing buttons (< << > >>)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static org.eclipse.swt.widgets.Composite create(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.events.SelectionAdapter[] selectionAdapters)
      Create tree changing buttons (< << > >>)
      Parameters:
      parent - composite
      selectionAdapters -
      Returns:
      new buttons panel
    • create

      public static org.eclipse.swt.widgets.Composite create(org.eclipse.swt.widgets.Composite parent, org.eclipse.swt.events.SelectionAdapter[] selectionAdapters, boolean withToolBar)
      Create tree changing buttons (< << > >>)
      Parameters:
      parent - composite
      selectionAdapters -
      withToolBar - create empty tool bar
      Returns:
      new buttons panel