Extension SDK 9.0.5

oracle.jdeveloper.cmt
Interface CmtMessage

All Superinterfaces:
Displayable, Locatable

public interface CmtMessage
extends Displayable, Locatable


Field Summary
static int ERROR
           
static int FATAL
           
static int INFORMATION
           
static int WARNING
           
 
Method Summary
 int getEndOffset()
           
 Project getProject()
           
 int getStartOffset()
           
 int getType()
           
 
Methods inherited from interface oracle.ide.model.Displayable
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
 
Methods inherited from interface oracle.ide.model.Locatable
getURL, setURL
 

Field Detail

INFORMATION

public static final int INFORMATION
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

FATAL

public static final int FATAL
See Also:
Constant Field Values
Method Detail

getProject

public Project getProject()

getStartOffset

public int getStartOffset()

getEndOffset

public int getEndOffset()

getType

public int getType()

Extension SDK

 

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