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

Quick Search    Search Deep

com.virtuosotechnologies.asaph.samplegui
Interface SampleGuiAPI  view SampleGuiAPI download SampleGuiAPI.java


public interface SampleGuiAPI

An API for the sample plugin


Field Summary
static java.lang.String API_NAME
          Name of this API
 
Method Summary
 void performSongCommand()
          Perform the song command
 void performToolCommand()
          Perform the tool command
 

Field Detail

API_NAME

public static final java.lang.String API_NAME
Name of this API

See Also:
Constant Field Values
Method Detail

performSongCommand

public void performSongCommand()
Perform the song command


performToolCommand

public void performToolCommand()
Perform the tool command