
Public Member Functions | |
| TCM (TopComponent tc) | |
| void | open () |
| synchronized void | open (final Workspace workspace) |
| synchronized void | close (Workspace workspace) |
| synchronized Set | whereOpened () |
| Node[] | getActivatedNodes () |
| void | setActivatedNodes (Node[] nodes) |
| synchronized void | nameChanged () |
| void | requestFocus () |
| void | requestVisible () |
| Image | getIcon () |
| void | setIcon (Image icon) |
Private Attributes | |
| final TopComponent | tc |
| transient JFrame | f |
| Image | icon |
| final Set | workspaces = new HashSet() |
| transient Node[] | nodes |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| org::openide::windows::DummyWindowManager::TCM::TCM | ( | TopComponent | tc | ) | [inline] |
| synchronized void org::openide::windows::DummyWindowManager::TCM::close | ( | Workspace | workspace | ) | [inline] |
References org::openide::windows::DummyWindowManager::R::close(), f, org::openide::windows::DummyWindowManager::registry(), tc, and workspaces.
Referenced by open().
| Node [] org::openide::windows::DummyWindowManager::TCM::getActivatedNodes | ( | ) | [inline] |
References nodes.
| Image org::openide::windows::DummyWindowManager::TCM::getIcon | ( | ) | [inline] |
References icon.
| synchronized void org::openide::windows::DummyWindowManager::TCM::nameChanged | ( | ) | [inline] |
| synchronized void org::openide::windows::DummyWindowManager::TCM::open | ( | final Workspace | workspace | ) | [inline] |
| void org::openide::windows::DummyWindowManager::TCM::open | ( | ) | [inline] |
| void org::openide::windows::DummyWindowManager::TCM::requestFocus | ( | ) | [inline] |
| void org::openide::windows::DummyWindowManager::TCM::requestVisible | ( | ) | [inline] |
References f.
| void org::openide::windows::DummyWindowManager::TCM::setActivatedNodes | ( | Node[] | nodes | ) | [inline] |
| void org::openide::windows::DummyWindowManager::TCM::setIcon | ( | Image | icon | ) | [inline] |
References f.
| synchronized Set org::openide::windows::DummyWindowManager::TCM::whereOpened | ( | ) | [inline] |
References workspaces.
transient JFrame org::openide::windows::DummyWindowManager::TCM::f [private] |
Referenced by close(), nameChanged(), open(), requestVisible(), and setIcon().
Image org::openide::windows::DummyWindowManager::TCM::icon [private] |
transient Node [] org::openide::windows::DummyWindowManager::TCM::nodes [private] |
Referenced by getActivatedNodes().
final long org::openide::windows::DummyWindowManager::TCM::serialVersionUID = 1L [static, private] |
final TopComponent org::openide::windows::DummyWindowManager::TCM::tc [private] |
Referenced by close(), nameChanged(), open(), requestFocus(), and setActivatedNodes().
final Set org::openide::windows::DummyWindowManager::TCM::workspaces = new HashSet() [private] |
Referenced by close(), open(), and whereOpened().
1.6.2