|
org.netbeans.spi.navigator/1 1.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.spi.navigator.NavigatorHandler
public final class NavigatorHandler
Set of methods for driving navigator behaviour.
| Method Summary | |
|---|---|
static void |
activatePanel(NavigatorPanel panel)
Activates and shows given panel in navigator view. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void activatePanel(NavigatorPanel panel)
Typical use case is to set preferred navigator panel in a situation when multiple panels are registered for multiple data types.
This method must be called from EventQueue thread.
panel - Navigator panel to be activated
IllegalArgumentException - if given panel is not available
|
org.netbeans.spi.navigator/1 1.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||