Uses of Interface
ru.biosoft.access.DataElement

Packages that use DataElement
biouml.model   
biouml.model.dynamics   
biouml.model.util   
biouml.plugins.cellml   
biouml.plugins.ginsim   
biouml.plugins.gxl   
biouml.plugins.sbml   
biouml.plugins.sbw   
biouml.plugins.simulation   
biouml.plugins.simulation.access   
biouml.plugins.simulation.plot   
biouml.plugins.simulation.plot.access   
biouml.standard   
biouml.standard.filter   
biouml.standard.type   
biouml.standard.type.access   
ru.biosoft.access Provides classes and interfaces for data collections. 
ru.biosoft.access.repository   
ru.biosoft.access.search   
ru.biosoft.access.support   
ru.biosoft.gui   
ru.biosoft.plugins   
ru.biosoft.plugins.javascript   
 

Uses of DataElement in biouml.model
 

Subinterfaces of DataElement in biouml.model
 interface ModuleType
           
 

Classes in biouml.model that implement DataElement
 class Compartment
          General definition of the compartment as a container for nodes and edges between them.
 class Diagram
           
 class DiagramElement
          Common definition of diagram element.
 class Edge
          Edge is directed relation between two diagram nodes, called "input" and "output".
 class EquivalentNodeGroup
          Group of equivalent nodes.
 class Module
          The module data is hierarchically organised in following manner: Diagrams
DataCollection of Diagrams.
 class Node
          Diagram node element
 

Methods in biouml.model that return DataElement
 DataElement Module.getKernel(java.lang.String relativeName)
           
 DataElement Module.getKernel(java.lang.Class c, java.lang.String name)
           
 DataElement Compartment.get(java.lang.String name)
           
 DataElement Compartment.put(DataElement obj)
           
 

Methods in biouml.model with parameters of type DataElement
static Module Module.getModule(DataElement element)
           
 void Module.putKernel(DataElement kernel)
           
 boolean Compartment.contains(DataElement de)
           
 DataElement Compartment.put(DataElement obj)
           
 

Uses of DataElement in biouml.model.dynamics
 

Classes in biouml.model.dynamics that implement DataElement
 class Variable
          Model parameter.
 class VariableRole
          General variable definition.
 class VariablesDataCollection
           
 

Fields in biouml.model.dynamics declared as DataElement
protected  DataElement EModel.elementToRemove
           
 

Methods in biouml.model.dynamics with parameters of type DataElement
 boolean EModel.VariableFilter.isAcceptable(DataElement de)
           
 

Uses of DataElement in biouml.model.util
 

Methods in biouml.model.util that return DataElement
 DataElement DiagramXmlTransformer.transformOutput(DataElement output)
          Transform output data element to input data element.
 DataElement DiagramXmlTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Methods in biouml.model.util with parameters of type DataElement
 DataElement DiagramXmlTransformer.transformOutput(DataElement output)
          Transform output data element to input data element.
 DataElement DiagramXmlTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Uses of DataElement in biouml.plugins.cellml
 

Classes in biouml.plugins.cellml that implement DataElement
 class CellMLModuleType
          Module type that process CellML 1.0 and 1.1 biochemical models.
 class Species
          This is a wrapper class to handle RDF elemenet assotiated with CellML component.
 

Methods in biouml.plugins.cellml that return DataElement
 DataElement CellMLDiagramTransformer.transformOutput(DataElement output)
          Writes SBML model into file.
 DataElement CellMLDiagramTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Methods in biouml.plugins.cellml with parameters of type DataElement
 DataElement CellMLDiagramTransformer.transformOutput(DataElement output)
          Writes SBML model into file.
 DataElement CellMLDiagramTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Uses of DataElement in biouml.plugins.ginsim
 

Classes in biouml.plugins.ginsim that implement DataElement
 class GinSimEdgeKernel
           
 class GinSimNodeKernel
           
 

Methods in biouml.plugins.ginsim that return DataElement
 DataElement GinSimTransformer.transformOutput(DataElement output)
          Writes Diagram model into GXL file.
 DataElement GinSimTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Methods in biouml.plugins.ginsim with parameters of type DataElement
 DataElement GinSimTransformer.transformOutput(DataElement output)
          Writes Diagram model into GXL file.
 DataElement GinSimTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Uses of DataElement in biouml.plugins.gxl
 

Methods in biouml.plugins.gxl that return DataElement
 DataElement GxlTransformer.transformOutput(DataElement output)
          Writes Diagram model into GXL file.
 DataElement GxlTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Methods in biouml.plugins.gxl with parameters of type DataElement
 DataElement GxlTransformer.transformOutput(DataElement output)
          Writes Diagram model into GXL file.
 DataElement GxlTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Uses of DataElement in biouml.plugins.sbml
 

Classes in biouml.plugins.sbml that implement DataElement
 class SbmlModuleType
          Module type that process SBML diagrams.
 class Specie
           
 

Methods in biouml.plugins.sbml that return DataElement
 DataElement SbmlDiagramTransformer.transformOutput(DataElement output)
          Writes SBML model into file.
 DataElement SbmlDiagramTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Methods in biouml.plugins.sbml with parameters of type DataElement
 DataElement SbmlDiagramTransformer.transformOutput(DataElement output)
          Writes SBML model into file.
 DataElement SbmlDiagramTransformer.transformInput(DataElement input)
          Transform input data element to output data element.
 

Uses of DataElement in biouml.plugins.sbw
 

Classes in biouml.plugins.sbw that implement DataElement
 class SbwModule
           
 class SbwService
           
 class SbwServiceCategory
           
 class SbwServiceMethod
           
 class SbwVisiblePlugin
          Wrapper class to get access to SBW modules from BioUML.
 

Methods in biouml.plugins.sbw that return DataElement
protected  DataElement SbwService.doGet(java.lang.String name)
           
 DataElement SbwService.getAt(int index)
           
protected  DataElement SbwModule.doGet(java.lang.String name)
           
 DataElement SbwModule.getAt(int index)
           
protected  DataElement SbwHost.find(java.lang.String path)
           
 

Uses of DataElement in biouml.plugins.simulation
 

Classes in biouml.plugins.simulation that implement DataElement
 class SimulationResult
           
 

Uses of DataElement in biouml.plugins.simulation.access
 

Methods in biouml.plugins.simulation.access that return DataElement
 DataElement SimulationResultTransformer.transformInput(DataElement input)
           
 DataElement SimulationResultTransformer.transformOutput(DataElement de)
           
 DataElement SimulationResultSqlTransformer.create(java.sql.ResultSet resultSet, java.sql.Connection connection)
           
 

Methods in biouml.plugins.simulation.access with parameters of type DataElement
 DataElement SimulationResultTransformer.transformInput(DataElement input)
           
 DataElement SimulationResultTransformer.transformOutput(DataElement de)
           
 void SimulationResultSqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
           
 

Uses of DataElement in biouml.plugins.simulation.plot
 

Classes in biouml.plugins.simulation.plot that implement DataElement
 class Plot
           
 

Uses of DataElement in biouml.plugins.simulation.plot.access
 

Methods in biouml.plugins.simulation.plot.access that return DataElement
 DataElement PlotTransformer.transformInput(DataElement input)
           
 DataElement PlotTransformer.transformOutput(DataElement de)
           
 DataElement PlotSqlTransformer.create(java.sql.ResultSet resultSet, java.sql.Connection connection)
           
 

Methods in biouml.plugins.simulation.plot.access with parameters of type DataElement
 DataElement PlotTransformer.transformInput(DataElement input)
           
 DataElement PlotTransformer.transformOutput(DataElement de)
           
 void PlotSqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
           
 

Uses of DataElement in biouml.standard
 

Classes in biouml.standard that implement DataElement
 class SqlModuleType
           
 class StandardModuleType
          Definition of standard BioUML module.
 

Uses of DataElement in biouml.standard.filter
 

Methods in biouml.standard.filter with parameters of type DataElement
abstract  java.lang.String ValueActionFilter.getValue(DataElement de)
           
 java.lang.String BiopolimerDiagramFilter.SpeciesFilter.getValue(DataElement de)
           
 java.lang.String BiopolimerDiagramFilter.CellTypeFilter.getValue(DataElement de)
           
 java.lang.String BiopolimerDiagramFilter.InducerFilter.getValue(DataElement de)
           
 

Uses of DataElement in biouml.standard.type
 

Subinterfaces of DataElement in biouml.standard.type
 interface Base
          General interface to be implemented by all classes to be used as BioUML diagram elements.
 interface Relation
          Intermediary class to generalize what is common for all relations/edges as well as to define common constants.
 

Classes in biouml.standard.type that implement DataElement
 class BaseSupport
          Base class for all data element types.
 class Biopolymer
           
 class Cell
          Stub
 class Concept
           
 class Constant
          Some constant that can be used in kinetic or other equations.
 class DatabaseInfo
          Many data elements can refer to other databases through its database references field.
 class DiagramInfo
          Defines common properties for diagram description.
 class DiagramReference
           
 class Function
          Molecular function is an activity or task performed by a gene product or other biological entity.
 class Gene
          Stub
 class GenericEntity
           
 class KineticType
          Definition of KinetReactionType defines: - meta information about reaction
 class LiteratureReference
          Defines coomon properties of literature reference.
 class Molecule
           
 class Process
          Biological process is a biological goal that requires more than one function.
 class Protein
          Stub
 class Reaction
           
 class Referrer
          Extention of GenericEntity that contains references to other databases and literature sources.
 class RelationType
          Unit to specify kinetic constat, parameter or variable units.
 class RNA
          Stub
 class SemanticRelation
          SemanticRelatio specified semantic relationships between concepts (kernels) assotiated with two nodes on the diagram.
 class SpecieReference
          SpecieReference specifies role of molecule involved in the Reaction.
 class State
          State, stage or variant of biological system or its subunits.
 class Stub
           
static class Stub.Note
           
static class Stub.NoteLink
           
 class Substance
          Stub
 class Unit
          Unit to specify kinetic constat, parameter or variable units.
 

Methods in biouml.standard.type that return DataElement
 DataElement Reaction.get(java.lang.String name)
           
 DataElement Reaction.put(DataElement obj)
           
 

Methods in biouml.standard.type with parameters of type DataElement
 boolean Reaction.contains(DataElement de)
           
 DataElement Reaction.put(DataElement obj)
           
 

Uses of DataElement in biouml.standard.type.access
 

Methods in biouml.standard.type.access that return DataElement
 DataElement UnitSqlTransformer.create(java.sql.ResultSet resultSet, java.sql.Connection connection)
           
protected  DataElement SubstanceSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
 DataElement SpeciesSqlTransformer.create(java.sql.ResultSet resultSet, java.sql.Connection connection)
           
protected  DataElement RNASqlTransformer.createElement(java.sql.ResultSet resultSet)
           
 DataElement RelationTypeSqlTransformer.create(java.sql.ResultSet resultSet, java.sql.Connection connection)
           
protected  DataElement RelationSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
 DataElement ReactionTransformer.transformInput(DataElement input)
          Read Reaction object from Entry object.
 DataElement ReactionTransformer.transformOutput(DataElement input)
          Write Reaction object to Entry object.
protected  DataElement ReactionSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
 DataElement ReactionSqlTransformer.create(java.sql.ResultSet resultSet, java.sql.Connection connection)
           
protected  DataElement ProteinSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
protected  DataElement GeneSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
 DataElement DiagramSqlTransformer.create(java.sql.ResultSet resultSet, java.sql.Connection connection)
           
protected  DataElement DiagramSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
protected  DataElement DatabaseInfoSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
protected  DataElement ConceptSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
 DataElement ConceptSqlTransformer.create(java.sql.ResultSet resultSet, java.sql.Connection connection)
           
protected  DataElement CompartmentSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
protected  DataElement CellSqlTransformer.createElement(java.sql.ResultSet resultSet)
           
 

Methods in biouml.standard.type.access with parameters of type DataElement
 void UnitSqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
           
 void SpeciesSqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
           
protected  java.lang.String RNASqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] RNASqlTransformer.getSpecificValues(DataElement de)
           
 void RelationTypeSqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
           
protected  java.lang.String RelationSqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] RelationSqlTransformer.getSpecificValues(DataElement de)
           
 DataElement ReactionTransformer.transformInput(DataElement input)
          Read Reaction object from Entry object.
 DataElement ReactionTransformer.transformOutput(DataElement input)
          Write Reaction object to Entry object.
protected  java.lang.String ReactionSqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] ReactionSqlTransformer.getSpecificValues(DataElement de)
           
 void ReactionSqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
           
