|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.utility.PlugInInfo
public class PlugInInfo
Holds information about a plugin.
| Field Summary | |
|---|---|
java.lang.String |
className
|
Format[] |
in
|
Format[] |
out
|
int |
type
|
| Constructor Summary | |
|---|---|
PlugInInfo(java.lang.String className,
Format[] in,
Format[] out,
int type)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String className
public final int type
public final Format[] in
public final Format[] out
| Constructor Detail |
|---|
public PlugInInfo(java.lang.String className,
Format[] in,
Format[] out,
int type)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||