org.tbee.swing.textfieldpopup
Class TextfieldPopupUtil

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

public class TextfieldPopupUtil
extends Object


Field Summary
static Cursor cBusyCursor
           
static Cursor cNormalCursor
           
static Cursor cPopupCursor
           
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
TextfieldPopupUtil()
           
 
Method Summary
static boolean hasPopupCursor(Component c)
           
static boolean isPopupKeyEvent(Component c, KeyEvent e)
           
static void paintPopupMarker(Component c, Graphics g)
          Draw in a popup marker
static void setCursor(Component c, MouseEvent e)
           
static Object showPopup(Component c, TextfieldPopup popup, 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 String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values

cPopupCursor

public static final Cursor cPopupCursor

cNormalCursor

public static final Cursor cNormalCursor

cBusyCursor

public static final Cursor cBusyCursor
Constructor Detail

TextfieldPopupUtil

public TextfieldPopupUtil()
Method Detail

paintPopupMarker

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


setCursor

public static void setCursor(Component c,
                             MouseEvent e)
Parameters:
c -
e -

isPopupKeyEvent

public static boolean isPopupKeyEvent(Component c,
                                      KeyEvent e)
Parameters:
c -
e -

hasPopupCursor

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

showPopup

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



Copyright © 2012 KnowledgePlaza. All Rights Reserved.