A C D E F G H I K L M N O R S T V X

A

AbstractFixableIssue - Class in net.refractions.udig.issues
Base implementation of IIssue which persists a fixerMemento (for use with an IssueFixer).
AbstractFixableIssue() - Constructor for class net.refractions.udig.issues.AbstractFixableIssue
 
AbstractIssue - Class in net.refractions.udig.issues
Implements the non-required methods of IIssue.
AbstractIssue() - Constructor for class net.refractions.udig.issues.AbstractIssue
 
AbstractIssueEvent - Class in net.refractions.udig.issues.listeners
 
AbstractIssueEvent(IIssue, Object, Object) - Constructor for class net.refractions.udig.issues.listeners.AbstractIssueEvent
 
add(IIssue) - Method in class net.refractions.udig.issues.IssuesList
 
add(int, IIssue) - Method in class net.refractions.udig.issues.IssuesList
 
add(IIssue) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
add(int, IIssue) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
addAll(Collection<? extends IIssue>) - Method in class net.refractions.udig.issues.IssuesList
 
addAll(int, Collection<? extends IIssue>) - Method in class net.refractions.udig.issues.IssuesList
 
addAll(Collection<? extends IIssue>) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
addAll(int, Collection<? extends IIssue>) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
addFirst(IIssue) - Method in class net.refractions.udig.issues.IssuesList
 
addFirst(IIssue) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
addIssueListener(IIssueListener) - Method in class net.refractions.udig.issues.AbstractIssue
 
addIssueListener(IIssueListener) - Method in interface net.refractions.udig.issues.IIssue
Adds a IIssueListener to the issue.
AddIssueOperation - Class in net.refractions.udig.issues
Adds selected features as issues to the issues list
AddIssueOperation() - Constructor for class net.refractions.udig.issues.AddIssueOperation
 
addIssues(List<? extends IIssue>) - Method in interface net.refractions.udig.issues.IListStrategy
Adds issues to the back end
addIssuesListListener(IIssuesListListener) - Method in interface net.refractions.udig.issues.IIssuesManager
Adds a listener to the issues list.
addLast(IIssue) - Method in class net.refractions.udig.issues.IssuesList
 
addLast(IIssue) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
addListener(IIssuesListListener) - Method in interface net.refractions.udig.issues.IIssuesList
Add Listener to list
addListener(IIssuesManagerListener) - Method in interface net.refractions.udig.issues.IIssuesManager
Adds a listener to the manager.
addListener(IIssuesListListener) - Method in class net.refractions.udig.issues.IssuesList
 
addListener(IIssuesListListener) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
ATT_CLASS - Static variable in class net.refractions.udig.issues.AbstractFixableIssue
 
ATT_ID - Static variable in class net.refractions.udig.issues.AbstractFixableIssue
 
ATT_ID - Static variable in class net.refractions.udig.issues.CheatSheetIssueFixer
 
ATT_KEY - Static variable in class net.refractions.udig.issues.AbstractFixableIssue
 
ATT_REQKEY - Static variable in class net.refractions.udig.issues.AbstractFixableIssue
 
ATT_TARGET - Static variable in class net.refractions.udig.issues.AbstractFixableIssue
 

C

canFix(Object, IMemento) - Method in class net.refractions.udig.issues.CheatSheetIssueFixer
 
category(ViewerSorter, Object) - Method in interface net.refractions.udig.issues.IIssuesViewSorter
Returns the category of the given element.
CheatSheetIssueFixer - Class in net.refractions.udig.issues
Generic CheatSheet implementation of IFixer for IIssue objects.
CheatSheetIssueFixer() - Constructor for class net.refractions.udig.issues.CheatSheetIssueFixer
 
clear() - Method in class net.refractions.udig.issues.IssuesList
 
clear() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
Column - Enum in net.refractions.udig.issues
Indicates a column in the issues view
compare(Viewer, ViewerSorter, Column, boolean, Object, Object) - Method in interface net.refractions.udig.issues.IIssuesViewSorter
Returns a negative, zero, or positive number depending on whether the first element is less than, equal to, or greater than the second element.
complete(Object) - Method in class net.refractions.udig.issues.CheatSheetIssueFixer
 
contains(Object) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
containsAll(Collection<?>) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
createIssue(String) - Static method in class net.refractions.udig.issues.IssuesListUtil
Looks up the issue type from the extension point ID.
createViewRefeshControl() - Method in class net.refractions.udig.issues.IssueConfiguration
 

D

defaultInstance - Static variable in interface net.refractions.udig.issues.IIssuesManager
The default issues manager.

E

equals(Object) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
expand(TreeViewer, TreeItem, Object) - Method in interface net.refractions.udig.issues.IIssuesExpansionProvider
Called when an object has a child.
EXT_ID - Static variable in class net.refractions.udig.issues.FeatureIssue
 
EXTENSION_CLASS_ATTR - Static variable in interface net.refractions.udig.issues.IssueConstants
 

F

FeatureIssue - Class in net.refractions.udig.issues
Represents a problem or issue with a feature.
FeatureIssue() - Constructor for class net.refractions.udig.issues.FeatureIssue
 
FeatureIssue(Priority, String, ILayer, Feature, String) - Constructor for class net.refractions.udig.issues.FeatureIssue
 
findIssueFixer(IMemento) - Method in class net.refractions.udig.issues.AbstractFixableIssue
 
fix(Object, IMemento) - Method in class net.refractions.udig.issues.CheatSheetIssueFixer
 
FixableIssue - Class in net.refractions.udig.issues
 
FixableIssue() - Constructor for class net.refractions.udig.issues.FixableIssue
 
fixIssue(IViewPart, IEditorPart) - Method in class net.refractions.udig.issues.AbstractFixableIssue
 
fixIssue(IViewPart, IEditorPart) - Method in class net.refractions.udig.issues.FeatureIssue
 
fixIssue(IViewPart, IEditorPart) - Method in interface net.refractions.udig.issues.IIssue
This is called when the user wishes to fix the issue.

G

get() - Static method in class net.refractions.udig.issues.IssueConfiguration
Returns configurator instance.
get(int) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
getBounds() - Method in class net.refractions.udig.issues.AbstractIssue
 
getBounds() - Method in interface net.refractions.udig.issues.IIssue
Returns the area that this issue affects.
getChange() - Method in class net.refractions.udig.issues.listeners.IssueEvent
Returns the type of change that has taken place
getChanged() - Method in class net.refractions.udig.issues.listeners.IssuesListEvent
The issues that have been changed.
getConfiguration(IMemento) - Method in interface net.refractions.udig.issues.IssuesListConfigurator
Fills the memento object with the configuration data.
getControl(Composite, IIssuesPreferencePage) - Method in interface net.refractions.udig.issues.IssuesListConfigurator
Returns a control that will configure the issues list.
getDescription() - Method in class net.refractions.udig.issues.AbstractIssue
 
getDescription() - Method in interface net.refractions.udig.issues.IIssue
Gets the description of the Issue.
getEditorID() - Method in class net.refractions.udig.issues.AbstractIssue
returns null
getEditorID() - Method in class net.refractions.udig.issues.FeatureIssue
 
getEditorID() - Method in interface net.refractions.udig.issues.IIssue
The id of the editor that will be opened to edit the Editor Input.
getEditorInput() - Method in class net.refractions.udig.issues.AbstractIssue
Returns null;
getEditorInput() - Method in class net.refractions.udig.issues.FeatureIssue
 
getEditorInput() - Method in interface net.refractions.udig.issues.IIssue
If returns not null the framework will attempt to open an editor that can edit the input object.
getError() - Method in interface net.refractions.udig.issues.IssuesListConfigurator
This method is called after IssuesListConfigurator.isConfigured() is called.
getExtensionID() - Method in class net.refractions.udig.issues.FeatureIssue
 
