FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class CommandLineUiCallback

java.lang.Object
  extended by edu.umd.cs.findbugs.CommandLineUiCallback
All Implemented Interfaces:
IGuiCallback

public class CommandLineUiCallback
extends java.lang.Object
implements IGuiCallback

Implementation of the UI callback for command line sessions.

Author:
andy.st

Constructor Summary
CommandLineUiCallback()
           
 
Method Summary
 void displayNonmodelMessage(java.lang.String title, java.lang.String message)
           
 java.io.InputStream getProgressMonitorInputStream(java.io.InputStream in, int length, java.lang.String msg)
           
 void setErrorMessage(java.lang.String errorMsg)
           
 int showConfirmDialog(java.lang.String message, java.lang.String title, int optionType)
           
 boolean showDocument(java.net.URL u)
           
 void showMessageDialog(java.lang.String message)
           
 java.lang.String showQuestionDialog(java.lang.String message, java.lang.String title, java.lang.String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineUiCallback

public CommandLineUiCallback()
Method Detail

showMessageDialog

public void showMessageDialog(java.lang.String message)
Specified by:
showMessageDialog in interface IGuiCallback

showConfirmDialog

public int showConfirmDialog(java.lang.String message,
                             java.lang.String title,
                             int optionType)
Specified by:
showConfirmDialog in interface IGuiCallback

getProgressMonitorInputStream

public java.io.InputStream getProgressMonitorInputStream(java.io.InputStream in,
                                                         int length,
                                                         java.lang.String msg)
Specified by:
getProgressMonitorInputStream in interface IGuiCallback

setErrorMessage

public void setErrorMessage(java.lang.String errorMsg)
Specified by:
setErrorMessage in interface IGuiCallback

displayNonmodelMessage

public void displayNonmodelMessage(java.lang.String title,
                                   java.lang.String message)
Specified by:
displayNonmodelMessage in interface IGuiCallback

showQuestionDialog

public java.lang.String showQuestionDialog(java.lang.String message,
                                           java.lang.String title,
                                           java.lang.String defaultValue)
Specified by:
showQuestionDialog in interface IGuiCallback

showDocument

public boolean showDocument(java.net.URL u)
Specified by:
showDocument in interface IGuiCallback

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.