org.tbee.swing.textfieldpopup
Class TextfieldPopupUtil

java.lang.Object
  extended by org.tbee.swing.textfieldpopup.TextfieldPopupUtil

public class TextfieldPopupUtil
extends java.lang.Object


Field Summary
static java.awt.Cursor cBusyCursor
           
static java.awt.Cursor cNormalCursor
           
static java.awt.Cursor cPopupCursor
           
static java.lang.String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
TextfieldPopupUtil()
           
 
Method Summary
static boolean hasPopupCursor(java.awt.Component c)
           
static boolean isPopupKeyEvent(java.awt.Component c, java.awt.event.KeyEvent e)
           
static void paintPopupMarker(java.awt.Component c, java.awt.Graphics g)
          Draw in a popup marker
static void setCursor(java.awt.Component c, java.awt.event.MouseEvent e)
           
static java.lang.Object showPopup(java.awt.Component c, TextfieldPopup popup, java.lang.Object value)
          popup on a mouse click
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final java.lang.String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values

cPopupCursor

public static final java.awt.Cursor cPopupCursor

cNormalCursor

public static final java.awt.Cursor cNormalCursor

cBusyCursor

public static final java.awt.Cursor cBusyCursor
Constructor Detail

TextfieldPopupUtil

public TextfieldPopupUtil()
Method Detail

paintPopupMarker

public static void paintPopupMarker(java.awt.Component c,
                                    java.awt.Graphics g)
Draw in a popup marker


setCursor

public static void setCursor(java.awt.Component c,
                             java.awt.event.MouseEvent e)
Parameters:
c -
e -

isPopupKeyEvent

public static boolean isPopupKeyEvent(java.awt.Component c,
                                      java.awt.event.KeyEvent e)
Parameters:
c -
e -

hasPopupCursor

public static boolean hasPopupCursor(java.awt.Component c)
Parameters:
c -
Returns:

showPopup

public static java.lang.Object showPopup(java.awt.Component c,
                                         TextfieldPopup popup,
                                         java.lang.Object value)
popup on a mouse click



Copyright © 2010 KnowledgePlaza. All Rights Reserved.