org.ocopomo.simulationanalysistool.viewer
Class LogTextSelection

java.lang.Object
  extended by org.ocopomo.simulationanalysistool.viewer.LogTextSelection

public class LogTextSelection
extends java.lang.Object


Constructor Summary
LogTextSelection(org.eclipse.jface.text.TextSelection textSelection, java.lang.String logFilePath)
           
LogTextSelection(TraceInfoSet traceInfoSet, java.lang.String logFilePath)
           
 
Method Summary
 int getLength()
           
 java.lang.String getLogFilePath()
           
 int getOffset()
           
 boolean isEmpty()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogTextSelection

public LogTextSelection(org.eclipse.jface.text.TextSelection textSelection,
                        java.lang.String logFilePath)

LogTextSelection

public LogTextSelection(TraceInfoSet traceInfoSet,
                        java.lang.String logFilePath)
Method Detail

isEmpty

public boolean isEmpty()

getOffset

public int getOffset()

getLength

public int getLength()

getLogFilePath

public java.lang.String getLogFilePath()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object