org.rosuda.ibase.toolkit
Class AwtQueryPopup
java.lang.Object
org.rosuda.ibase.toolkit.AWTGraphicsDevice
org.rosuda.ibase.toolkit.AwtQueryPopup
- All Implemented Interfaces:
- MouseListener, EventListener, GraphicsDevice, QueryPopup
public class AwtQueryPopup
- extends AWTGraphicsDevice
- implements MouseListener, QueryPopup
query popup
- Version:
- $Id: AwtQueryPopup.java,v 1.9 2006/07/03 22:05:24 urbaneks Exp $
| Methods inherited from class org.rosuda.ibase.toolkit.AWTGraphicsDevice |
addKeyListener, addMouseListener, addMouseMotionListener, getBounds, getComponent, getGrDevID, getHeight, getLocation, getParent, getSize, getWidth, paint, paintLayer, paintLayer, repaint, restoreUpdateRoot, setBackground, setCursor, setPCOwner, setSize, setSize, setUpdateRoot, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AwtQueryPopup
public AwtQueryPopup(Window ow,
SVarSet vs,
String ct,
int w,
int cid)
AwtQueryPopup
public AwtQueryPopup(Window ow,
SVarSet vs,
String ct)
getParentWindow
public Window getParentWindow()
setContent
public void setContent(String s,
int[] cid)
- Specified by:
setContent in interface QueryPopup
setContent
public void setContent(String s,
int cid)
- Specified by:
setContent in interface QueryPopup
setContent
public void setContent(String s)
- Specified by:
setContent in interface QueryPopup
show
public void show()
- Specified by:
show in interface QueryPopup
hide
public void hide()
- Specified by:
hide in interface QueryPopup
setLocation
public void setLocation(int x,
int y)
- Specified by:
setLocation in interface QueryPopup
mouseClicked
public void mouseClicked(MouseEvent e)
- Specified by:
mouseClicked in interface MouseListener
mousePressed
public void mousePressed(MouseEvent e)
- Specified by:
mousePressed in interface MouseListener
mouseReleased
public void mouseReleased(MouseEvent e)
- Specified by:
mouseReleased in interface MouseListener
mouseEntered
public void mouseEntered(MouseEvent e)
- Specified by:
mouseEntered in interface MouseListener
mouseExited
public void mouseExited(MouseEvent e)
- Specified by:
mouseExited in interface MouseListener
getQueryComponent
public Component getQueryComponent()
- Specified by:
getQueryComponent in interface QueryPopup