Public Member Functions | |
R () | |
synchronized void | addPropertyChangeListener (PropertyChangeListener l) |
synchronized void | removePropertyChangeListener (PropertyChangeListener l) |
synchronized Set | getOpened () |
TopComponent | getActivated () |
Node[] | getActivatedNodes () |
synchronized Node[] | getCurrentNodes () |
Package Functions | |
synchronized void | open (TopComponent tc) |
synchronized void | close (TopComponent tc) |
synchronized void | setActive (TopComponent tc) |
synchronized void | setActivatedNodes (TopComponent tc, Node[] _nodes) |
Private Attributes | |
TopComponent | active |
final Set | opened |
Node[] | nodes |
PropertyChangeSupport | pcs |
|
|
|
Add a property change listener.
Implements org::openide::windows::TopComponent::Registry.
|
|
|
|
Get the currently selected element.
Implements org::openide::windows::TopComponent::Registry.
|
|
Getter for the lastly activated nodes. Comparing to previous method it always remembers the selected nodes of the last component that had ones.
Implements org::openide::windows::TopComponent::Registry.
|
|
Getter for the currently selected nodes.
Implements org::openide::windows::TopComponent::Registry.
|
|
Get reference to a set of all opened componets in the system.
Implements org::openide::windows::TopComponent::Registry.
|
|
|
|
Remove a property change listener.
Implements org::openide::windows::TopComponent::Registry.
|
|
|
|
|
|
|
|
|
|
|
|
|