Uses of Class
proper.gui.core.dialog.ProperDialog

Packages that use ProperDialog
proper.gui.core.dialog All different kinds of dialogs can be found here, e.g. 
proper.gui.experiment This package serves as a frontend to the command line based Application classes. 
 

Uses of ProperDialog in proper.gui.core.dialog
 

Subclasses of ProperDialog in proper.gui.core.dialog
 class DatabaseDialog
          A simple dialog for picking database and table.
 class EditDialog
          A simple dialog for viewing/editing some text.
 class ErrorBox
          This class represents a MessageBox with a error message.
 class InformationBox
          This class represents a MessageBox with a information.
 class ListDialog
          A simple dialog with a list for selecting items from.
 class MessageBox
          This class defines a simple MessageBox with optional Icon to be displayed on the left side.
 class QuestionBox
          This class represents a MessageBox with a question.
 class RelationsDialog
          A dialog for defining a Table-Relationship in a database and returning the structure in a string representation.
 

Uses of ProperDialog in proper.gui.experiment
 

Subclasses of ProperDialog in proper.gui.experiment
 class ExperimentOptions
          This dialog displays all the properties of the given ANT file.