|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.refractions.udig.issues.AbstractIssue
net.refractions.udig.issues.AbstractFixableIssue
net.refractions.udig.issues.FixableIssue
za.co.bluesphere.sens.internal.ui.issue.SENSIssue
public class SENSIssue
SENS implementation of the FixableIssue class. This class exists for extension and the purpose of easily differentiating a SENS issue from other issues which may be present in the application (those native to uDig, for example). Fixer extensions will define this class or subclasses as the implementation class for which the fixer is appropriate.
| Field Summary | |
|---|---|
static java.lang.String |
ID
SENSIssue XPID field |
| Fields inherited from class net.refractions.udig.issues.FixableIssue |
|---|
KEY_PROBLEMOBJECT |
| Fields inherited from class net.refractions.udig.issues.AbstractFixableIssue |
|---|
ATT_CLASS, ATT_ID, ATT_KEY, ATT_REQKEY, ATT_TARGET, KEY_FIXERMEMENTO, XPID_ISSUEFIXER |
| Constructor Summary | |
|---|---|
SENSIssue()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getExtensionID()
|
void |
init(org.eclipse.ui.IMemento memento,
org.eclipse.ui.IMemento viewMemento,
java.lang.String issueId,
java.lang.String groupId,
org.geotools.geometry.jts.ReferencedEnvelope bounds)
|
void |
save(org.eclipse.ui.IMemento memento)
|
| Methods inherited from class net.refractions.udig.issues.FixableIssue |
|---|
getProblemObject, setProblemObject |
| Methods inherited from class net.refractions.udig.issues.AbstractFixableIssue |
|---|
findIssueFixer, fixIssue, getFixerMemento, setFixerMemento |
| Methods inherited from class net.refractions.udig.issues.AbstractIssue |
|---|
addIssueListener, getBounds, getDescription, getEditorID, getEditorInput, getGroupId, getId, getPerspectiveID, getPriority, getProperty, getPropertyNames, getResolution, getViewMemento, getViewPartId, notifyListeners, notifyPropertyListeners, removeIssueListener, setBounds, setDescription, setGroupId, setId, setPriority, setResolution, setViewMemento, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ID
| Constructor Detail |
|---|
public SENSIssue()
| Method Detail |
|---|
public java.lang.String getExtensionID()
getExtensionID in interface net.refractions.udig.issues.IIssuegetExtensionID in class net.refractions.udig.issues.FixableIssue
public void init(org.eclipse.ui.IMemento memento,
org.eclipse.ui.IMemento viewMemento,
java.lang.String issueId,
java.lang.String groupId,
org.geotools.geometry.jts.ReferencedEnvelope bounds)
init in interface net.refractions.udig.issues.IIssueinit in class net.refractions.udig.issues.FixableIssuepublic void save(org.eclipse.ui.IMemento memento)
save in interface net.refractions.udig.issues.IIssuesave in class net.refractions.udig.issues.FixableIssue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||