getExtensionID() - Method in class net.refractions.udig.issues.FixableIssue
 
getExtensionID() - Method in interface net.refractions.udig.issues.IIssue
Returns the id of the extension definition for this type of Issue.
getExtensionID() - Method in interface net.refractions.udig.issues.IIssuesContentProvider
Returns the extension id so that the system can instantiate the sorter again in the future after the workbench has been shutdown.
getExtensionID() - Method in interface net.refractions.udig.issues.IIssuesExpansionProvider
Returns the extension id so that the system can instantiate the sorter again in the future after the workbench has been shutdown.
getExtensionID() - Method in interface net.refractions.udig.issues.IIssuesLabelProvider
Returns the extension id so that the system can instantiate the sorter again in the future after the workbench has been shutdown.
getExtensionID() - Method in interface net.refractions.udig.issues.IIssuesList
Returns The extension id of the list as defined in a plugin.xml file.
getExtensionID() - Method in interface net.refractions.udig.issues.IIssuesViewSorter
Returns the extension id so that the system can instantiate the sorter again in the future after the workbench has been shutdown.
getExtensionID() - Method in interface net.refractions.udig.issues.IListStrategy
Returns The extension id of the list as defined in a plugin.xml file.
getExtensionID() - Method in class net.refractions.udig.issues.IssuesList
 
getExtensionID() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
getFixerMemento() - Method in class net.refractions.udig.issues.AbstractFixableIssue
Obtains the fixer memento, which contains issue state and initialization data for the IssueFixer.
getGroupId() - Method in class net.refractions.udig.issues.AbstractIssue
Default implementation returns "default".
getGroupId() - Method in interface net.refractions.udig.issues.IIssue
The GroupID groups sets of Issues.
getGroups() - Method in interface net.refractions.udig.issues.IIssuesList
Returns a set of all the issue groups that are in the list.
getGroups() - Method in class net.refractions.udig.issues.IssuesList
 
getGroups() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
getHeaderText(Column) - Method in interface net.refractions.udig.issues.IIssuesLabelProvider
This configures the text that is shown in the column headers.
getId() - Method in class net.refractions.udig.issues.AbstractIssue
 
getId() - Method in interface net.refractions.udig.issues.IIssue
Returns the id of the issue.
getIssues(String) - Method in interface net.refractions.udig.issues.IIssuesList
Gets the all issues with the groupID
getIssues() - Method in interface net.refractions.udig.issues.IListStrategy
Returns a list of issues, the issues should be ordered in the correct order.
getIssues(String) - Method in class net.refractions.udig.issues.IssuesList
 
getIssues(String) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
getIssuesList() - Method in interface net.refractions.udig.issues.IIssuesManager
Gets the global list of issues.
getNewValue() - Method in class net.refractions.udig.issues.listeners.AbstractIssueEvent
Returns the new value after the change
getNewValue() - Method in class net.refractions.udig.issues.listeners.IssuesManagerEvent
 
getOldValue() - Method in class net.refractions.udig.issues.listeners.AbstractIssueEvent
Returns the value before the change
getOldValue() - Method in class net.refractions.udig.issues.listeners.IssuesManagerEvent
 
getPerspectiveID() - Method in class net.refractions.udig.issues.AbstractIssue
Returns null
getPerspectiveID() - Method in interface net.refractions.udig.issues.IIssue
If not null the framework will open the identified perspective.
getPriority() - Method in class net.refractions.udig.issues.AbstractIssue
 
getPriority() - Method in interface net.refractions.udig.issues.IIssue
Returns the priority of the issue.
getProblemObject() - Method in class net.refractions.udig.issues.FeatureIssue
 
getProblemObject() - Method in class net.refractions.udig.issues.FixableIssue
 
