Package com.togethersoft.openapi.ide.window

The classes and interfaces in this package are responsible for creating buttons and various kinds of dialogs (confirm dialogs, message dialogs, option dialogs, file choosers etc.)

See
          Description

Class Diagram Summary
window 
 

Interface Summary
IdeButtonType Interface IdeButtonType stores string constants used for identifying the types of buttons.
IdeDialogButtonGroup Interface IdeDialogButtonGroup provides a container for all types of buttons.
IdeDialogType Interface IdeDialogType stores the names of message types.
IdeExpertListener Interface IdeExpertListener provides a listener for various expert's events.
IdeExpertPage Interface IdeExperPage defines an expert page.
IdeFileChooser IdeFileChooser provides a simple mechanism for the user to chooser a file.
IdeFileChooserConstant Interface IdeFileChooserConstant stores the constants to be used in the IdeFileChooser interface.
IdeSelectorDialogType 
IdeWindowManager Window manager is responsible for creating buttons and dialogs of various types.
 

Class Summary
IdeDialogButtonPanel Class IdeDialogButtonPanel provides a UI container for the buttons from IdeDialogButtonGroup.
IdeExpertAdapter Class IdeExpertAdapter provides default implementation of IdeExpertEvent.
IdeExpertEvent Class IdeExpertEvent defines an event that gets fired whenever an action is performed in the properties' expert.
IdeExpertPageSupport Abstract class IdeExpertPageSupport provides a default implementation of the IdeExpertPage interface.
IdeFileFilter Class IdeFileFilter extends the standard FileFilter adding the ability to get the filter's mask.
IdeWindowManagerAccess Abstract class IdeWindowManagerAccess provides access to the current IdeWindowManager.
 

Package com.togethersoft.openapi.ide.window Description

The classes and interfaces in this package are responsible for creating buttons and various kinds of dialogs (confirm dialogs, message dialogs, option dialogs, file choosers etc.)