|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectEntryCollection | |
| com.novell.admin.common.snapins | Provides an interface and classes for creating NDS Administration Page Snap-ins. |
| com.novell.admin.ns | Provides interfaces and classes for administering namespaces through ConsoleOne. |
| com.novell.admin.ns.nds | Provides interfaces and classes for administering the NDS namespace through ConsoleOne. |
| com.novell.application.console.snapin | Provides interfaces and classes for creating and managing snap-ins to the ConsoleOne shell. |
| com.novell.application.console.snapin.context | Provides snap-in context classes for ConsoleOne. |
| com.novell.application.console.util.objectentryselector | Provides a common message box selecting object entries in ConsoleOne. |
| Uses of ObjectEntryCollection in com.novell.admin.common.snapins |
| Methods in com.novell.admin.common.snapins that return ObjectEntryCollection | |
protected ObjectEntryCollection |
AdminPageSnapin.getObjectEntryCollection()
Get the ObjectEntryCollection the snapins is working with. |
| Methods in com.novell.admin.common.snapins with parameters of type ObjectEntryCollection | |
protected void |
AdminPageSnapin.setObjectEntryCollection(ObjectEntryCollection collection)
Called by derived classes when they want to set the ObjectEntryCollection to another Namespace. |
| Uses of ObjectEntryCollection in com.novell.admin.ns |
| Methods in com.novell.admin.ns with parameters of type ObjectEntryCollection | |
void |
MultiObjModificationNamespace.updateMultipleObjects(ObjectEntryCollection collection,
MODObject referenceObj,
MultiObjModificationCallBack callBack)
Given an NSObject model, apply its changes to all items in an ObjectEntryCollection and write those changes to NDS. |
MODObject |
MultiObjModificationNamespace.getMODDetails(ObjectEntryCollection oeCollection,
java.lang.Object key)
Returns an Empty NSObject model (MODObject) to be used as the model for a collection of objects. |
| Uses of ObjectEntryCollection in com.novell.admin.ns.nds |
| Methods in com.novell.admin.ns.nds with parameters of type ObjectEntryCollection | |
void |
MultiObjModificationNamespaceImpl.updateMultipleObjects(ObjectEntryCollection collection,
MODObject referenceObj,
MultiObjModificationCallBack callBack)
Given a NSObject, applies its changes to all items in an ObjectEntry array and writes those changes to NDS. |
MODObject |
MultiObjModificationNamespaceImpl.getMODDetails(ObjectEntryCollection oeCollection,
java.lang.Object key)
Returns the details for a specified object. |
| Uses of ObjectEntryCollection in com.novell.application.console.snapin |
| Classes in com.novell.application.console.snapin that implement ObjectEntryCollection | |
class |
DefaultObjectEntryCollection
Provides the icons associated with a specified ObjectEntry or ObjectType. |
| Fields in com.novell.application.console.snapin declared as ObjectEntryCollection | |
protected ObjectEntryCollection |
AbstractPageSnapin.objectCollection
ObjectEntries that this page should apply to. |
| Methods in com.novell.application.console.snapin that return ObjectEntryCollection | |
ObjectEntryCollection |
ShellEvent.getObjectCollection()
Deprecated. Returns the ObjectEntryCollection containing the objects associated with this event. |
ObjectEntryCollection |
Shell.getViewSelections()
Returns the ObjectEntryCollection that contains the currently selected entries in the right panel of the shell view. |
ObjectEntryCollection |
Shell.getCurrentSelections()
Returns the ObjectEntry array in the panel that has the focus. |
ObjectEntryCollection |
SelectionSet.getSelectedObjects()
Returns an ObjectEntryCollection which contains the ObjectEntrys which comprise the current selection in the view. |
ObjectEntryCollection |
AbstractPageSnapin.getObjectCollection()
Returns the ObjectEntryCollection for which the Page Host was invoked. |
ObjectEntryCollection |
ShellSelectionEvent.getObjectCollection()
Returns the ObjectEntryCollection containing the objects associated with this event. |
| Methods in com.novell.application.console.snapin with parameters of type ObjectEntryCollection | |
javax.swing.JPopupMenu |
Shell.getPopupMenu(ObjectEntryCollection entries)
Returns the pop-up menu associated with the view. |
void |
Shell.showDetails(ObjectEntryCollection objectCollection,
boolean modal)
Launches a property book showing the details of an ObjectEntry array. |
void |
Shell.showDetails(ObjectEntryCollection objectCollection,
PageSnapin[] pages,
boolean modal)
Launches a property book page dialog showing the details of an ObjectEntry array. |
void |
Shell.setViewSelections(ObjectEntryCollection selections)
Sets the current selection to a set of objects in the view. |
void |
Shell.addViewSelections(ObjectEntryCollection selections)
Adds the indicated entries to the current view selection. |
void |
MutableSelectionSet.setSelectedObjects(ObjectEntryCollection objects)
Sets the current selection in the view to the indicated ObjectEntrys. |
void |
MutableSelectionSet.addSelectedObjects(ObjectEntryCollection objects)
adds the current selection in the view to the indicated ObjectEntrys. |
| Constructors in com.novell.application.console.snapin with parameters of type ObjectEntryCollection | |
ShellEvent.ShellEvent(ObjectEntryCollection collection,
int id,
int focus)
Deprecated. Creates a shell event object. |
|
ShellSelectionEvent.ShellSelectionEvent(ObjectEntryCollection collection,
int id,
int focus)
Creates a shell selection event object. |
|
| Uses of ObjectEntryCollection in com.novell.application.console.snapin.context |
| Methods in com.novell.application.console.snapin.context that return ObjectEntryCollection | |
ObjectEntryCollection |
MenuSnapinContext.getObjectCollection()
Retrieves the ObjectEntryCollection from the context. |
ObjectEntryCollection |
PopupMenuSnapinContext.getObjectCollection()
Retrieves the ObjectEntryCollection from the context. |
ObjectEntryCollection |
StatusBarSnapinContext.getObjectCollection()
Retrieves the ObjectEntryCollection from the context. |
ObjectEntryCollection |
PageSnapinContext.getObjectCollection()
Retrieves the ObjectEntryCollection from the context. |
ObjectEntryCollection |
ToolBarSnapinContext.getObjectCollection()
Retrieves the ObjectEntryCollection from the context. |
| Uses of ObjectEntryCollection in com.novell.application.console.util.objectentryselector |
| Methods in com.novell.application.console.util.objectentryselector that return ObjectEntryCollection | |
ObjectEntryCollection |
ObjectEntrySelectorPanel.getSelectedObjects()
Returns currently selected objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||