Klasse HierarchyWizardEditorRenderer<T>
java.lang.Object
org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer<T>
- Typparameter:
T-
Renders the content.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classBase class for rendering contexts.static classA rendering context for a group.static classA rendering context for an interval. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final org.eclipse.swt.graphics.ColorConstants.static final org.eclipse.swt.graphics.ColorConstants.static final org.eclipse.swt.graphics.ColorConstants.static final org.eclipse.swt.graphics.FontConstants.static final intConstants.static final org.eclipse.swt.graphics.ColorConstants.static final org.eclipse.swt.graphics.ColorConstants.static final intConstants.static final org.eclipse.swt.graphics.ColorConstants.static final org.eclipse.swt.graphics.ColorConstants. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new instance. -
Methodenübersicht
-
Felddetails
-
FONT
public static final org.eclipse.swt.graphics.Font FONTConstants. -
OFFSET
public static final int OFFSETConstants.- Siehe auch:
-
INTERVAL_HEIGHT
public static final int INTERVAL_HEIGHTConstants.- Siehe auch:
-
WIDGET_BACKGROUND
public static final org.eclipse.swt.graphics.Color WIDGET_BACKGROUNDConstants. -
DISABLED_FOREGROUND
public static final org.eclipse.swt.graphics.Color DISABLED_FOREGROUNDConstants. -
DISABLED_BACKGROUND
public static final org.eclipse.swt.graphics.Color DISABLED_BACKGROUNDConstants. -
NORMAL_FOREGROUND
public static final org.eclipse.swt.graphics.Color NORMAL_FOREGROUNDConstants. -
ALTERNATIVE_FOREGROUND
public static final org.eclipse.swt.graphics.Color ALTERNATIVE_FOREGROUNDConstants. -
NORMAL_BACKGROUND
public static final org.eclipse.swt.graphics.Color NORMAL_BACKGROUNDConstants. -
SELECTED_BACKGROUND
public static final org.eclipse.swt.graphics.Color SELECTED_BACKGROUNDConstants.
-
-
Konstruktordetails
-
HierarchyWizardEditorRenderer
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-
-