Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.model
Interface LocatableItem

All Superinterfaces:
Locatable
All Known Subinterfaces:
ToDoItem
All Known Implementing Classes:
AbstractToDoItem

public interface LocatableItem
extends Locatable

The 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.


Method Summary
 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.

 

Methods inherited from interface oracle.ide.model.Locatable
getURL, setURL

 

Method Detail

getLine

int getLine()
Returns the line that identifies this LocatableItem.
Returns:
The line identifying this LocatableItem.

setLine

void setLine(int line)
Sets the line that identifies this LocatableItem.
Parameters:
line - The line identifying this LocatableItem.

getColumn

int getColumn()
Returns the column that identifies this LocatableItem.
Returns:
The column identifying this LocatableItem.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.