org.mozilla.jrex.event.tooltip
Interface TooltipEventConstants


public interface TooltipEventConstants

A interface containing the constants related to tooltip events.

Version:
1.0
Author:
C.N.Medappa

Field Summary
static short HIDE_EVENT
          Hide tool tip event type.
static short SHOW_EVENT
          Show tool tip event type.
 

Field Detail

SHOW_EVENT

public static final short SHOW_EVENT
Show tool tip event type.

See Also:
Constant Field Values

HIDE_EVENT

public static final short HIDE_EVENT
Hide tool tip event type.

See Also:
Constant Field Values


Copyright © 2004 C.N.Medappa. All Rights Reserved.