getProblemObject() - Method in interface net.refractions.udig.issues.IIssue
Returns A one or two word name for the object that has the issue.
getProperty(String) - Method in class net.refractions.udig.issues.AbstractIssue
Default implementation always returns null;
getProperty(String) - Method in interface net.refractions.udig.issues.IIssue
Gets a property of the issue.
getPropertyKey() - Method in class net.refractions.udig.issues.listeners.IssuePropertyChangeEvent
Returns the name of the property that has changed
getPropertyNames() - Method in class net.refractions.udig.issues.AbstractIssue
Default implementation returns an empty array.
getPropertyNames() - Method in interface net.refractions.udig.issues.IIssue
Returns an array of all the property names in the issue.
getResolution() - Method in class net.refractions.udig.issues.AbstractIssue
 
getResolution() - Method in interface net.refractions.udig.issues.IIssue
Indicates whether the issue has been resolved.
getSource() - Method in class net.refractions.udig.issues.listeners.AbstractIssueEvent
Returns the issue has changed
getSource() - Method in class net.refractions.udig.issues.listeners.IssuesManagerEvent
 
getType() - Method in class net.refractions.udig.issues.listeners.IssuesListEvent
Returns the type that indicates whether the issues have been added or removed.
getType() - Method in class net.refractions.udig.issues.listeners.IssuesManagerEvent
 
getViewMemento(IMemento) - Method in class net.refractions.udig.issues.AbstractIssue
 
getViewMemento(IMemento) - Method in interface net.refractions.udig.issues.IIssue
If the ViewPart identified by getViewPartID is a view and the IMemento returned by this method is non-null, the view will be initialized with the memento.
getViewPartId() - Method in class net.refractions.udig.issues.AbstractIssue
 
getViewPartId() - Method in class net.refractions.udig.issues.FeatureIssue
 
getViewPartId() - Method in interface net.refractions.udig.issues.IIssue
Returns the id of the ViewPart that the issue requires in order to be resolved.

H

hashCode() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 

I

ID - Static variable in class net.refractions.udig.issues.FixableIssue
 
IIssue - Interface in net.refractions.udig.issues
Specifies an issue that requires the user's input to be dealt with.
IIssueListener - Interface in net.refractions.udig.issues.listeners
Indicates that something in the issue has changed.
IIssuesContentProvider - Interface in net.refractions.udig.issues
A content provider that the issues view can use to determine the issues it displays.
IIssuesExpansionProvider - Interface in net.refractions.udig.issues
An expansion provider controls which elements in the issues viewer are expanded or not.
IIssuesLabelProvider - Interface in net.refractions.udig.issues
A Label provider for configuring how the issues view displays is issues.
IIssuesList - Interface in net.refractions.udig.issues
Encapsulates a list of issues.
IIssuesListListener - Interface in net.refractions.udig.issues.listeners
Listens to changes to the listener list.
IIssuesManager - Interface in net.refractions.udig.issues
Provides access to the issues list and allows listeners to be added to it.
IIssuesManagerEvent - Class in net.refractions.udig.issues.listeners
TODO Purpose of
IIssuesManagerEvent(IIssuesManager, IIssuesManagerEventType, Object, Object) - Constructor for class net.refractions.udig.issues.listeners.IIssuesManagerEvent
 
IIssuesManagerEventType - Enum in net.refractions.udig.issues.listeners
TODO Purpose of
IIssuesManagerListener - Interface in net.refractions.udig.issues.listeners
A listener that is notified when the state of the IIssuesManager changes.
IIssuesPreferencePage - Interface in net.refractions.udig.issues
The Preference Page for configuring what issues list is used.
IIssuesViewSorter - Interface in net.refractions.udig.issues
Interface for a sorting strategy for sorting and expanding elements/branches in the issues view.
IListStrategy - Interface in net.refractions.udig.issues
Provides the methods the StrategizedIssuesList requires for accessing the remote store.
indexOf(Object) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
init(IMemento, IMemento, String, String, ReferencedEnvelope) - Method in class net.refractions.udig.issues.AbstractFixableIssue
 
