| org.eclipse.ui.examples.readmetool.DirtyStateContribution
DirtyStateContribution | public class DirtyStateContribution extends ControlContribution implements IPropertyListener(Code) | | This class demonstrates the contribution of a custom control to the
status line for the readme editor. The control shows the
dirty status of the editor.
|
DirtyStateContribution | protected DirtyStateContribution()(Code) | | Creates a new DirtyStateContribution.
|
createControl | protected Control createControl(Composite parent)(Code) | | |
propertyChanged | public void propertyChanged(Object source, int propID)(Code) | | |
|
|