|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NFDwellObserver
This interface allows any object to interact with the dwell processing performed by NFActiveRegion. See the DwellObserver Example for a sample applet that uses the NFDwellObserver interface to perform custom dwell label processing.
Method Summary | |
---|---|
boolean |
dwellDisplay(boolean onoff,
NFActiveLabel label)
This method is called when a dwell label is about to be displayed or erased. |
boolean |
dwellPress(java.awt.Event evt,
int x,
int y,
NFActiveLabel label)
This method is called whenever a dwell press occurs on the given label. |
Method Detail |
---|
boolean dwellDisplay(boolean onoff, NFActiveLabel label)
When onoff is true, the label is about to be displayed. If true is returned, the label will NOT be displayed.
When onoff is false, the label should be erased by one of the observers.
onoff
- Whether the label is to be turned on or off.label
- The ActiveLabel.
boolean dwellPress(java.awt.Event evt, int x, int y, NFActiveLabel label)
evt
- The Event.x
- The x coordinate of the event.y
- The y coordinate of the event.label
- The ActiveLabel.
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |