|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A widget is a component which can be added to a display. Typical widgets include MapPane, Legend, PanButton, etc.
Method Summary | |
void |
addMouseListener(java.lang.Object l)
Deprecated. Adds the specified mouse listener to receive mouse events from this component. |
int |
getWidth()
Deprecated. Returns the current width of this component. |
void |
removeMouseListener(java.lang.Object l)
Deprecated. Removes the specified mouse listener so that it no longer receives mouse events from this component. |
Method Detail |
public void addMouseListener(java.lang.Object l)
l
is null
, no
exception is thrown and no action is performed.
l
- the mouse listenerMouseEvent
,
MouseListener
,
removeMouseListener(java.lang.Object)
,
#getMouseListeners
public void removeMouseListener(java.lang.Object l)
l
is
null
, no exception is thrown and no action is performed.
l
- the mouse listenerMouseEvent
,
MouseListener
,
addMouseListener(java.lang.Object)
,
#getMouseListeners
public int getWidth()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |