@Deprecated
public interface FileOverviewMark
| Modifier and Type | Field and Description | 
|---|---|
static int | 
SEVERITY_ERROR
Deprecated.  
Severity constant used to specify error level severity. 
 | 
static int | 
SEVERITY_NONE
Deprecated.  
Severity constant used to specify no severity. 
 | 
static int | 
SEVERITY_WARNING
Deprecated.  
Severity constant used to specify warning level severity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getSelectionLength()
Deprecated.  
Called when the FileOverviewMargin is preparing to navigate to
 this mark's location. 
 | 
int | 
getSelectionStart()
Deprecated.  
Called when the FileOverviewMargin is preparing to navigate to
 this mark's location. 
 | 
int | 
getSeverity()
Deprecated.  
Called when the FileOverviewMargin is preparing to update the
 summary block at the top. 
 | 
java.lang.String | 
getToolTipText(java.awt.event.MouseEvent mouseEvent)
Deprecated.  
Called when the FileOverviewMargin is preparing to show a tooltip
 for this mark. 
 | 
static final int SEVERITY_NONE
static final int SEVERITY_WARNING
static final int SEVERITY_ERROR
java.lang.String getToolTipText(java.awt.event.MouseEvent mouseEvent)
int getSelectionStart()
int getSelectionLength()
int getSeverity()
SEVERITY_NONE, SEVERITY_WARNING, or
 SEVERITY_ERROR.SEVERITY_NONE, SEVERITY_WARNING, or
 SEVERITY_ERROR