|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IArcPlugin
The interface that every plug-in must implement.
| Method Summary | |
|---|---|
edu.umd.cs.piccolo.PNode |
getDescription()
Returns a kind of description of the actual input (e.g. a sheet of music for a midi file). |
java.util.List |
getItems()
Returns a list of items, according the actual input. |
java.lang.String |
getName()
Returns the plug-ins name (e.g. |
javax.swing.JPanel |
getPanel()
Returns a "configuration panel", which can be displayed somewhere in the application. |
boolean |
isEqual(java.lang.Object o1,
java.lang.Object o2)
Compares two objects. |
java.lang.String |
list2String(java.util.List l)
Returns a string, according to the parameter. |
| Method Detail |
|---|
java.lang.String getName()
java.util.List getItems()
throws java.lang.Exception
java.lang.Exception
boolean isEqual(java.lang.Object o1,
java.lang.Object o2)
javax.swing.JPanel getPanel()
java.lang.String list2String(java.util.List l)
l - should be the list returned by getItems (or a part of it)edu.umd.cs.piccolo.PNode getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||