Klasse HierarchyWizardEditorRenderer<T>

java.lang.Object
org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer<T>
Typparameter:
T -

public class HierarchyWizardEditorRenderer<T> extends Object
Renders the content.
  • Felddetails

    • FONT

      public static final org.eclipse.swt.graphics.Font FONT
      Constants.
    • OFFSET

      public static final int OFFSET
      Constants.
      Siehe auch:
    • INTERVAL_HEIGHT

      public static final int INTERVAL_HEIGHT
      Constants.
      Siehe auch:
    • WIDGET_BACKGROUND

      public static final org.eclipse.swt.graphics.Color WIDGET_BACKGROUND
      Constants.
    • DISABLED_FOREGROUND

      public static final org.eclipse.swt.graphics.Color DISABLED_FOREGROUND
      Constants.
    • DISABLED_BACKGROUND

      public static final org.eclipse.swt.graphics.Color DISABLED_BACKGROUND
      Constants.
    • NORMAL_FOREGROUND

      public static final org.eclipse.swt.graphics.Color NORMAL_FOREGROUND
      Constants.
    • ALTERNATIVE_FOREGROUND

      public static final org.eclipse.swt.graphics.Color ALTERNATIVE_FOREGROUND
      Constants.
    • NORMAL_BACKGROUND

      public static final org.eclipse.swt.graphics.Color NORMAL_BACKGROUND
      Constants.
    • SELECTED_BACKGROUND

      public static final org.eclipse.swt.graphics.Color SELECTED_BACKGROUND
      Constants.
  • Konstruktordetails

    • HierarchyWizardEditorRenderer

      public HierarchyWizardEditorRenderer(HierarchyWizardModelGrouping<T> model)
      Creates a new instance.
      Parameter:
      model -
  • Methodendetails

    • getComponents

      Returns all components.
      Gibt zurück:
    • getMinSize

      public org.eclipse.swt.graphics.Point getMinSize()
      Returns the required minimal size.
      Gibt zurück:
    • select

      public boolean select(int x, int y)
      Mouse click.
      Parameter:
      x -
      y -
      Gibt zurück:
    • update

      public void update()
      Updates the drawing context.
    • update

      public void update(org.eclipse.swt.graphics.GC gc)
      Update graphics layout.
      Parameter:
      gc -