connect
calls must mention the document the model is already connected to. An annotation model primarily uses connect
and disconnect
for reference counting the document. Reference counting frees the clients from keeping tracker whether a model has already been connected to a document.
@param document the document the model gets connected to,may not be null
@see #disconnect(IDocument)
|
|
|
|
|
|