|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.ide.eclipse.core.editors.ColorProvider
public class ColorProvider
This class provides colors of the editor to all the other objects.
Field Summary | |
---|---|
protected java.util.Map<java.lang.String,org.eclipse.swt.graphics.Color> |
mColorTable
|
Constructor Summary | |
---|---|
ColorProvider()
Default constructor getting the preferences. |
Method Summary | |
---|---|
void |
dispose()
Disposing the color provider. |
org.eclipse.swt.graphics.Color |
getColor(java.lang.String pColorString)
Returns the color corresponding to the given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map<java.lang.String,org.eclipse.swt.graphics.Color> mColorTable
Constructor Detail |
---|
public ColorProvider()
Method Detail |
---|
public void dispose()
public org.eclipse.swt.graphics.Color getColor(java.lang.String pColorString)
pColorString
- name of the color to get
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |