|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.novell.application.console.snapin.context.SnapinContext
|
+--com.novell.application.console.snapin.context.ToolBarSnapinContext
Contains an ObjectEntryCollection from one or more namespaces.
The ObjectEntryCollection may represent objects selected by the user from a Browser or View window when the toolbar was initialized, or the array may have been generated programmatically by another snap-in.
The ToolBarSnapinContext object is passed to the ToolBarSnapin on initialization through the InitSnapinInfo parameter to the initSnapin() method. The ToolBarSnapinContext can be retrieved from the InitSnapinInfo parameter with a call to the getSnapinContext() method.
SnapinContext,
ToolBarSnapin| Field Summary | |
static int |
NO_SEPARATOR
Definitions used to set the button separator state for the context. |
static int |
SEPARATOR_ON_LEFT
SEPARATOR_ON_LEFT is used to tell the shell that a separator is wanted on the left side of this instance's toolbar button |
static int |
SEPARATOR_ON_RIGHT
SEPARATOR_ON_RIGHT is used to tell the shell that a separator is wanted on the right side of this instance's toolbar button. |
| Method Summary | |
int |
getButtonSeparator()
Retrieves the separatorToButton state from the context. |
ObjectEntryCollection |
getObjectCollection()
Retrieves the ObjectEntryCollection from the context. |
void |
setButtonSeparator(int state)
Sets the separatorToButton state in the context. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final int NO_SEPARATOR
public static final int SEPARATOR_ON_LEFT
public static final int SEPARATOR_ON_RIGHT
| Method Detail |
public ObjectEntryCollection getObjectCollection()
public void setButtonSeparator(int state)
public int getButtonSeparator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||