private class DependencyTreePage.Highlighter
extends java.lang.Object
implements org.eclipse.jface.util.IPropertyChangeListener, org.eclipse.ui.services.IDisposable
Modifier and Type | Field and Description |
---|---|
private org.eclipse.swt.graphics.Color |
color |
private static java.lang.String |
HIGHLIGHT_BG_COLOR_NAME |
Constructor and Description |
---|
Highlighter() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
private org.eclipse.swt.graphics.Color |
getColor() |
void |
initialize() |
void |
propertyChange(org.eclipse.jface.util.PropertyChangeEvent event) |
private void |
setColor() |
private static final java.lang.String HIGHLIGHT_BG_COLOR_NAME
private org.eclipse.swt.graphics.Color color
public void initialize()
private void setColor()
public void dispose()
dispose
in interface org.eclipse.ui.services.IDisposable
public void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
propertyChange
in interface org.eclipse.jface.util.IPropertyChangeListener
private org.eclipse.swt.graphics.Color getColor()