JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.2.0)  E76725-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Type Parameters:  
T - The type of units the Overview is using as its scale. e.g. a text editor may use
 Integers to represent each line in the editor. This type should match the type T in the
 corresponding Overview 
 
All Superinterfaces: 
java.lang.Comparable<OverviewMark > 
 
All Known Implementing Classes: 
BasicEditorOverviewLabelMark , BasicEditorOverviewMark , DefaultOverviewMark  
 
 
 
public interface OverviewMark<T extends java.lang.Number> 
extends java.lang.Comparable<OverviewMark > 
Marks indicate the position of a location in an Overview by the appearance of a colored
 strip stretching between start and end location.
 
 
 
 
Method Summary 
 
Methods inherited from interface java.lang.Comparable 
compareTo 
 
 
 
 
 
 
 
Method Detail 
 
getStart 
T  getStart() 
Returns:  
the start location in Overview units, where the mark should be rendered. 
 
 
 
 
getEnd 
T  getEnd() 
Returns:  
the end location in Overview units, where the mark should be rendered. 
 
 
 
 
 
getPriority 
float getPriority() 
Returns:  
the priority of the mark. Higher priority marks appear on top of lower priority marks when
 they overlap. 
 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.2.0)  E76725-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 1997, 2016, Oracle. All rights reserved.