|
Revision 3309M | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContextSensitiveEditor
This interface indicates that the TypeHandler's editor is context sensitive and needs to have additional
information before its TypeHandler.getValueEditor() is called.
For example, the DataSourceHandler will filter the list of available data sources depending on the organism
the pathway is for. This information is dynamic, and TypeHandlers that implement this method will have
updateEditor(org.pathvisio.gui.swing.SwingEngine, java.util.Collection called immediately before TypeHandler.getValueEditor() is called so that it can be
prepared for use appropriately.
| Method Summary | |
|---|---|
void |
updateEditor(SwingEngine swingEngine,
java.util.Collection<PathwayElement> elements,
Pathway pathway,
PropertyView propHandler)
Update the editor in preparation for use. |
| Method Detail |
|---|
void updateEditor(SwingEngine swingEngine,
java.util.Collection<PathwayElement> elements,
Pathway pathway,
PropertyView propHandler)
pathway - the current pathwaypropHandler - the PropertyHandler containing the elements whose properties are being edited
|
Generated September 9 2010 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||