org.tbee.swing.textfieldpopup
Class TextfieldPopupUtil
java.lang.Object
org.tbee.swing.textfieldpopup.TextfieldPopupUtil
public class TextfieldPopupUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TextfieldPopupUtil
public TextfieldPopupUtil()
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 © 2011 KnowledgePlaza. All Rights Reserved.