org.rosuda.ibase.toolkit
Class SwingQueryPopup
java.lang.Object
org.rosuda.ibase.toolkit.SwingQueryPopup
- All Implemented Interfaces:
- MouseListener, EventListener, QueryPopup
public class SwingQueryPopup
- extends Object
- implements MouseListener, QueryPopup
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingQueryPopup
public SwingQueryPopup(SWINGGraphicsDevice gd,
Window ow,
SVarSet vs,
String ct)
SwingQueryPopup
public SwingQueryPopup(SWINGGraphicsDevice gd,
Window ow,
SVarSet uvs,
String ct,
int w,
int cid)
show
public void show()
- Specified by:
show in interface QueryPopup
hide
public void hide()
- Specified by:
hide in interface QueryPopup
setContent
public void setContent(String s)
- Specified by:
setContent in interface QueryPopup
setContent
public void setContent(String t,
int cid)
- Specified by:
setContent in interface QueryPopup
setContent
public void setContent(String t,
int[] cid)
- Specified by:
setContent 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