Uses of Class
org.eclipse.ltk.core.refactoring.RefactoringStatusContext
-
Packages that use RefactoringStatusContext Package Description org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations.org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings. -
-
Uses of RefactoringStatusContext in org.eclipse.ltk.core.refactoring
Subclasses of RefactoringStatusContext in org.eclipse.ltk.core.refactoring Modifier and Type Class Description classFileStatusContextA file context can be used to annotate aRefactoringStatusEntrywith detailed information about a problem detected in anIFile.Methods in org.eclipse.ltk.core.refactoring that return RefactoringStatusContext Modifier and Type Method Description RefactoringStatusContextRefactoringStatusEntry. getContext()Returns the context which can be used to show more detailed information regarding this status entry in the UI.Methods in org.eclipse.ltk.core.refactoring with parameters of type RefactoringStatusContext Modifier and Type Method Description voidRefactoringStatus. addEntry(int severity, String msg, RefactoringStatusContext context, String pluginId, int code)Adds a new entry filled with the given arguments to this status.voidRefactoringStatus. addEntry(int severity, String msg, RefactoringStatusContext context, String pluginId, int code, Object data)Adds a new entry filled with the given arguments to this status.voidRefactoringStatus. addError(String msg, RefactoringStatusContext context)Adds anERRORentry filled with the given message and context to this status.voidRefactoringStatus. addFatalError(String msg, RefactoringStatusContext context)Adds aFATALentry filled with the given message and status to this status.voidRefactoringStatus. addInfo(String msg, RefactoringStatusContext context)Adds anINFOentry filled with the given message and context to this status.voidRefactoringStatus. addWarning(String msg, RefactoringStatusContext context)Adds aWARNINGentry filled with the given message and context to this status.static RefactoringStatusRefactoringStatus. createErrorStatus(String msg, RefactoringStatusContext context)Creates aRefactoringStatuswith oneERRORentry fill with the given message and context.static RefactoringStatusRefactoringStatus. createFatalErrorStatus(String msg, RefactoringStatusContext context)Creates aRefactoringStatuswith oneFATALentry fill with the given message and context.static RefactoringStatusRefactoringStatus. createInfoStatus(String msg, RefactoringStatusContext context)Creates a newRefactoringStatuswith oneINFOentry filled with the given message and context.static RefactoringStatusRefactoringStatus. createStatus(int severity, String msg, RefactoringStatusContext context, String pluginId, int code, Object data)Creates a newRefactoringStatuswith one entry filled with the given arguments.static RefactoringStatusRefactoringStatus. createWarningStatus(String msg, RefactoringStatusContext context)Creates aRefactoringStatuswith oneWARNINGentry fill with the given message and context.Constructors in org.eclipse.ltk.core.refactoring with parameters of type RefactoringStatusContext Constructor Description RefactoringStatusEntry(int severity, String msg, RefactoringStatusContext context)Creates a new refactoring status entry.RefactoringStatusEntry(int severity, String msg, RefactoringStatusContext context, String pluginId, int code)Creates a new refactoring status entry.RefactoringStatusEntry(int severity, String msg, RefactoringStatusContext context, String pluginId, int code, Object data)Creates a new refactoring status entry. -
Uses of RefactoringStatusContext in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring with parameters of type RefactoringStatusContext Modifier and Type Method Description voidIStatusContextViewer. setInput(RefactoringStatusContext input)Sets the status context viewer's input element.
-