init(IMemento, IMemento, String, String, ReferencedEnvelope) - Method in class net.refractions.udig.issues.FeatureIssue
 
init(IMemento, IMemento, String, String, ReferencedEnvelope) - Method in class net.refractions.udig.issues.FixableIssue
 
init(IMemento, IMemento, String, String, ReferencedEnvelope) - Method in interface net.refractions.udig.issues.IIssue
Called by framework to initialize the Issue.
init(IListStrategy) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
initConfiguration(IIssuesList, IMemento) - Method in interface net.refractions.udig.issues.IssuesListConfigurator
Initializes the IssuesListConfigurator AND the IssuesList.
IRefreshControl - Interface in net.refractions.udig.issues
An object that will refresh the issues viewer in the issues view upon request.
IRemoteIssuesList - Interface in net.refractions.udig.issues
Indicates a subtype of issues list that is backed onto a (probably) remote source that does not notify when it is changed and therefore must be manually refreshed().
isConfigured() - Method in interface net.refractions.udig.issues.IssuesListConfigurator
Returns true if the IIssuesList can be used.
isDirty() - Method in interface net.refractions.udig.issues.IIssuesManager
Returns true if there is one or more dirty issues in the issues list.
isEmpty() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
isSorterProperty(ViewerSorter, Object, String) - Method in interface net.refractions.udig.issues.IIssuesViewSorter
Returns whether this viewer sorter would be affected by a change to the given property of the given element.
IssueChangeType - Enum in net.refractions.udig.issues.listeners
Enumerates the different types of issue changes that issuesListListener can be notified of.
IssueConfiguration - Class in net.refractions.udig.issues
This class allows many of the behaviours of the issues to be configured by another plugin.
IssueConfiguration() - Constructor for class net.refractions.udig.issues.IssueConfiguration
 
IssueConstants - Interface in net.refractions.udig.issues
Collection of public constants
IssueEvent - Class in net.refractions.udig.issues.listeners
Event data representing a Issue change event
IssueEvent(IIssue, IssueChangeType, Object, Object) - Constructor for class net.refractions.udig.issues.listeners.IssueEvent
 
IssuePropertyChangeEvent - Class in net.refractions.udig.issues.listeners
Represents the event where one of an issue's properties (IIssue.getProperty(String) has changed
IssuePropertyChangeEvent(IIssue, String, Object, Object) - Constructor for class net.refractions.udig.issues.listeners.IssuePropertyChangeEvent
New Instance
ISSUES_EXTENSION_ID - Static variable in interface net.refractions.udig.issues.IssueConstants
 
ISSUES_LIST_EXTENSION_ID - Static variable in interface net.refractions.udig.issues.IssueConstants
 
IssuesList - Class in net.refractions.udig.issues
An in-memory issues list.
IssuesList() - Constructor for class net.refractions.udig.issues.IssuesList
 
IssuesListConfigurator - Interface in net.refractions.udig.issues
A interface for classes that can configuring an IssuesList.
IssuesListEvent - Class in net.refractions.udig.issues.listeners
Event representing a change to an issues list.
IssuesListEvent(Collection<? extends IIssue>, IssuesListEventType) - Constructor for class net.refractions.udig.issues.listeners.IssuesListEvent
 
IssuesListEventType - Enum in net.refractions.udig.issues.listeners
The types of change that can happen to a list.
IssuesListPersister - Class in net.refractions.udig.issues
Persists an issues list to a file
IssuesListPersister(IIssuesList, String) - Constructor for class net.refractions.udig.issues.IssuesListPersister
 
IssuesListUtil - Class in net.refractions.udig.issues
 
IssuesManagerEvent - Class in net.refractions.udig.issues.listeners
Encapsulates data about IssuesManager event occurrance.
IssuesManagerEvent(IIssuesManager, IssuesManagerEventType, Object, Object) - Constructor for class net.refractions.udig.issues.listeners.IssuesManagerEvent
 
