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

Quick Search    Search Deep

com.cybertivity.powerjournal.framework
Class Dialogs.ConfirmHelper  view Dialogs.ConfirmHelper download Dialogs.ConfirmHelper.java

java.lang.Object
  extended bycom.cybertivity.powerjournal.framework.Dialogs.Helper
      extended bycom.cybertivity.powerjournal.framework.Dialogs.ConfirmHelper
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Dialogs

private static class Dialogs.ConfirmHelper
extends Dialogs.Helper
implements java.lang.Runnable


Field Summary
(package private)  java.awt.Component parent
          Constructor for the ConfirmHelper object
private  int result
           
protected  java.lang.String text
           
protected  java.lang.String title
           
protected  int type
           
 
Constructor Summary
Dialogs.ConfirmHelper(java.awt.Component parentArg, java.lang.String title, java.lang.String text, int type)
           
 
Method Summary
 int get()
           
 void run()
          Main processing method for the ConfirmHelper object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

private int result

parent

java.awt.Component parent
Constructor for the ConfirmHelper object


title

protected java.lang.String title

text

protected java.lang.String text

type

protected int type
Constructor Detail

Dialogs.ConfirmHelper

public Dialogs.ConfirmHelper(java.awt.Component parentArg,
                             java.lang.String title,
                             java.lang.String text,
                             int type)
Method Detail

get

public int get()

run

public void run()
Main processing method for the ConfirmHelper object

Specified by:
run in interface java.lang.Runnable