|
||||||||||
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 boolean |
hasValidateAction(String nsUri)
|
void |
partActivated(IWorkbenchPart part)
|
void |
partBroughtToTop(IWorkbenchPart part)
|
void |
partClosed(IWorkbenchPart part)
|
void |
partDeactivated(IWorkbenchPart part)
|
void |
partOpened(IWorkbenchPart part)
|
static void |
validateEPackage(EPackage ePackage)
Validate all editors belonging to a given ePackage. |
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 boolean hasValidateAction(String nsUri)
nsUri
- the namespace URI
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 part)
partOpened
in interface IPartListener
public static void validateEPackage(EPackage ePackage)
ePackage
- the epackage to for which the editors should be validated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |