|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractMobyObject in org.inb.biomoby |
---|
Methods in org.inb.biomoby with parameters of type AbstractMobyObject | |
---|---|
static String |
MobyMessageContext.getMobyName(AbstractMobyObject mobyObject)
|
Uses of AbstractMobyObject in org.inb.biomoby.client.gui |
---|
Classes in org.inb.biomoby.client.gui with type parameters of type AbstractMobyObject | |
---|---|
class |
AbstractMobyComponent<T extends AbstractMobyObject>
An abstract visualization component that all components must extend. |
class |
DefaultMobyComponent<T extends AbstractMobyObject>
|
class |
DynamicMobyComponent<K extends AbstractMobyObject,T extends IDynamicComponent.MobyComponentListener>
|
Uses of AbstractMobyObject in org.inb.biomoby.client.gui.auxiliary |
---|
Methods in org.inb.biomoby.client.gui.auxiliary that return AbstractMobyObject | |
---|---|
AbstractMobyObject |
MultilineCommentedAASequenceDescriptionPane.getData()
|
AbstractMobyObject |
MultilineCommentedNASequenceDescriptionMobyComponent.getData()
|
AbstractMobyObject |
AssertedWrapperComponent.getData()
|
Uses of AbstractMobyObject in org.inb.biomoby.client.gui.ontology |
---|
Methods in org.inb.biomoby.client.gui.ontology that return AbstractMobyObject | |
---|---|
AbstractMobyObject |
AnnotationComponent.getData()
|
AbstractMobyObject |
MobyObjectComponent.getData()
|
AbstractMobyObject |
PatternComponent.getData()
|
Methods in org.inb.biomoby.client.gui.ontology with parameters of type AbstractMobyObject | |
---|---|
static AbstractMobyComponent |
MobyComponentFactory.getMobyComponent(AbstractMobyObject object)
|
Uses of AbstractMobyObject in org.inb.biomoby.shared.datatypes |
---|
Subclasses of AbstractMobyObject in org.inb.biomoby.shared.datatypes | |
---|---|
class |
MobyBinary
This class is a not standard Moby primitive type. |
class |
MobyBoolean
|
class |
MobyDateTime
|
class |
MobyFloat
|
class |
MobyInteger
|
class |
MobyString
|
Uses of AbstractMobyObject in org.inb.biomoby.shared.message |
---|
Subclasses of AbstractMobyObject in org.inb.biomoby.shared.message | |
---|---|
class |
AnyMobyObject
This class is a substitution to ontology classes. |
class |
MobyObject
|
Methods in org.inb.biomoby.shared.message with type parameters of type AbstractMobyObject | ||
---|---|---|
|
MobySimple.getObject()
|
Methods in org.inb.biomoby.shared.message that return AbstractMobyObject | |
---|---|
AbstractMobyObject |
AnyMobyObject.getAttribute(String articleName)
Method makes public an access to internal properties |
AbstractMobyObject |
MobySimple.getMobyObject()
|
Methods in org.inb.biomoby.shared.message that return types with arguments of type AbstractMobyObject | |
---|---|
List<AbstractMobyObject> |
MobyObject.getAttributes()
The method returns all elements (has, hasa as well as inherited from parent elements) Usually there is no need to use this method because datatype generated classes suppose to have apropriate getters and setters for their data. |
List<AbstractMobyObject> |
AnyMobyObject.getAttributes(String articleName)
|
Methods in org.inb.biomoby.shared.message with parameters of type AbstractMobyObject | |
---|---|
boolean |
MobyObject.putAttribute(String articleName,
AbstractMobyObject object)
The method adds an attribute to the object |
void |
MobySimple.setMobyObject(AbstractMobyObject object)
|
Constructors in org.inb.biomoby.shared.message with parameters of type AbstractMobyObject | |
---|---|
MobySimple(AbstractMobyObject object)
|
|
MobySimple(AbstractMobyObject object,
String articleName)
|
Uses of AbstractMobyObject in org.inb.biomoby.shared.ontology |
---|
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |