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.metacrop.PathwayWebLinkTab
All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener
Direct Known Subclasses:
TabExampleFiles, TabMetaCrop

public abstract class PathwayWebLinkTab
extends InspectorTab
See Also:
Serialized Form
  • Constructor Details

    • PathwayWebLinkTab

      public PathwayWebLinkTab​(String title, String url, String content, String contentSingle, String infoURL, boolean ommitEmptyGroupItems)
    • PathwayWebLinkTab

      public PathwayWebLinkTab​(String title, String url, String content, String contentSingle, String infoURL, boolean ommitEmptyGroupItems, String downloadButtonText)
  • Method Details

    • getLoadActionListener

      public ActionListener getLoadActionListener​(JTree pathwayTree)
    • 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.
    • postAttributeAdded

      public void postAttributeAdded​(AttributeEvent e)
    • postAttributeChanged

      public void postAttributeChanged​(AttributeEvent e)
    • postAttributeRemoved

      public void postAttributeRemoved​(AttributeEvent e)
    • preAttributeAdded

      public void preAttributeAdded​(AttributeEvent e)
    • preAttributeChanged

      public void preAttributeChanged​(AttributeEvent e)
    • preAttributeRemoved

      public void preAttributeRemoved​(AttributeEvent e)
    • transactionFinished

      public void transactionFinished​(TransactionEvent e)
    • transactionStarted

      public void transactionStarted​(TransactionEvent e)
    • setShowGraphExtensions

      public void setShowGraphExtensions​(boolean show)