|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface implemented by any Java-based visualization that wants to be part of the Snap system.
Method Summary | |
void |
addSnapEventListener(snap.SnapEventListener sel)
Method used by Snap to register as a listener for SnapEvents |
javax.swing.Icon |
getIcon()
Returns the Icon for the visualization |
java.util.Enumeration |
getSupportedActions()
Returns a list of Actions (as Strings) supported by a visualization |
void |
load(java.sql.ResultSet rs,
java.lang.String primaryKeyColumnName)
Called when Snap needs to load data into the visualization. |
void |
performSnapEvent(snap.SnapEvent e)
Method called when a SnapEvent is to handled by the visualization |
void |
removeSnapEventListener(snap.SnapEventListener sel)
Method used by Snap to unregister as a listener for SnapEvents |
Method Detail |
public void load(java.sql.ResultSet rs, java.lang.String primaryKeyColumnName)
rs
- the data to be loaded by the componentprimaryKeyColumnName
- identifies the column to be used when throwing
and receiving SnapEvents.public void addSnapEventListener(snap.SnapEventListener sel)
public void removeSnapEventListener(snap.SnapEventListener sel)
public void performSnapEvent(snap.SnapEvent e)
public java.util.Enumeration getSupportedActions()
public javax.swing.Icon getIcon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |