net.sourceforge.fixpusher.view.message
Class FieldCheckResult

java.lang.Object
  extended by net.sourceforge.fixpusher.view.message.FieldCheckResult

public class FieldCheckResult
extends java.lang.Object

The Class FieldCheckResult.


Constructor Summary
FieldCheckResult(int bugLevel, java.lang.String tooltipText, java.awt.Component component)
          Instantiates a new field check result.
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int getBugLevel()
          Gets the bug level.
 javax.swing.ImageIcon getImageIcon()
          Gets the image icon.
 java.lang.String getToolTipText()
          Gets the tool tip text.
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldCheckResult

public FieldCheckResult(int bugLevel,
                        java.lang.String tooltipText,
                        java.awt.Component component)
Instantiates a new field check result.

Parameters:
bugLevel - the bug level
tooltipText - the tooltip text
component - the component
Method Detail

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

getBugLevel

public int getBugLevel()
Gets the bug level.

Returns:
the bug level

getImageIcon

public javax.swing.ImageIcon getImageIcon()
Gets the image icon.

Returns:
the image icon

getToolTipText

public java.lang.String getToolTipText()
Gets the tool tip text.

Returns:
the tool tip text