org.eclipse.cdt.internal.ui.preferences
Class TodoTaskConfigurationBlock

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.preferences.OptionsConfigurationBlock
      extended by org.eclipse.cdt.internal.ui.preferences.TodoTaskConfigurationBlock

public class TodoTaskConfigurationBlock
extends OptionsConfigurationBlock

UI for editing task tags.


Nested Class Summary
 class TodoTaskConfigurationBlock.TaskTagAdapter
           
static class TodoTaskConfigurationBlock.TodoTask
           
 
Nested classes/interfaces inherited from class org.eclipse.cdt.internal.ui.preferences.OptionsConfigurationBlock
OptionsConfigurationBlock.Key
 
Constructor Summary
TodoTaskConfigurationBlock(IStatusChangeListener context, org.eclipse.core.resources.IProject project, org.eclipse.ui.preferences.IWorkbenchPreferenceContainer container)
           
 
Method Summary
 void setEnabled(boolean isEnabled)
           
 
Methods inherited from class org.eclipse.cdt.internal.ui.preferences.OptionsConfigurationBlock
areSettingsEnabled, dispose, hasProjectSpecificOptions, performApply, performDefaults, performOk, performRevert, selectOption, selectOption, useProjectSpecificSettings
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TodoTaskConfigurationBlock

public TodoTaskConfigurationBlock(IStatusChangeListener context,
                                  org.eclipse.core.resources.IProject project,
                                  org.eclipse.ui.preferences.IWorkbenchPreferenceContainer container)
Method Detail

setEnabled

public void setEnabled(boolean isEnabled)