Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

EODialogs


Inherits from:
Object
Package:
com.apple.client.eoapplication


Class Description


Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.




Method Types


All methods
runChooseOperationDialog
runConfirmOperationDialog
runConfirmOperationDialog
runErrorDialog
runInformationDialog


Static Methods



runChooseOperationDialog

public static int runChooseOperationDialog( String aString, String aString, String aString, String aString)



runConfirmOperationDialog

public static boolean runConfirmOperationDialog( String aString, String aString, String aString, String aString)



runConfirmOperationDialog

public static boolean runConfirmOperationDialog( String aString, String aString, String aString)



runErrorDialog

public static void runErrorDialog( String aString, String aString)



runInformationDialog

public static void runInformationDialog( String aString, String aString)




Table of Contents

DRAFT