gui.dialog
Class JAPDialog.Options

java.lang.Object
  extended by gui.dialog.JAPDialog.Options
Enclosing class:
JAPDialog

public static class JAPDialog.Options
extends java.lang.Object


Field Summary
private  int m_optionType
           
 
Constructor Summary
JAPDialog.Options(int a_optionType)
           
 
Method Summary
 java.lang.String getCancelText()
           
 int getDefaultButton()
           
 java.lang.String getNoText()
           
 int getOptionType()
           
 java.lang.String getYesOKText()
           
 boolean isDrawFocusEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_optionType

private int m_optionType
Constructor Detail

JAPDialog.Options

public JAPDialog.Options(int a_optionType)
Method Detail

getOptionType

public final int getOptionType()

getDefaultButton

public int getDefaultButton()

isDrawFocusEnabled

public boolean isDrawFocusEnabled()

getYesOKText

public java.lang.String getYesOKText()

getNoText

public java.lang.String getNoText()

getCancelText

public java.lang.String getCancelText()