IssuesManagerEventType - Enum in net.refractions.udig.issues.listeners
Enumerates the different types of events that IIssuesManager raises
iterator() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 

K

KEY_CHEATSHEET - Static variable in class net.refractions.udig.issues.CheatSheetIssueFixer
 
KEY_FIXERMEMENTO - Static variable in class net.refractions.udig.issues.AbstractFixableIssue
 
KEY_PROBLEMOBJECT - Static variable in class net.refractions.udig.issues.FixableIssue
 

L

lastIndexOf(Object) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
listeners - Variable in class net.refractions.udig.issues.IssuesList
This is public for tesing purposes only!!!!
listIterator(int) - Method in class net.refractions.udig.issues.IssuesList
 
listIterator() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
listIterator(int) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
load() - Method in class net.refractions.udig.issues.IssuesList
Loads the issues list from the .issues.xml file in the workspace
load() - Method in class net.refractions.udig.issues.IssuesListPersister
Reads the local issues from disk

M

modifyIssue(IIssue) - Method in interface net.refractions.udig.issues.IListStrategy
Saves the issue to the storage

N

net.refractions.udig.issues - package net.refractions.udig.issues
This package is the public API for the issues framework.
net.refractions.udig.issues.listeners - package net.refractions.udig.issues.listeners
This packages contains all the listener interfaces, event objects and event type enumerations.
newValue - Variable in class net.refractions.udig.issues.listeners.AbstractIssueEvent
 
notify(Collection<? extends IIssue>, IssuesListEventType) - Method in class net.refractions.udig.issues.IssuesList
 
notify(IIssue, IssuesListEventType) - Method in class net.refractions.udig.issues.IssuesList
Notify listeners of a change to the list.
notifyChange(IssuesListEvent) - Method in interface net.refractions.udig.issues.listeners.IIssuesListListener
Called when the issues list has changed.
notifyChange(IssuesManagerEvent) - Method in interface net.refractions.udig.issues.listeners.IIssuesManagerListener
 
notifyChanged(IssueEvent) - Method in interface net.refractions.udig.issues.listeners.IIssueListener
Called when some of the data of an issue has changed.
notifyListeners(IssueChangeType, Object, Object) - Method in class net.refractions.udig.issues.AbstractIssue
 
notifyPropertyChanged(IssuePropertyChangeEvent) - Method in interface net.refractions.udig.issues.listeners.IIssueListener
Called when a property of an issue (IIssue.getProperty(String)) is changed.
notifyPropertyListeners(String, Object, Object) - Method in class net.refractions.udig.issues.AbstractIssue
 

O

oldValue - Variable in class net.refractions.udig.issues.listeners.AbstractIssueEvent
 
op(Display, Object, IProgressMonitor) - Method in class net.refractions.udig.issues.AddIssueOperation
 

R

refresh() - Method in interface net.refractions.udig.issues.IRefreshControl
Refreshes tree and labels from newly obtained data from the content and label providers.
refresh(boolean) - Method in interface net.refractions.udig.issues.IRefreshControl
Refreshes tree and labels from newly obtained data from the content and label providers.
refresh(Object) - Method in interface net.refractions.udig.issues.IRefreshControl
Refreshes the viewer starting with the provided element.
refresh(Object, boolean) - Method in interface net.refractions.udig.issues.IRefreshControl
Refreshes the viewer starting with the provided element.
refresh() - Method in interface net.refractions.udig.issues.IRemoteIssuesList
Queries the data source to ensure that the list accurately reflects the state of the backend store
refresh() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
remove() - Method in class net.refractions.udig.issues.IssuesList
 
remove(int) - Method in class net.refractions.udig.issues.IssuesList
 
remove(Object) - Method in class net.refractions.udig.issues.IssuesList
 
remove() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
remove(int) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
remove(Object) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
removeAll(Collection<?>) - Method in class net.refractions.udig.issues.IssuesList
 
removeAll(Collection<?>) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
removeFirst() - Method in class net.refractions.udig.issues.IssuesList
 
