public interface LocatableItem extends Locatable
LocatableItem interface specifies the methods an
 object needs to support so it can act as a LocatableItem  
 Examples of LocatableItems are bookmarks and to do items.| Modifier and Type | Method and Description | 
|---|---|
int | 
getColumn()
Returns the column that identifies this
   
LocatableItem. | 
int | 
getLine()
Returns the line that identifies this
   
LocatableItem. | 
void | 
setLine(int line)
Sets the line that identifies this
   
LocatableItem. | 
int getLine()
LocatableItem.LocatableItem.void setLine(int line)
LocatableItem.line - The line identifying this LocatableItem.int getColumn()
LocatableItem.LocatableItem.