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

Quick Search    Search Deep

Package javax.ide.view

Interface Summary
IDEDialogs The IDEDialogs provides the interface through which extension writers can invoke standard IDE dialogs, such as: information, warning, error, file and directory selection dialogs.
ProgressMonitor Use to Monitor the progress of time consuming operations.
URISelectionDialog This interface gives clients a portable interface to control basic file and directory selection dialogs.
URISelectionDialog.Validator Clients of the URISelectionDialog implement a Validator when they need to validate the selected URI(s) before the selection dialog is dismissed.
Viewable Viewables are objects that map directly to visible GUI elements that users can select.
WaitCursor WaitCursor interface.
 

Class Summary
DefaultViewable DefaultViewables are objects that map directly to visible GUI elements that users can select such as a menu items, nodes in the project explorer, etc..
GUIPanel A GUIPanel opaquely encapsulates the gui panel that is to be hosted by an IDE's service such as: the IDE preferences panel, the editor's panel, etc..
GUIUtilities The GUIUtilities provide access to the IDEDialogs, a WaitCursor and a ProgressMonitor objects that extension writers use for * time consuming tasks.
View View components display information to the user.