java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.graffiti.plugin.inspector.InspectorTab
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.biomodels.TabBiomodels
All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener

public class TabBiomodels
extends InspectorTab
Author:
matthiak
See Also:
Serialized Form
  • Constructor Details

    • TabBiomodels

      public TabBiomodels()
  • Method Details

    • resultForSBML

      public static void resultForSBML​(SimpleModel model, String modelstring)
    • resultError

      public void resultError​(Exception e)
    • getTitle

      public String getTitle()
      Description copied from class: InspectorTab
      Returns the title of the current InspectorTab.
      Overrides:
      getTitle in class InspectorTab
      Returns:
      the title of the current InspectorTab.
    • getName

      public String getName()
      Overrides:
      getName in class InspectorTab
    • visibleForView

      public boolean visibleForView​(View v)
      Specified by:
      visibleForView in class InspectorTab
    • getTabParentPath

      public String getTabParentPath()
      Description copied from class: InspectorTab
      returns a path string, that tells Vanted, where to put this tab. It is a dot-delimited string if it is not overridden, it'll return null and Vanted will put this tab on the root level If the path is not empty, Vanted puts this tab as child in the given tab hierarchy Example: return 'Network' and this tab is put as child in the Network Tab If the parent tab does not exist, it will be created
      Overrides:
      getTabParentPath in class InspectorTab
      Returns:
    • getPreferredTabPosition

      public int getPreferredTabPosition()
      Description copied from class: InspectorTab
      Returns the preferred tab position in its parent tab. It can be InspectorTab.{LEADING,TRAILING,RANDOM,POSNUM} where POSNUM is the absolute position number This gives more control about the layout of subtabs
      Overrides:
      getPreferredTabPosition in class InspectorTab
      Returns: