|
|||||||||
| Home >> All >> javax >> ide >> [ view overview ] | PREV NEXT | ||||||||
A
- activate() - Method in class javax.ide.view.View
- Called when the View gains the input focus.
- addPropertyChangeListener(PropertyChangeListener) - Method in class javax.ide.view.DefaultViewable
- addPropertyChangeListener(PropertyChangeListener) - Method in interface javax.ide.view.Viewable
- Add a java.beans.PropertyChangeListener to the listener list.
C
- CANCEL_ID - Static variable in interface javax.ide.view.IDEDialogs
- Button id for a "Cancel" button.
D
- DefaultViewable - class javax.ide.view.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..- DefaultViewable() - Constructor for class javax.ide.view.DefaultViewable
- deactivate() - Method in class javax.ide.view.View
- Called when the View looses the input focus.
F
- finish() - Method in interface javax.ide.view.ProgressMonitor
- Indicate that the operation has finished.
- firePropertyChange(String, Object, Object) - Method in class javax.ide.view.DefaultViewable
- Fire the property change event.
G
- GUIPanel - class javax.ide.view.GUIPanel.
- A
GUIPanelopaquely 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.. - GUIPanel(Object, Object) - Constructor for class javax.ide.view.GUIPanel
- Constructor.
- GUIUtilities - class javax.ide.view.GUIUtilities.
- The GUIUtilities provide access to the IDEDialogs, a WaitCursor and a ProgressMonitor objects that extension writers use for * time consuming tasks.
- GUIUtilities() - Constructor for class javax.ide.view.GUIUtilities
- getContext() - Method in class javax.ide.view.View
- Gets the current view context.
- getController() - Method in class javax.ide.view.View
- Get the
Controllerassociated with this view. - getDirectorySelectionDialog(String, URI, Context, GUIPanel) - Method in interface javax.ide.view.IDEDialogs
- Creates a "directory selection" dialog.
- getFileSelectionDialog(String, URI, Context, GUIPanel) - Method in interface javax.ide.view.IDEDialogs
- Creates a "file selection" dialog.
- getFocusableComponent() - Method in class javax.ide.view.GUIPanel
- Get the component that can take input focus in the component hierarchy of the encapsulated panel.
- getGUI() - Method in class javax.ide.view.View
- Get the root graphical user interface component.
- getGUIUtilities() - Static method in class javax.ide.view.GUIUtilities
- Get the GUIUtilities service for this IDE.
- getIDEDialogs() - Method in class javax.ide.view.GUIUtilities
- Get the IDEDialogs that can be used to show standard IDE dialogs.
- getIcon() - Method in class javax.ide.view.DefaultViewable
- getIcon() - Method in interface javax.ide.view.Viewable
- Gets a relative path to the icon.
- getLabel() - Method in class javax.ide.view.DefaultViewable
- Get a short descriptive label that can be shown to the user.
- getLabel() - Method in interface javax.ide.view.Viewable
- Returns a short label that can be displayed to the user.
- getProgressMonitor() - Method in class javax.ide.view.GUIUtilities
- Get a progress monitor to show that a time consuming operation is in progress.
- getResults() - Method in interface javax.ide.view.URISelectionDialog
- Gets any dialog result parameters as an array of objects.
- getRootComponent() - Method in class javax.ide.view.GUIPanel
- Get the root component in the component hierarchy of the panel encapsulated by this class.
- getToolTip() - Method in class javax.ide.view.DefaultViewable
- getToolTip() - Method in interface javax.ide.view.Viewable
- Returns the tool tip text to show when the mouse pointer pauses
over a UI component that represents this
Viewable. - getWaitCursor() - Method in class javax.ide.view.GUIUtilities
- Get a wait cursor indicating that a time consuming operation is in progress.
H
- hide() - Method in interface javax.ide.view.WaitCursor
- Hide the wait cursor.
I
- IDEDialogs - interface javax.ide.view.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.
- isCancelled() - Method in interface javax.ide.view.ProgressMonitor
- Returns true if the user hit the Cancel button in the progress bar.
- isVisible() - Method in class javax.ide.view.DefaultViewable
- isVisible() - Method in class javax.ide.view.View
- Determine whether the View is visible.
- isVisible() - Method in interface javax.ide.view.Viewable
- Get the object visible state.
J
- javax.ide.view - package javax.ide.view
N
- NO_ID - Static variable in interface javax.ide.view.IDEDialogs
- Button id for a "No" button.
O
- OK_CANCEL_OPTION - Static variable in interface javax.ide.view.IDEDialogs
- Requests an option dialog with a OK and Cancel buttons.
- OK_ID - Static variable in interface javax.ide.view.IDEDialogs
- Button id for an "Ok" button.
P
- PROP_ICON_PATH - Static variable in interface javax.ide.view.Viewable
- Identifies the bound property 'iconPath'.
- PROP_LABEL - Static variable in interface javax.ide.view.Viewable
- Identifies the bound property 'label'.
- PROP_VISIBLE - Static variable in interface javax.ide.view.Viewable
- Identifies the bound property 'visible'.
- ProgressMonitor - interface javax.ide.view.ProgressMonitor.
- Use to Monitor the progress of time consuming operations.
- parent() - Method in class javax.ide.view.View
- Get the parent view.
R
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.ide.view.DefaultViewable
- removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.ide.view.Viewable
- Removes a java.beans.PropertyChangeListener from the listener list.
S
- setVisible(boolean) - Method in class javax.ide.view.DefaultViewable
- setVisible(boolean) - Method in class javax.ide.view.View
- Show/hide view.
- show() - Method in interface javax.ide.view.URISelectionDialog
- Shows the dialog.
- show(URISelectionDialog.Validator) - Method in interface javax.ide.view.URISelectionDialog
- Shows the dialog.
- show(int) - Method in interface javax.ide.view.WaitCursor
- Schedules the wait cursor to be shown after the specified number of milliseconds has elapsed.
- showErrorDialog(String, String, GUIPanel) - Method in interface javax.ide.view.IDEDialogs
- Show an error message box with title and message as specified
- showInformationDialog(String, String, GUIPanel) - Method in interface javax.ide.view.IDEDialogs
- Show an informational message box with title and message as specified.
- showOptionDialog(String, String, int, GUIPanel) - Method in interface javax.ide.view.IDEDialogs
- Show an options dialog with title and message as specified.
- showWarningDialog(String, String, GUIPanel) - Method in interface javax.ide.view.IDEDialogs
- Show a warning type dialog with title and message as specified.
- start(GUIPanel, String, int, int, int) - Method in interface javax.ide.view.ProgressMonitor
- Start monitoring a time consuming operation.
T
- toString() - Method in class javax.ide.view.DefaultViewable
- toString() - Method in interface javax.ide.view.Viewable
- Returns the label.
U
- URISelectionDialog - interface javax.ide.view.URISelectionDialog.
- This interface gives clients a portable interface to control basic file and directory selection dialogs.
- URISelectionDialog.Validator - interface javax.ide.view.URISelectionDialog.Validator.
- Clients of the
URISelectionDialogimplement aValidatorwhen they need to validate the selected URI(s) before the selection dialog is dismissed. - update(int, String) - Method in interface javax.ide.view.ProgressMonitor
- Indicate the progress of the operation taking place.
V
- View - class javax.ide.view.View.
Viewcomponents display information to the user.- View() - Constructor for class javax.ide.view.View
- Viewable - interface javax.ide.view.Viewable.
Viewables are objects that map directly to visible GUI elements that users can select.- validate(URI[], Context) - Method in interface javax.ide.view.URISelectionDialog.Validator
- Method called when the user presses the OK button of the
URISelectionDialog.
W
- WaitCursor - interface javax.ide.view.WaitCursor.
WaitCursorinterface.
Y
- YES_ID - Static variable in interface javax.ide.view.IDEDialogs
- Button id for a "Yes" button.
- YES_NO_CANCEL_OPTION - Static variable in interface javax.ide.view.IDEDialogs
- Requests an option dialog with a Yes, No, and Cancel buttons.
- YES_NO_OPTION - Static variable in interface javax.ide.view.IDEDialogs
- Requests an option dialog with a Yes and No buttons.
_
- _focusableComponent - Variable in class javax.ide.view.GUIPanel
- _propertyChangeSupport - Variable in class javax.ide.view.DefaultViewable
- _rootComponent - Variable in class javax.ide.view.GUIPanel
- _visible - Variable in class javax.ide.view.DefaultViewable
A C D F G H I J N O P R S T U V W Y _
|
|||||||||
| Home >> All >> javax >> ide >> [ view overview ] | PREV NEXT | ||||||||