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

Quick Search    Search Deep

com.trapezium.chisel
Interface ChiselPluginDescriptor  view ChiselPluginDescriptor download ChiselPluginDescriptor.java

All Known Implementing Classes:
ChiselSetDescriptor

public interface ChiselPluginDescriptor

This is used for the external serialization of a ChiselSet description, used by plugins.


Field Summary
static java.lang.String extension
           
 
Method Summary
 boolean getCheckVal(int offset)
           
 java.lang.String getClassName(int offset)
           
 java.lang.String getCommand()
           
 boolean getGreenable()
           
 boolean getInitialCollapsedValue()
           
 java.lang.String getKey()
           
 int getListener(int offset)
           
 int getNumberChisels()
           
 java.lang.String getPrompt(int offset)
           
 java.lang.String getTip()
           
 

Field Detail

extension

public static final java.lang.String extension
See Also:
Constant Field Values
Method Detail

getCommand

public java.lang.String getCommand()

getTip

public java.lang.String getTip()

getGreenable

public boolean getGreenable()

getKey

public java.lang.String getKey()

getInitialCollapsedValue

public boolean getInitialCollapsedValue()

getNumberChisels

public int getNumberChisels()

getClassName

public java.lang.String getClassName(int offset)

getPrompt

public java.lang.String getPrompt(int offset)

getCheckVal

public boolean getCheckVal(int offset)

getListener

public int getListener(int offset)