dip.tool
Interface Tool


public interface Tool


Method Summary
 java.lang.String getComment()
          Get the Tool comment.
 java.lang.String getCopyrightInfo()
          Get the Tool Copyright Information (authors, etc.).
 java.lang.String getDescription()
          Get the Tool Description.
 java.net.URI[] getEmailURIs()
          Get the Email addresses.
 java.lang.String getName()
          Get the Tool name.
 float getVersion()
          Get the current Tool version
 java.net.URI getWebURI()
          Get the Tool Web URI (web address, ftp address, etc.).
 javax.swing.JMenuItem registerJMenuItem()
          Creates a JMenuItem (or JMenu for sub-items)
 void setToolProxy(ToolProxy toolProxy)
          Gets the ToolProxy object which allows a Tool access to internal data structures
 

Method Detail

getVersion

public float getVersion()
Get the current Tool version


getCopyrightInfo

public java.lang.String getCopyrightInfo()
Get the Tool Copyright Information (authors, etc.). Never should return null.


getWebURI

public java.net.URI getWebURI()
Get the Tool Web URI (web address, ftp address, etc.). Never should return null.


getEmailURIs

public java.net.URI[] getEmailURIs()
Get the Email addresses. Never should return null.


getComment

public java.lang.String getComment()
Get the Tool comment. Never should return null.


getDescription

public java.lang.String getDescription()
Get the Tool Description. Never should return null.


getName

public java.lang.String getName()
Get the Tool name. Never should return null.


registerJMenuItem

public javax.swing.JMenuItem registerJMenuItem()
Creates a JMenuItem (or JMenu for sub-items)


setToolProxy

public void setToolProxy(ToolProxy toolProxy)
Gets the ToolProxy object which allows a Tool access to internal data structures



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.