|
||||||||||
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.ValidationInformationCollector
public class ValidationInformationCollector
This class is responsible for gathering the data contributed through the extension point.
Constructor Summary | |
---|---|
ValidationInformationCollector()
|
Method Summary | |
---|---|
void |
earlyStartup()
|
static List<IValidationRegistry> |
getRegistries()
Return the validation registries that are added by extension point. |
static boolean |
hasValidateActionForActiveEditor()
Check whether there is a validate action available for the currently active editor. |
static boolean |
isVisible(String id)
Check whether the given checkfile should be displayed in the selection. |
void |
partActivated(IWorkbenchPart part)
|
void |
partBroughtToTop(IWorkbenchPart part)
|
void |
partClosed(IWorkbenchPart part)
|
void |
partDeactivated(IWorkbenchPart part)
|
void |
partOpened(IWorkbenchPart workbenchPart)
|
static void |
validateActiveEditor()
|
static void |
validateEditor(IEditorPart editor)
Validate a given editor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationInformationCollector()
Method Detail |
---|
public void earlyStartup()
earlyStartup
in interface IStartup
public static List<IValidationRegistry> getRegistries()
public void partBroughtToTop(IWorkbenchPart part)
partBroughtToTop
in interface IPartListener
public void partClosed(IWorkbenchPart part)
partClosed
in interface IPartListener
public void partDeactivated(IWorkbenchPart part)
partDeactivated
in interface IPartListener
public void partActivated(IWorkbenchPart part)
partActivated
in interface IPartListener
public void partOpened(IWorkbenchPart workbenchPart)
partOpened
in interface IPartListener
public static void validateEditor(IEditorPart editor)
editor
- the editorpublic static void validateActiveEditor()
public static boolean hasValidateActionForActiveEditor()
public static boolean isVisible(String id)
id
- the id of the checkfile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |