|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectType in org.inb.biomoby.central |
---|
Methods in org.inb.biomoby.central that return ObjectType | |
---|---|
ObjectType |
MobyCentralOperations.retrieveObjectDefinition(ObjectType objectType)
|
Methods in org.inb.biomoby.central that return types with arguments of type ObjectType | |
---|---|
List<Relationship<ObjectType>> |
MobyCentralOperations.relationships(ObjectType objectType,
List<Relationship.RELATIONSHIP_TYPE> relationships,
Relationship.DIRECTION_TYPE direction,
boolean expandRelationship)
|
List<ObjectType> |
MobyCentralOperations.retrieveObjectNames()
|
Methods in org.inb.biomoby.central with parameters of type ObjectType | |
---|---|
Registration |
MobyCentralOperations.deregisterObjectClass(ObjectType objectType)
|
Registration |
MobyCentralOperations.registerObjectClass(ObjectType objectType)
|
List<Relationship<ObjectType>> |
MobyCentralOperations.relationships(ObjectType objectType,
List<Relationship.RELATIONSHIP_TYPE> relationships,
Relationship.DIRECTION_TYPE direction,
boolean expandRelationship)
|
ObjectType |
MobyCentralOperations.retrieveObjectDefinition(ObjectType objectType)
|
Uses of ObjectType in org.inb.biomoby.central.factory.jaxb |
---|
Methods in org.inb.biomoby.central.factory.jaxb that return ObjectType | |
---|---|
ObjectType |
JAXBMobyCentralImpl.retrieveObjectDefinition(ObjectType objectType)
|
Methods in org.inb.biomoby.central.factory.jaxb that return types with arguments of type ObjectType | |
---|---|
List<Relationship<ObjectType>> |
JAXBMobyCentralImpl.relationships(ObjectType objectType,
List<Relationship.RELATIONSHIP_TYPE> relationships,
Relationship.DIRECTION_TYPE direction,
boolean expandRelationship)
|
List<ObjectType> |
JAXBMobyCentralImpl.retrieveObjectNames()
|
Methods in org.inb.biomoby.central.factory.jaxb with parameters of type ObjectType | |
---|---|
static RegisterObjectClassOperation.ObjectType |
ModelConverter.convert(ObjectType objectType)
|
Registration |
JAXBMobyCentralImpl.deregisterObjectClass(ObjectType objectType)
|
Registration |
JAXBMobyCentralImpl.registerObjectClass(ObjectType objectType)
|
List<Relationship<ObjectType>> |
JAXBMobyCentralImpl.relationships(ObjectType objectType,
List<Relationship.RELATIONSHIP_TYPE> relationships,
Relationship.DIRECTION_TYPE direction,
boolean expandRelationship)
|
ObjectType |
JAXBMobyCentralImpl.retrieveObjectDefinition(ObjectType objectType)
|
Uses of ObjectType in org.inb.biomoby.central.gui |
---|
Methods in org.inb.biomoby.central.gui that return ObjectType | |
---|---|
ObjectType |
ObjectTypeAnnotationPanel.getObjectType()
|
Methods in org.inb.biomoby.central.gui with parameters of type ObjectType | |
---|---|
void |
ObjectTypeAnnotationPanel.modelObjectChanged(ObjectType object1,
ObjectType object2)
|
void |
ObjectTypeAnnotationPanel.modelObjectInserted(ObjectType object)
|
void |
ObjectTypeAnnotationPanel.modelObjectRemoved(ObjectType object)
|
void |
ObjectTypeAnnotationPanel.setObjectType(ObjectType objectType)
Set up a new BioMoby datatype to edit its annotations. |
Constructor parameters in org.inb.biomoby.central.gui with type arguments of type ObjectType | |
---|---|
ObjectTypeAnnotationPanel(AbstractModel<ObjectType> model)
|
Uses of ObjectType in org.inb.biomoby.central.gui.dnd |
---|
Methods in org.inb.biomoby.central.gui.dnd that return types with arguments of type ObjectType | |
---|---|
static Set<ObjectType> |
ObjectTypeTransferHandler.getRelationships(DefaultMutableTreeNode root,
ObjectType object)
|
Collection<ObjectType> |
ObjectTypeTransferable.getTransferData(DataFlavor flavor)
|
Methods in org.inb.biomoby.central.gui.dnd with parameters of type ObjectType | |
---|---|
static Set<ObjectType> |
ObjectTypeTransferHandler.getRelationships(DefaultMutableTreeNode root,
ObjectType object)
|
Constructors in org.inb.biomoby.central.gui.dnd with parameters of type ObjectType | |
---|---|
ObjectTypeTransferable(ObjectType type)
|
|
ObjectTypeTransferable(ObjectType type,
DataFlavor flavor)
|
Constructor parameters in org.inb.biomoby.central.gui.dnd with type arguments of type ObjectType | |
---|---|
ObjectTypeTransferable(Collection<ObjectType> types)
|
|
ObjectTypeTransferable(Collection<ObjectType> types,
DataFlavor flavor)
|
Uses of ObjectType in org.inb.biomoby.central.gui.model |
---|
Methods in org.inb.biomoby.central.gui.model that return ObjectType | |
---|---|
ObjectType |
MobyObjectPropertiesTableModel.getClazz()
|
Methods in org.inb.biomoby.central.gui.model that return types with arguments of type ObjectType | |
---|---|
Relationship<ObjectType> |
MobyObjectPropertiesTableModel.addProperty(ObjectType property)
Method to add a property into the table model |
Relationship<ObjectType> |
MobyPropertiesTableModel.addProperty(ObjectType property)
|
Relationship<ObjectType> |
MobyPropertiesTableModel.get(int row)
|
AbstractModel<ObjectType> |
MobyObjectPropertiesTableModel.getModel()
|
Relationship<ObjectType> |
MobyObjectPropertiesTableModel.remove(int row)
|
Relationship<ObjectType> |
MobyPropertiesTableModel.remove(int row)
|
Methods in org.inb.biomoby.central.gui.model with parameters of type ObjectType | |
---|---|
void |
MobyObjectPropertiesTableModel.addProperties(ObjectType clazz)
|
void |
MobyPropertiesTableModel.addProperties(ObjectType clazz)
|
Relationship<ObjectType> |
MobyObjectPropertiesTableModel.addProperty(ObjectType property)
Method to add a property into the table model |
Relationship<ObjectType> |
MobyPropertiesTableModel.addProperty(ObjectType property)
|
DefaultMutableTreeNode |
DataTypesTreeModel.findNode(ObjectType element)
|
void |
MobyObjectPropertiesTableModel.modelObjectChanged(ObjectType objectType1,
ObjectType objectType2)
|
void |
DataTypesTreeModel.modelObjectChanged(ObjectType object1,
ObjectType object2)
|
void |
MobyObjectPropertiesTableModel.modelObjectInserted(ObjectType objectType)
|
void |
DataTypesTreeModel.modelObjectInserted(ObjectType object)
|
void |
MobyObjectPropertiesTableModel.modelObjectRemoved(ObjectType objectType)
|
void |
DataTypesTreeModel.modelObjectRemoved(ObjectType object)
|
void |
MobyObjectPropertiesTableModel.setClazz(ObjectType objectType)
|
Constructor parameters in org.inb.biomoby.central.gui.model with type arguments of type ObjectType | |
---|---|
MobyObjectPropertiesTableModel(AbstractModel<ObjectType> model)
|
Uses of ObjectType in org.inb.biomoby.central.gui.renderer |
---|
Methods in org.inb.biomoby.central.gui.renderer that return ObjectType | |
---|---|
ObjectType |
ClassNameTreeCellEditor.getCellEditorValue()
|
ObjectType |
PropertyNameTableCellEditor.getCellEditorValue()
|
ObjectType |
PropertyTableCellRenderer.getClazz()
|
Methods in org.inb.biomoby.central.gui.renderer with parameters of type ObjectType | |
---|---|
void |
ObjectTypeTableCellEditor.ObjectTypeComboBoxModel.modelObjectChanged(ObjectType objectType1,
ObjectType objectType2)
|
void |
ObjectTypeTableCellEditor.ObjectTypeComboBoxModel.modelObjectInserted(ObjectType objectType)
|
void |
ObjectTypeTableCellEditor.ObjectTypeComboBoxModel.modelObjectRemoved(ObjectType objectType)
|
void |
PropertyTableCellRenderer.setClazz(ObjectType objectType)
|
Constructor parameters in org.inb.biomoby.central.gui.renderer with type arguments of type ObjectType | |
---|---|
ObjectTypeTableCellEditor.ObjectTypeComboBoxModel(AbstractModel<ObjectType> model)
|
|
ObjectTypeTableCellEditor(AbstractModel<ObjectType> model)
|
Uses of ObjectType in org.inb.biomoby.central.model |
---|
Methods in org.inb.biomoby.central.model that return types with arguments of type ObjectType | |
---|---|
List<ObjectType> |
DatatypesModel.getElements()
Method to get all datatypes from the model |
Methods in org.inb.biomoby.central.model with parameters of type ObjectType | |
---|---|
boolean |
DatatypesModel.addElement(ObjectType element)
Method to register a new datatype with a BioMoby Registry. |
boolean |
DatatypesModel.removeElement(ObjectType element)
Method to unregister a datatype from a BioMoby Registry. |
boolean |
DatatypesModel.updateElement(ObjectType element1,
ObjectType element2)
A method that updates an element referred by element1 with data provided by element2. |
Uses of ObjectType in org.inb.biomoby.shared.registry |
---|
Methods in org.inb.biomoby.shared.registry that return ObjectType | |
---|---|
ObjectType |
ObjectType.clone()
|
ObjectType |
Simple.getObjectType()
|
Methods in org.inb.biomoby.shared.registry that return types with arguments of type ObjectType | |
---|---|
Relationship<ObjectType> |
ObjectType.getRelationship(Relationship.RELATIONSHIP_TYPE relationshipType)
Auxiliary method to find relationship by its type |
List<Relationship<ObjectType>> |
ObjectType.getRelationships()
|
Methods in org.inb.biomoby.shared.registry with parameters of type ObjectType | |
---|---|
void |
Simple.setObjectType(ObjectType objectType)
|
Method parameters in org.inb.biomoby.shared.registry with type arguments of type ObjectType | |
---|---|
void |
ObjectType.addRelationship(Relationship<ObjectType> relationship)
|
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |