JsOrb

Class js.util.Set

Object
   |
   +--js.lang.EntityObject
         |
         +--js.util.Set

class js.util.Set
extends js.lang.EntityObject

Defined in Set.js


 
Fields inherited from class js.lang.EntityObject
listeners, jsOrbAttributes
 
Constructor Summary
js.util.Set ()
           
 
Method Summary
 Object add(obj)
          
 void clear()
          
 Object contains(obj)
          
 Object isEmpty()
          
 void marshal(<DOMElement> element, <js.util.Map> marshalContext)
           Marshal my attributes into the passed element, recursively marshalling enclosed elements.
 Object remove(obj)
          
 Object size()
          
 void unmarshal(<DOMElement> element, <String> type, <js.util.Map> unmarshalContext)
           Called to unmarshal this object from an XML element.
 
Methods inherited from class js.lang.EntityObject
castProperty, equals, clone, addListener, removeListener, addPropertyListener, removePropertyListener, getProperty, setProperty, marshalAttribute
 

Constructor Detail

js.util.Set

js.util.Set()

Method Detail

add

Object add(obj)

clear

void clear()

contains

Object contains(obj)

isEmpty

Object isEmpty()

marshal

void marshal(<DOMElement> element, <js.util.Map> marshalContext)

remove

Object remove(obj)

size

Object size()

unmarshal

void unmarshal(<DOMElement> element, <String> type, <js.util.Map> unmarshalContext)

JsOrb

SourceForge.net Logo
Documentation generated by JSDoc on Mon Jan 23 21:56:18 2006