removeFirst() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
removeIssueListener(IIssueListener) - Method in class net.refractions.udig.issues.AbstractIssue
 
removeIssueListener(IIssueListener) - Method in interface net.refractions.udig.issues.IIssue
Removes a IIssueListener from the issue.
removeIssues(String) - Method in interface net.refractions.udig.issues.IIssuesList
Remove all issues in the group.
removeIssues(Collection<? extends IIssue>) - Method in interface net.refractions.udig.issues.IListStrategy
Removes the issues from storage
removeIssues(String) - Method in class net.refractions.udig.issues.IssuesList
 
removeIssues(String) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
removeIssuesListListener(IIssuesListListener) - Method in interface net.refractions.udig.issues.IIssuesManager
Removes a listener to the issues list.
removeLast() - Method in class net.refractions.udig.issues.IssuesList
 
removeLast() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
removeListener(IIssuesListListener) - Method in interface net.refractions.udig.issues.IIssuesList
Remove listener from list
removeListener(IIssuesManagerListener) - Method in interface net.refractions.udig.issues.IIssuesManager
Remove a listener from the manager.
removeListener(IIssuesListListener) - Method in class net.refractions.udig.issues.IssuesList
 
removeListener(IIssuesListListener) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
retainAll(Collection<?>) - Method in class net.refractions.udig.issues.IssuesList
 
retainAll(Collection<?>) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
runWithProgress(boolean, IRunnableWithProgress) - Method in interface net.refractions.udig.issues.IIssuesPreferencePage
Runs a runnable in a non-UI thread if mayBlock is true.

S

save(IMemento) - Method in class net.refractions.udig.issues.AbstractFixableIssue
Subclasses should override and call super.save().
save(IMemento) - Method in class net.refractions.udig.issues.FeatureIssue
 
save(IMemento) - Method in class net.refractions.udig.issues.FixableIssue
 
save(IMemento) - Method in interface net.refractions.udig.issues.IIssue
Populates the memento with data specialized for the issues type.
save(IProgressMonitor) - Method in interface net.refractions.udig.issues.IIssuesManager
Saves the issues list if necessary.
save(IIssue) - Method in interface net.refractions.udig.issues.IRemoteIssuesList
Writes the state of the IIssue out to the store.
save() - Method in class net.refractions.udig.issues.IssuesList
Saves the issues list to the .issues.xml file in the workspace
save() - Method in class net.refractions.udig.issues.IssuesListPersister
Saves the issues list to the workspace
save(IIssue) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
set(int, IIssue) - Method in class net.refractions.udig.issues.IssuesList
 
set(int, IIssue) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
setBounds(ReferencedEnvelope) - Method in class net.refractions.udig.issues.AbstractIssue
 
setContentProvider(IIssuesContentProvider) - Method in class net.refractions.udig.issues.IssueConfiguration
Sets the Content providers used to organize the structure of the issues view.
setDefaultContentProvider() - Method in class net.refractions.udig.issues.IssueConfiguration
Resets the content provider.
setDefaultExpansionProvider() - Method in class net.refractions.udig.issues.IssueConfiguration
Resets the expansion provider.
setDefaultLabelProvider() - Method in class net.refractions.udig.issues.IssueConfiguration
Resets the expansion provider.
setDefaultViewSorter() - Method in class net.refractions.udig.issues.IssueConfiguration
Resets the sorting strategy to be the default.
setDescription(String) - Method in class net.refractions.udig.issues.AbstractIssue
 
setDescription(String) - Method in interface net.refractions.udig.issues.IIssue
Sets the description of the issue.
setErrorMessage(String) - Method in interface net.refractions.udig.issues.IIssuesPreferencePage
Sets or clears the error message for this page.
setExpansionProvider(IIssuesExpansionProvider) - Method in class net.refractions.udig.issues.IssueConfiguration
Sets the expansion provider used by issues view.
setFixerMemento(IMemento) - Method in class net.refractions.udig.issues.AbstractFixableIssue
Overwrites the current fixerMemento with new issue state data.
setGroupId(String) - Method in class net.refractions.udig.issues.AbstractIssue
 
