Multivalent API

multivalent.std
Class MediaLoader

java.lang.Object
  extended by multivalent.VObject
      extended by multivalent.Behavior
          extended by multivalent.std.MediaLoader

public class MediaLoader
extends Behavior

Load documents in a new thread so GUI and other documents are still live. Presently not in same thread, however.

Version:
$Revision: 1.8 $ $Date: 2005/01/21 19:06:03 $

Field Summary
 
Fields inherited from class multivalent.Behavior
ATTR_BEHAVIOR, name_
 
Fields inherited from class multivalent.VObject
attr_
 
Constructor Summary
MediaLoader()
           
 
Method Summary
 void load()
          When run in a thread, parse as usual (while checking asynchronous stop flag), then build with document-specific behaviors, finally call repaint() and send "fullformattedDocument" event.
 void load(boolean bootstrap)
           
 void setDocInfo(DocInfo loadme)
           
 
Methods inherited from class multivalent.Behavior
buildAfter, buildBefore, checkRep, clipboardAfter, clipboardBefore, createUI, destroy, eventAfter, eventBefore, formatAfter, formatBefore, getBrowser, getDocument, getInstance, getInstance, getLayer, getLogger, getName, getPreference, getRoot, isEditable, paintAfter, paintBefore, putPreference, redo, restore, restoreChildren, save, semanticEventAfter, semanticEventBefore, setName, toString, undo
 
Methods inherited from class multivalent.VObject
attrEntrySetIterator, attrKeysIterator, clearAttributes, getAttr, getAttr, getAttributes, getGlobal, getValue, hasAttributes, putAttr, removeAttr, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediaLoader

public MediaLoader()
Method Detail

setDocInfo

public void setDocInfo(DocInfo loadme)

load

public void load()
When run in a thread, parse as usual (while checking asynchronous stop flag), then build with document-specific behaviors, finally call repaint() and send "fullformattedDocument" event.


load

public void load(boolean bootstrap)

Multivalent API