- cancelRequestAttention() - Method in class org.openide.windows.TopComponent
-
Cause this TopComponent's tab to stop flashing if it was flashing.
- canClose() - Method in class org.openide.windows.CloneableOpenSupport
-
Should test whether all data is saved, and if not, prompt the user
to save.
- canClose() - Method in class org.openide.windows.CloneableTopComponent
-
Unregisters this component from its clone list.
- canClose(Workspace, boolean) - Method in class org.openide.windows.CloneableTopComponent
-
- canClose() - Method in class org.openide.windows.TopComponent
-
This method is called when this TopComponent
is about to close.
- canClose(Workspace, boolean) - Method in class org.openide.windows.TopComponent
-
- canDock(TopComponent) - Method in interface org.openide.windows.Mode
-
Allows implementor to specify some restrictive policy as to which
top components can be docked into this mode.
- canDrop(DropTargetDragEvent) - Method in class org.openide.windows.ExternalDropHandler
-
- canDrop(DropTargetDropEvent) - Method in class org.openide.windows.ExternalDropHandler
-
This method is called when the dragged object is already dropped to decide
whether the drop can be accepted.
- clone() - Method in class org.openide.windows.CloneableTopComponent
-
Clone the top component and register the clone.
- CloneableOpenSupport - Class in org.openide.windows
-
Simple support for an openable objects.
- CloneableOpenSupport(CloneableOpenSupport.Env) - Constructor for class org.openide.windows.CloneableOpenSupport
-
New support for a given environment.
- CloneableOpenSupport.Env - Interface in org.openide.windows
-
Abstract interface that is used by CloneableOpenSupport to
talk to outside world.
- CloneableOpenSupportRedirector - Class in org.openide.windows
-
Allows to find another
CloneableOpenSupport
that all the
requests passed to given one should be redirected to.
- CloneableOpenSupportRedirector() - Constructor for class org.openide.windows.CloneableOpenSupportRedirector
-
- CloneableTopComponent - Class in org.openide.windows
-
A top component which may be cloned.
- CloneableTopComponent() - Constructor for class org.openide.windows.CloneableTopComponent
-
Create a cloneable top component.
- CloneableTopComponent.Ref - Class in org.openide.windows
-
Keeps track of a group of sister clones.
- cloneComponent() - Method in class org.openide.windows.CloneableTopComponent
-
Clone the top component and register the clone.
- cloneComponent() - Method in interface org.openide.windows.TopComponent.Cloneable
-
Creates a clone of this component
- cloneTopComponent() - Method in class org.openide.windows.CloneableTopComponent
-
Clone the top component and register the clone.
- close() - Method in class org.openide.windows.CloneableOpenSupport
-
Closes all components.
- close(boolean) - Method in class org.openide.windows.CloneableOpenSupport
-
Closes all opened windows.
- close() - Method in class org.openide.windows.TopComponent
-
Closes this TopComponent
.
- close(Workspace) - Method in class org.openide.windows.TopComponent
-
- close() - Method in interface org.openide.windows.TopComponentGroup
-
Closes all TopComponent's belonging to this group which have closing flag
switched on.
- close(Workspace) - Method in interface org.openide.windows.WindowManager.Component
-
Deprecated.
Closes this component on a given workspace.
- CLOSE_EACH - Static variable in class org.openide.windows.TopComponent
-
- CLOSE_LAST - Static variable in class org.openide.windows.TopComponent
-
- closed(CloneableOpenSupport.Env) - Method in class org.openide.windows.CloneableOpenSupportRedirector
-
- closeLast() - Method in class org.openide.windows.CloneableTopComponent
-
Called when the last component in a clone group is closing.
- closeNotify() - Method in class org.openide.windows.TopComponent
-
- componentActivated() - Method in class org.openide.windows.TopComponent
-
Called when this component is activated.
- componentClosed() - Method in class org.openide.windows.CloneableTopComponent
-
Overrides superclass method, adds unregistering from references.
- componentClosed() - Method in class org.openide.windows.TopComponent
-
Called only when top component was closed so that now it is closed
on all workspaces in the system.
- componentCloseNotify(TopComponent) - Method in class org.openide.windows.WindowManager
-
Notifies component that it was closed (and is not opened on any
workspace anymore).
- componentDeactivated() - Method in class org.openide.windows.TopComponent
-
Called when this component is deactivated.
- componentHidden() - Method in class org.openide.windows.TopComponent
-
Called when TopComponent
was hidden.
- componentHidden(TopComponent) - Method in class org.openide.windows.WindowManager
-
Notifies TopComponent
it was hidden.
- componentOpened() - Method in class org.openide.windows.CloneableTopComponent
-
- componentOpened() - Method in class org.openide.windows.TopComponent
-
Called only when top component was closed on all workspaces before and
now is opened for the first time on some workspace.
- componentOpenNotify(TopComponent) - Method in class org.openide.windows.WindowManager
-
Notifies component that it was opened (and wasn't opened on any
workspace before).
- componentRegistry() - Method in class org.openide.windows.WindowManager
-
Access method for registry of all components in the system.
- componentShowing() - Method in class org.openide.windows.TopComponent
-
Called when TopComponent
is about to be shown.
- componentShowing(TopComponent) - Method in class org.openide.windows.WindowManager
-
Notifies TopComponent
it is about to be shown.
- connect(TopComponent, Node) - Static method in class org.openide.windows.TopComponent.NodeName
-
Deprecated.
Connects a top component and a node.
- createCloneableTopComponent() - Method in class org.openide.windows.CloneableOpenSupport
-
A method to create a new component.
- createClonedObject() - Method in class org.openide.windows.CloneableTopComponent
-
- createMode(String, String, URL) - Method in interface org.openide.windows.Workspace
-
- createModeFromXml(String) - Method in class org.openide.windows.WindowManager
-
Given some XML, attempts to create a Mode that can
subsequently be used to dock a TopComponent into.
- createTopComponentManager(TopComponent) - Method in class org.openide.windows.WindowManager
-
Create a component manager for the given top component.
- createWorkspace(String) - Method in class org.openide.windows.WindowManager
-
- createWorkspace(String, String) - Method in class org.openide.windows.WindowManager
-