Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.browser
Class PromptService  view PromptService download PromptService.java

java.lang.Object
  extended byorg.eclipse.swt.browser.PromptService

class PromptService
extends java.lang.Object


Field Summary
(package private)  org.eclipse.swt.internal.mozilla.XPCOMObject promptService
           
(package private)  int refCount
           
(package private)  org.eclipse.swt.internal.mozilla.XPCOMObject supports
           
 
Constructor Summary
PromptService()
           
 
Method Summary
(package private)  int AddRef()
           
 int Alert(int parent, int dialogTitle, int text)
           
 int AlertCheck(int parent, int dialogTitle, int text, int checkMsg, int checkValue)
           
 int Confirm(int parent, int dialogTitle, int text, int _retval)
           
 int ConfirmCheck(int parent, int dialogTitle, int text, int checkMsg, int checkValue, int _retval)
           
 int ConfirmEx(int parent, int dialogTitle, int text, int buttonFlags, int button0Title, int button1Title, int button2Title, int checkMsg, int checkValue, int _retval)
           
(package private)  void createCOMInterfaces()
           
(package private)  void disposeCOMInterfaces()
           
(package private)  int getAddress()
           
(package private)  Browser getBrowser(int aDOMWindow)
           
(package private)  java.lang.String getLabel(int buttonFlag, int index, int buttonTitle)
           
 int Prompt(int parent, int dialogTitle, int text, int value, int checkMsg, int checkValue, int _retval)
           
 int PromptPassword(int parent, int dialogTitle, int text, int password, int checkMsg, int checkValue, int _retval)
           
 int PromptUsernameAndPassword(int parent, int dialogTitle, int text, int username, int password, int checkMsg, int checkValue, int _retval)
           
(package private)  int queryInterface(int riid, int ppvObject)
           
(package private)  int Release()
           
 int Select(int parent, int dialogTitle, int text, int count, int selectList, int outSelection, int _retval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supports

org.eclipse.swt.internal.mozilla.XPCOMObject supports

promptService

org.eclipse.swt.internal.mozilla.XPCOMObject promptService

refCount

int refCount
Constructor Detail

PromptService

public PromptService()
Method Detail

AddRef

int AddRef()

createCOMInterfaces

void createCOMInterfaces()

disposeCOMInterfaces

void disposeCOMInterfaces()

getAddress

int getAddress()

queryInterface

int queryInterface(int riid,
                   int ppvObject)

Release

int Release()

getBrowser

Browser getBrowser(int aDOMWindow)

getLabel

java.lang.String getLabel(int buttonFlag,
                          int index,
                          int buttonTitle)

Alert

public int Alert(int parent,
                 int dialogTitle,
                 int text)

AlertCheck

public int AlertCheck(int parent,
                      int dialogTitle,
                      int text,
                      int checkMsg,
                      int checkValue)

Confirm

public int Confirm(int parent,
                   int dialogTitle,
                   int text,
                   int _retval)

ConfirmCheck

public int ConfirmCheck(int parent,
                        int dialogTitle,
                        int text,
                        int checkMsg,
                        int checkValue,
                        int _retval)

ConfirmEx

public int ConfirmEx(int parent,
                     int dialogTitle,
                     int text,
                     int buttonFlags,
                     int button0Title,
                     int button1Title,
                     int button2Title,
                     int checkMsg,
                     int checkValue,
                     int _retval)

Prompt

public int Prompt(int parent,
                  int dialogTitle,
                  int text,
                  int value,
                  int checkMsg,
                  int checkValue,
                  int _retval)

PromptUsernameAndPassword

public int PromptUsernameAndPassword(int parent,
                                     int dialogTitle,
                                     int text,
                                     int username,
                                     int password,
                                     int checkMsg,
                                     int checkValue,
                                     int _retval)

PromptPassword

public int PromptPassword(int parent,
                          int dialogTitle,
                          int text,
                          int password,
                          int checkMsg,
                          int checkValue,
                          int _retval)

Select

public int Select(int parent,
                  int dialogTitle,
                  int text,
                  int count,
                  int selectList,
                  int outSelection,
                  int _retval)