|
org.netbeans.core.multiview/1 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.core.api.multiview.MultiViewPerspective
public final class MultiViewPerspective
Description of multi view element.
Method Summary | |
---|---|
String |
getDisplayName()
Gets localized display name of multi view element. |
HelpCtx |
getHelpCtx()
Get the help context of multi view element. |
Image |
getIcon()
Icon for the multi view component. |
int |
getPersistenceType()
Gets persistence type of multi view element, the TopComponent will decide on it's onw persistenceType based on the sum of all it's elements. |
String |
preferredID()
A Description's contribution to unique TopComponent's Id returned by getID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getPersistenceType()
TopComponent.PERSISTENCE_ALWAYS
has higher priority than TopComponent.PERSISTENCE_ONLY_OPENED
and TopComponent.PERSISTENCE_NEVER
has lowest priority.
The TopComponent
will be stored only if at least one element requesting persistence
was made visible.
public String getDisplayName()
public Image getIcon()
TopComponent
's icon
when this element is selected.
public HelpCtx getHelpCtx()
public String preferredID()
|
org.netbeans.core.multiview/1 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |