rero.dialogs
Class UIDialog

java.lang.Object
  extended byrero.dck.DContainer
      extended byrero.dck.DMain
          extended byrero.dialogs.UIDialog

public class UIDialog
extends DMain


Field Summary
protected static boolean MENU_DIALOG_SHOWN
           
protected static boolean NATIVE_DIALOG_SHOWN
           
protected static boolean SDI_DIALOG_SHOWN
           
protected static boolean TAB_DIALOG_SHOWN
           
 
Fields inherited from class rero.dck.DContainer
capabilities, constraints, dialog, itemList
 
Constructor Summary
UIDialog()
           
 
Method Summary
 String getDescription()
           
 String getTitle()
           
 void setupDialog()
           
 
Methods inherited from class rero.dck.DMain
setupLayout
 
Methods inherited from class rero.dck.DContainer
addBlankSpace, addCharsetInput, addCheckboxInput, addCheckboxInput, addColorInput, addComponent, addDialogGroup, addDirectoryInput, addFileInput, addFloatInput, addFontInput, addLabel, addLabelNormal, addListInput, addNetworkSelector, addOptionInput, addOther, addSelectInput, addStringInput, addStringInput, addTabbedInput, addTextInput, getCapabilities, getDialog, installCapabilities, refresh, save, setEnabled, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NATIVE_DIALOG_SHOWN

protected static boolean NATIVE_DIALOG_SHOWN

SDI_DIALOG_SHOWN

protected static boolean SDI_DIALOG_SHOWN

TAB_DIALOG_SHOWN

protected static boolean TAB_DIALOG_SHOWN

MENU_DIALOG_SHOWN

protected static boolean MENU_DIALOG_SHOWN
Constructor Detail

UIDialog

public UIDialog()
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in class DContainer

getDescription

public String getDescription()
Specified by:
getDescription in class DMain

setupDialog

public void setupDialog()
Specified by:
setupDialog in class DContainer