|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
WindowManager.removePropertyChangeListener(java.beans.PropertyChangeListener)
instead.
TopComponent if it is opened.
- requestAttention(boolean) -
Method in class org.openide.windows.TopComponent
- Cause this TopComponent's tab to flash or otherwise draw attention to
itself.
- requestFocus() -
Method in class org.openide.windows.TopComponent
- Deprecated. Use
TopComponent.requestActive()
instead to make TopComponent active
in window system not only focused. This method should have been preserved
for focus management only but not activation of TopComponent
inside
window system. The default implementation does nothing, and does not call
super.requestFocus().
- requestFocus() -
Method in interface org.openide.windows.WindowManager.Component
- Deprecated. Called when the component requests focus.
- requestFocusInWindow() -
Method in class org.openide.windows.TopComponent
- Deprecated. Use
TopComponent.requestActive()
instead to make TopComponent active
in window system not only focused. This method should have been preserved
for focus management only but not activation of TopComponent
inside
window system. The default implementation does nothing, and does not call
super.requestFocusInWindow().
- requestVisible() -
Method in class org.openide.windows.TopComponent
- Selects this
TopComponent
, if it is opened, but does not activate it
unless it is in active mode already.
- requestVisible() -
Method in interface org.openide.windows.WindowManager.Component
- Deprecated. Set this component visible but not selected or focused if possible.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |