ADVANCED INFORMATION

TECHNOLOGY SOLUTIONS _____

 

Home         Products         Services         Free Quote         Site Map          Advanced Search          Contact .

 

 Strategic Outsourcing             Scientific Solutions              Business Applications           Software Tools .

 

 Talk to a representative > .

Home
Abstract
Quickstart
Presentations
Achitecture
Meta Model
Diagram Markup Language
Extension Points
SBML Support
BioUML Download
Release Notes
Development Roadmap
Cyclonet Project
Team: Systems Modeling
Module Type
Diagram View Part
Diagram Editor Part
Visible Plug-in
Repository Actions

In this section:

<< | >>

In this sub-section:

\\

 

Sample GUI's >>>>>

Testimonial Laurent Favre, CEO, AlternativeSoft AG - http://www.alternativesoft.com/

"We have been working with [ITC Software] for more than 2 years now. We started with contract basis work and finally came to ODC which is completely dedicated for our tasks. High team stability, good proficiency and efficient administration support are the factors which bring high value to our collaboration."  ..../more

 

TED Ideas worth spreading.

Inspired talks by the
world's greatest
thinkers and doers >>

 

Climate Change >


> Decision Theory
 

 

Framework for Systems Biology

 

 


BioUML Workbench Extension Points

Extension point: biouml.workbench.diagramEditorPart

Diagram editor part

Identifier:  biouml.workbench.diagramEditorPart

Description: BioUML workbench provides special pane where editors for some diagram data will be shown. Any plug-in can contribute specific editors to modify some diagram data. Typical example of diagram editor is DiagramDescriptionEditor allowing user to edit diagram description as HTML or plain text.

Configuration Markup:

<!ELEMENT diagramViewPart>
<!ATTLIST diagramViewPart>
  class             CDATA   #REQUIRED
  Name              CDATA 
  ShortDescription  CDATA 
  Priority          CDATA
>
  • class - the fully-qualified name of a class which implements ru.biosoft.gui.EditorPart.
  • Name - tab display name
  • ShortDescription - editor part short description, can be used as tool tip
  • Priority - tab priority, tabs will be sorted according they priority.

EditorPart attributes are mapped to corresponding Action properties using the associated key, so other Action or user defined attributes can be used.
See
Action.getValue(String key) for details.

Examples:

Following is an example of a DiagramDescriptionEditor definition:

  <extension id="Diagram description" point="diagramEditorPart">
      <diagramEditorPart 
       class="biouml.workbench.diagram.DiagramDescriptionEditor"
        Name="Description"
        ShortDescription="Diagram legend"
        Priority = "1.1"
      /> 
  </extension> 

API Information: The value of the class attribute must represent an implementor of ru.biosoft.gui.EditorPart.

Supplied Implementation:

  • biouml.workbench.diagram.DiagramDescriptionEditor
    - allows user to edit diagram description as HTML or plain text.
  • biouml.workbench.diagram.VariablesTabularEditor
    - tabular inspector for model variables.
  • biouml.workbench.diagram.ConstantsTabularEditor
    - tabular inspector for model constants.


[\\] [Module Type] [Diagram View Part] [Diagram Editor Part] [Visible Plug-in] [Repository Actions]

 

  Issue Online Request for Proposal.

 
Home    Site Map    FREE Quote    Advanced Search     About us      Meet the Team      Legal    Investors   Contact

© 2002-2008  ITC Software. All rights reserved. This site was last updated on 10/22/2008

Product and company names mentioned herein may be trademarks of their respective owners. info(at)itcsoftware.com
      

web metrics
 


Recommend this page: