|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.model.validation.AbstractValidationActionFactory
public abstract class AbstractValidationActionFactory
Abstract implementation of a factory for validate actions. Gathers all information and produces a validate action for the currently active editor.
Constructor Summary | |
---|---|
AbstractValidationActionFactory()
|
Method Summary | |
---|---|
abstract Action |
getValidationAction(IWorkbenchPage page)
Construct a validate action. |
Action |
getValidationActionForActiveEditor()
Get the validate action for the active editor. |
Action |
getValidationActionForEditor(IEditorPart editor)
Get the validate action for the active editor. |
abstract boolean |
supportsEditor(IEditorPart editor)
Check if the active editor is supported. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractValidationActionFactory()
Method Detail |
---|
public abstract Action getValidationAction(IWorkbenchPage page)
page
- the page
public abstract boolean supportsEditor(IEditorPart editor)
editor
- the editor to check
public Action getValidationActionForEditor(IEditorPart editor)
getValidationActionForEditor
in interface IValidationActionFactory
editor
- the editor
public Action getValidationActionForActiveEditor()
getValidationActionForActiveEditor
in interface IValidationActionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |