Public Member Functions | |
W (String name) | |
void | activate () |
synchronized void | addPropertyChangeListener (PropertyChangeListener list) |
synchronized void | removePropertyChangeListener (PropertyChangeListener list) |
void | remove () |
synchronized Mode | createMode (String name, String displayName, URL icon) |
synchronized Set | getModes () |
synchronized Mode | findMode (String name) |
synchronized Mode | findMode (TopComponent c) |
Rectangle | getBounds () |
String | getName () |
String | getDisplayName () |
Package Functions | |
synchronized void | dock (Mode m, TopComponent c) |
Private Attributes | |
final String | name |
final Map | modes = new HashMap() |
final Map | modesByComponent = new WeakHashMap() |
transient PropertyChangeSupport | pcs |
Static Private Attributes | |
final long | serialVersionUID = 1L |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|