setId(String) - Method in class net.refractions.udig.issues.AbstractIssue
 
setId(String) - Method in class net.refractions.udig.issues.FeatureIssue
 
setId(String) - Method in interface net.refractions.udig.issues.IIssue
Sets the id of the issue.
setIssuesList(IIssuesList) - Method in interface net.refractions.udig.issues.IIssuesManager
Sets the currently used IssuesList.
setIssuesViewSorter(IIssuesViewSorter) - Method in class net.refractions.udig.issues.IssueConfiguration
Sets the sorting strategy to be used by the issues view.
setLabelProvider(IIssuesLabelProvider) - Method in class net.refractions.udig.issues.IssueConfiguration
Sets the expansion provider used by issues view.
setMessage(String) - Method in interface net.refractions.udig.issues.IIssuesPreferencePage
Sets or clears the message for this page.
setMessage(String, int) - Method in interface net.refractions.udig.issues.IIssuesPreferencePage
Sets the message for this page with an indication of what type of message it is.
setNotify(boolean) - Method in class net.refractions.udig.issues.IssuesList
Sets it so that adds and removes will not raise notifications.
setPriority(Priority) - Method in class net.refractions.udig.issues.AbstractIssue
 
setPriority(Priority) - Method in interface net.refractions.udig.issues.IIssue
Sets the priority of the issue.
setProblemObject(String) - Method in class net.refractions.udig.issues.FixableIssue
 
setProperty(String, String) - Method in class net.refractions.udig.issues.AbstractIssue
Sets a property
setResolution(Resolution) - Method in class net.refractions.udig.issues.AbstractIssue
 
setResolution(Resolution) - Method in interface net.refractions.udig.issues.IIssue
Sets the state of resolution.
setStrategy(IListStrategy) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
setTesting(boolean) - Static method in class net.refractions.udig.issues.FeatureIssue
ONLY USE THIS FOR TESTING!!!!!!!
setViewMemento(IMemento) - Method in class net.refractions.udig.issues.AbstractIssue
Memento is stored and is copied to memento argument in AbstractIssue.getViewMemento(IMemento)
size() - Method in class net.refractions.udig.issues.IssuesList
 
size() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
source - Variable in class net.refractions.udig.issues.listeners.AbstractIssueEvent
 
StrategizedIssuesList - Class in net.refractions.udig.issues
An implementation that uses a strategy object to communicate with the storage device.
StrategizedIssuesList() - Constructor for class net.refractions.udig.issues.StrategizedIssuesList
 
subList(int, int) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 

T

toArray() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
toArray(T[]) - Method in class net.refractions.udig.issues.StrategizedIssuesList
 
toString() - Method in class net.refractions.udig.issues.AbstractIssue
 
toString() - Method in class net.refractions.udig.issues.StrategizedIssuesList
 

V

valueOf(String) - Static method in enum net.refractions.udig.issues.Column
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.issues.listeners.IIssuesManagerEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.issues.listeners.IssueChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.issues.listeners.IssuesListEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.refractions.udig.issues.listeners.IssuesManagerEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.refractions.udig.issues.Column
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.issues.listeners.IIssuesManagerEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.issues.listeners.IssueChangeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.issues.listeners.IssuesListEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.refractions.udig.issues.listeners.IssuesManagerEventType
Returns an array containing the constants of this enum type, in the order they're declared.
VIEW_ID - Static variable in interface net.refractions.udig.issues.IssueConstants
 

X

XPID_CHEATSHEET - Static variable in class net.refractions.udig.issues.CheatSheetIssueFixer
 
XPID_ISSUEFIXER - Static variable in class net.refractions.udig.issues.AbstractFixableIssue
 

A C D E F G H I K L M N O R S T V X