de.uni_paderborn.fujaba.messages
Class CompilerWarning

java.lang.Object
  extended byde.uni_paderborn.fujaba.messages.Message
      extended byde.uni_paderborn.fujaba.messages.Warning
          extended byde.uni_paderborn.fujaba.messages.CompilerWarning
All Implemented Interfaces:
CompilerMessage

public class CompilerWarning
extends Warning
implements CompilerMessage

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.1 $ $Date: 2005/02/18 15:40:13 $
Author:
$Author: cschneid $

Nested Class Summary
 
Nested classes inherited from class de.uni_paderborn.fujaba.messages.Message
 
Field Summary
private  java.lang.String className
          No comment provided by developer, please add a comment to improve documentation.
private  int lineNr
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class de.uni_paderborn.fujaba.messages.Message
dobsAction
 
Constructor Summary
CompilerWarning(java.lang.String className, int lineNr)
          Constructor for class CompilerWarning
 
Method Summary
 java.lang.String getClassName()
          Get the className attribute of the CompilerWarning object
 int getLineNumber()
          Get the lineNumber attribute of the CompilerWarning object
 java.util.Iterator iteratorOfActions()
          Query actions than can be performed on this message.
 
Methods inherited from class de.uni_paderborn.fujaba.messages.Warning
getIconURL
 
Methods inherited from class de.uni_paderborn.fujaba.messages.Message
addToContext, getDefaultAction, getIcon, getMessageCategory, getMessageView, getPath, getText, getTime, hasInContext, iteratorOfContext, removeAllFromContext, removeFromContext, removeYou, setMessageCategory, setMessageView, setText, showContext, sizeOfContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineNr

private int lineNr
No comment provided by developer, please add a comment to improve documentation.


className

private java.lang.String className
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

CompilerWarning

public CompilerWarning(java.lang.String className,
                       int lineNr)
Constructor for class CompilerWarning

Parameters:
className - No description provided
lineNr - No description provided
Method Detail

getClassName

public java.lang.String getClassName()
Get the className attribute of the CompilerWarning object

Specified by:
getClassName in interface CompilerMessage
Returns:
The className value

getLineNumber

public int getLineNumber()
Get the lineNumber attribute of the CompilerWarning object

Specified by:
getLineNumber in interface CompilerMessage
Returns:
The lineNumber value

iteratorOfActions

public java.util.Iterator iteratorOfActions()
Query actions than can be performed on this message.

Overrides:
iteratorOfActions in class Message
Returns:
iterator through actions than can be performed on this message.