protected  java.lang.String ProteinSqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] ProteinSqlTransformer.getSpecificValues(DataElement de)
           
protected  java.lang.String GeneSqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] GeneSqlTransformer.getSpecificValues(DataElement de)
           
protected  java.lang.String DiagramSqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] DiagramSqlTransformer.getSpecificValues(DataElement de)
           
 void DiagramSqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
           
protected  java.lang.String DatabaseInfoSqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] DatabaseInfoSqlTransformer.getSpecificValues(DataElement de)
           
protected  java.lang.String ConceptSqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] ConceptSqlTransformer.getSpecificValues(DataElement de)
           
 void ConceptSqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
           
protected  java.lang.String CompartmentSqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] CompartmentSqlTransformer.getSpecificValues(DataElement de)
           
protected  java.lang.String CellSqlTransformer.getSpecificFields(DataElement de)
           
protected  java.lang.String[] CellSqlTransformer.getSpecificValues(DataElement de)
           
 void BiopolymerSqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
           
 

Uses of DataElement in ru.biosoft.access
 

Subinterfaces of DataElement in ru.biosoft.access
 interface CollectionUnion
          Collection that is union of several collections.
 interface DataCollection
          DataCollection is a set of homogeneous DataElements.
 interface MutableDataElement
           
 

Classes in ru.biosoft.access that implement DataElement
 class AbstractDataCollection
          This abstract class provides default implementations for most of the methods in the DataCollection interface.
 class DataCollectionUnion
          Collection that is union of several collections.
 class DataCollectionUnion2
           
 class DataElementRef
           
 class DataElementSupport
          Implements DataElement interface by common way.
 class DerivedDataCollection
          General class for derived data collection.
 class Entry
          DataElement that store his data in text-based format.
 class EntryCollection
           
 class FileCollection
          FileCollection is DataCollection for storing FileDataElement objects .
 class FileDataElement
          FileDataElement is DataElement which wraps the File object.
 class FileEntryCollection
          Implements simple access procedures to databases in EMBL-like format.
 class FileEntryCollection2
           
 class FilteredDataCollection
           
 class LocalRepository
          LocalRepository creates hierarchical DataCollection.
 class MutableDataElementSupport
           
 class SqlDataCollection
          DataCollection which store all information in SQL DBMS.
 class TransformedDataCollection
          Implemnation note: we are not propagate DataCollectionEvents, because this work is done by primary DataCollection (it has the same parent).
 class VectorDataCollection
          DataCollection based on Vector ( DataElement's is stored in Vector ).
 

Fields in ru.biosoft.access declared as DataElement
protected  DataElement TransformedDataCollection.current
          Used to optimise doPut function.
protected  DataElement DataCollectionUndoListener.elementToRemove
           
 

Methods in ru.biosoft.access that return DataElement
 DataElement XMLTransformer.transformInput(DataElement input)
           
 DataElement XMLTransformer.transformOutput(DataElement output)
           
 DataElement VectorDataCollection.put(DataElement element)
          Add the specified element to this data collection.
 DataElement VectorDataCollection.getAt(int index)
          Returns the element at the specified position in this data collection.
protected  DataElement VectorDataCollection.doGet(java.lang.String name)
          Returns the element with the specified name from this data collection.
 DataElement Transformer.transformInput(DataElement input)
          Transform input data element to output data element.
 DataElement Transformer.transformOutput(DataElement output)
          Transform output data element to input data element.
 DataElement TransformedDataCollection.doGet(java.lang.String name)
          Implements specific get action for transformed data collection to get the specified by name data element from the collection.
 DataElement SqlTransformer.create(java.sql.ResultSet resultSet, java.sql.Connection connection)
          Extracts all needed fields from resultSet, and create instance of DataElement.
protected  DataElement SqlDataCollection.doGet(java.lang.String name)
          Extracts and returns DataElement with specified name from the data collection.
protected  DataElement LocalRepository.doGet(java.lang.String name)
           
 DataElement LocalRepository.getAt(int index)
           
 DataElement FilteredDataCollection.get(java.lang.String name)
           
 DataElement FilteredDataCollection.put(DataElement de)
           
protected  DataElement FileEntryCollection2.doGet(java.lang.String name)
           
protected  DataElement FileEntryCollection.doGet(java.lang.String name)
          Read entry with specified name from file.
 DataElement DerivedDataCollection.doGet(java.lang.String name)
          Calls DataCollection.get(String) method of primary collection
 DataElement DataElementRef.getElement()
           
 DataElement DataCollectionUnion2.get(java.lang.String name)
           
 DataElement DataCollectionUnion2.put(DataElement de)
           
 DataElement DataCollectionUnion.get(java.lang.String name)
          Returns the DataElement with the specified composite name.
 DataElement DataCollectionEvent.getDataElement()
           
 DataElement DataCollection.get(java.lang.String name)
          Returns the DataElement with the specified name.
 DataElement DataCollection.put(DataElement obj)
          Adds the specified data element to the collection.
static DataElement CollectionFactory.getDataElement(java.lang.String completeName)
          Returns the DataElement with the specified name.
static DataElement CollectionFactory.getDataElement(java.lang.String relativeName, DataCollection ancestor)
          Returns the DataElement with the specified name.
 DataElement AbstractDataCollection.get(java.lang.String name)
          Gets data element with specified name.
 DataElement AbstractDataCollection.put(DataElement element)
          Adds the specified data element to the collection.
protected  DataElement AbstractDataCollection.doGet(java.lang.String name)
          This method should be implemented in subclasses to get the specified data element from the collection.
 

Methods in ru.biosoft.access with parameters of type DataElement
 DataElement XMLTransformer.transformInput(DataElement input)
           
 DataElement XMLTransformer.transformOutput(DataElement output)
           
 DataElement VectorDataCollection.put(DataElement element)
          Add the specified element to this data collection.
protected  void VectorDataCollection.doPut(DataElement dataElement, boolean isNew)
          Add the specified element to this data collection.
 DataElement Transformer.transformInput(DataElement input)
          Transform input data element to output data element.
 DataElement Transformer.transformOutput(DataElement output)
          Transform output data element to input data element.
 void TransformedDataCollection.doPut(DataElement element, boolean isNew)
          Implements specific put action for transformed data collection to put the specified data element into the primary collection.
 void SqlTransformerSupport.addUpdateCommands(java.sql.Statement statement, DataElement de)
          Adds set of SQL commands to the statement to update data element in the table.
 void SqlTransformer.addInsertCommands(java.sql.Statement statement, DataElement de)
          Adds set of SQL commands to the statement to insert data element into the table.
 void SqlTransformer.addUpdateCommands(java.sql.Statement statement, DataElement de)
          Adds set of SQL commands to the statement to update data element in the table.
protected  void SqlDataCollection.putInCache(DataElement de)
          Put element in cache.
protected  void SqlDataCollection.doPut(DataElement de, boolean isNew)
          Adds the specified data element to the collection.
abstract  java.lang.String PatternFilter.getCheckedProperty(DataElement de)
          This method should be implemented in subclasses to return property value that should match the pattern.
 boolean PatternFilter.isAcceptable(DataElement de)
           
protected  void FilteredDataCollection.cachePut(DataElement de)
          Just a stub.
 DataElement FilteredDataCollection.put(DataElement de)
           
 boolean Filter.isAcceptable(DataElement de)
          Return is data element accepted by filter.
 boolean Filter.IncludeAllFilter.isAcceptable(DataElement de)
          Always return true.
 boolean Filter.IncludeNoneFilter.isAcceptable(DataElement de)
          Always return false.
protected  void FileEntryCollection2.doPut(DataElement element, boolean isNew)
           
protected  void FileEntryCollection.doPut(DataElement element, boolean isNew)
          Write entry into the file.
protected  void FileCollection.doPut(DataElement dataElement, boolean isNew)
          Puts FileDataElement to the collection .
 boolean DerivedDataCollection.contains(DataElement de)
          Calls DataCollection.contains(DataElement) method of primary data collection.
protected  void DerivedDataCollection.doPut(DataElement element, boolean isNew)
          Calls DataCollection.put(DataElement) of primary collection Puts the specified data element into the primary collection.
 DataElement DataCollectionUnion2.put(DataElement de)
           
 boolean DataCollectionUnion.contains(DataElement element)
          Returns true if this data collection contains the specified data element.
 boolean DataCollection.contains(DataElement element)
          Returns true if this data collection contains the specified element, false otherwise
 DataElement DataCollection.put(DataElement obj)
          Adds the specified data element to the collection.
 boolean CompositeFilter.isAcceptable(DataElement de)
          To satisfy this filter DataElement should satisfy all all subfilters.
static java.lang.String CollectionFactory.getRelativeName(DataElement child, DataCollection ancestor)
          Returns complete name of DataElement relative its ancestor.
 boolean AbstractDataCollection.contains(DataElement element)
          Check if this data collection contains the specified data element.
protected  void AbstractDataCollection.cachePut(DataElement de)
          Puts to cache data element.
 DataElement AbstractDataCollection.put(DataElement element)
          Adds the specified data element to the collection.
protected  void AbstractDataCollection.doPut(DataElement dataElement, boolean isNew)
          This method should be implemented in mutable subclasses to put the specified data element into the collection.
 

Constructors in ru.biosoft.access with parameters of type DataElement
DataCollectionRemoveUndo(DataElement elementWillRemove, DataCollection parent)
           
DataCollectionAddUndo(DataElement elementWillAdd, DataCollection parent)
           
 

Uses of DataElement in ru.biosoft.access.repository
 

Fields in ru.biosoft.access.repository declared as DataElement
protected  DataElement DataCollectionTreeModelAdapter.nodeWillRemove
           
 

Methods in ru.biosoft.access.repository that return DataElement
 DataElement RepositoryPane.getSelectedNode()
           
protected  DataElement RepositoryPane.getForName(java.lang.Object completeName)
           
protected  DataElement DataCollectionTreeModelAdapter.getForName(java.lang.Object completeName)
           
 

Methods in ru.biosoft.access.repository with parameters of type DataElement
 void RepositoryListener.nodeClicked(DataElement node, int clickCount)
           
 void RepositoryListener.selectionChanged(DataElement node)
           
 

Uses of DataElement in ru.biosoft.access.search
 

Methods in ru.biosoft.access.search with parameters of type DataElement
 boolean PropertyValueFilter.isAcceptable(DataElement de)
           
 boolean ArrayPropertyValueFilter.isAcceptable(DataElement de)
           
 

Uses of DataElement in ru.biosoft.access.support
 

Classes in ru.biosoft.access.support that implement DataElement
 class DatabaseEntry
          General class allowing to present (wrap) the database Entry as DynamicPropertySetSupport
 

Fields in ru.biosoft.access.support declared as DataElement
protected  DataElement NewDataElementDialog.de
           
 

Methods in ru.biosoft.access.support that return DataElement
 DataElement TagEntryTransformer.transformInput(DataElement input)
           
 DataElement TagEntryTransformer.transformOutput(DataElement input)
           
 DataElement NewDataElementDialog.getNewDataElement()
           
 DataElement DatabaseEntryTransformer.transformOutput(DataElement output)
           
 

Methods in ru.biosoft.access.support with parameters of type DataElement
 DataElement TagEntryTransformer.transformInput(DataElement input)
           
 DataElement TagEntryTransformer.transformOutput(DataElement input)
           
 DataElement DatabaseEntryTransformer.transformOutput(DataElement output)
           
 

Uses of DataElement in ru.biosoft.gui
 

Methods in ru.biosoft.gui with parameters of type DataElement
 void RepositoryDocument.nodeClicked(DataElement de, int clickCount)
           
 void RepositoryDocument.selectionChanged(DataElement de)
           
 

Uses of DataElement in ru.biosoft.plugins
 

Classes in ru.biosoft.plugins that implement DataElement
 class Plugins
          This class is used to show 'visible' plugins in plugins tab of repository pane.
 class VisiblePlugin
          Superclass for all 'visible' plugins.
 

Uses of DataElement in ru.biosoft.plugins.javascript
 

Classes in ru.biosoft.plugins.javascript that implement DataElement
 class ClassInfo
           
 class FunctionInfo
          Provides JavaScript function description, and description for its arguments, throwable exception and returned value.
 class HostObjectInfo
          Provides description of JavaScript host object.
 class JScriptVisiblePlugin
          Utility class used as root tree for JavaScript functions and host objects.
 class PropertyInfo
          Provides description for property of JavaScript class or host object.
 



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.