Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.altara.mars.plugin
Interface Plugin  view Plugin download Plugin.java


public interface Plugin


Method Summary
 org.jdom.Element getConfig()
           
 java.lang.String getDisplayName()
           
 org.altara.mars.swingui.Editor getEditor()
           
 java.lang.String getElementName()
           
 void setConfig(org.jdom.Element element)
           
 

Method Detail

getEditor

public org.altara.mars.swingui.Editor getEditor()

getConfig

public org.jdom.Element getConfig()

setConfig

public void setConfig(org.jdom.Element element)
               throws java.lang.Exception

getElementName

public java.lang.String getElementName()

getDisplayName

public java.lang.String getDisplayName()