org.eclipse.mylar.internal.tasks.ui.editors
Class TaskFormPage.SharedTextColors

java.lang.Object
  extended by org.eclipse.mylar.internal.tasks.ui.editors.TaskFormPage.SharedTextColors
All Implemented Interfaces:
org.eclipse.jface.text.source.ISharedTextColors
Enclosing class:
TaskFormPage

static class TaskFormPage.SharedTextColors
extends java.lang.Object
implements org.eclipse.jface.text.source.ISharedTextColors


Constructor Summary
TaskFormPage.SharedTextColors()
          Creates an returns a shared color manager.
 
Method Summary
 void dispose()
           
 org.eclipse.swt.graphics.Color getColor(org.eclipse.swt.graphics.RGB rgb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskFormPage.SharedTextColors

public TaskFormPage.SharedTextColors()
Creates an returns a shared color manager.

Method Detail

getColor

public org.eclipse.swt.graphics.Color getColor(org.eclipse.swt.graphics.RGB rgb)
Specified by:
getColor in interface org.eclipse.jface.text.source.ISharedTextColors

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.jface.text.source.ISharedTextColors