de.ralfebert.rcputils.databinding
Class DataBindingEditorPart<INPUT extends IEditorInput>
java.lang.Object
EditorPart
de.ralfebert.rcputils.parts.AbstractEditorPart<INPUT>
de.ralfebert.rcputils.databinding.DataBindingEditorPart<INPUT>
- Direct Known Subclasses:
- ModelDataBindingEditorPart
public abstract class DataBindingEditorPart<INPUT extends IEditorInput>
- extends AbstractEditorPart<INPUT>
DataBindingEditorPart is a base class for EditorParts that want to use
DataBinding. Provides a observable for partname and has a dirty attribute
that can be registered as change listener to ChangeTracker.
- Author:
- Ralf Ebert
Method Summary |
void |
init(IEditorSite site,
IEditorInput input)
|
boolean |
isDirty()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataBindingEditorPart
public DataBindingEditorPart()
init
public void init(IEditorSite site,
IEditorInput input)
throws PartInitException
- Overrides:
init
in class AbstractEditorPart<INPUT extends IEditorInput>
- Throws:
PartInitException
isDirty
public final boolean isDirty()
Copyright 2005-2011 by Gerry Weirich, Elexis