|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A manager that handles operations on top components.
It is always attached to a TopComponent
.
Field Summary | |
static long |
serialVersionUID
deprecated |
Method Summary | |
void |
close(Workspace workspace)
Close the component on given workspace. |
Node[] |
getActivatedNodes()
Get the set of activated nodes. |
Image |
getIcon()
|
void |
nameChanged()
Called when the name of the top component changes. |
void |
open()
Open the component on current workspace |
void |
open(Workspace workspace)
Open the component on given workspace in the right mode. |
void |
requestFocus()
Called when the component requests focus. |
void |
requestVisible()
Set this component visible but not selected or focused if possible. |
void |
setActivatedNodes(Node[] nodes)
Set the set of activated nodes for this component. |
void |
setIcon(Image icon)
Set the icon of the top component. |
Set |
whereOpened()
|
Field Detail |
public static final long serialVersionUID
Method Detail |
public void open()
public void open(Workspace workspace)
public void close(Workspace workspace)
public void requestFocus()
public void requestVisible()
public Node[] getActivatedNodes()
public void setActivatedNodes(Node[] nodes)
nodes
- new set of activated nodespublic void nameChanged()
public void setIcon(Image icon)
icon
- the new iconpublic Image getIcon()
public Set whereOpened()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |