|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.ui.ViewPanelImpl.VMInfo
public class ViewPanelImpl.VMInfo
Class VMInfo Holds gui stuff for a viewmanager
| Field Summary |
|---|
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
ViewPanelImpl.VMInfo(Object obj)
ctor |
|
| Method Summary | |
|---|---|
void |
addControlInfo(ucar.unidata.idv.ui.ViewPanelImpl.ControlInfo controlInfo)
new control |
void |
changeControlInfo(ucar.unidata.idv.ui.ViewPanelImpl.ControlInfo controlInfo)
The control info changed |
boolean |
holds(Object obj)
Do we hold the given object |
boolean |
imageUpdate(Image img,
int flags,
int x,
int y,
int width,
int height)
Handle update |
protected void |
paintButton(Graphics g,
ucar.unidata.idv.ui.ViewPanelImpl.ControlInfo controlInfo)
Paint the button |
void |
removeControlInfo(ucar.unidata.idv.ui.ViewPanelImpl.ControlInfo controlInfo)
Remove the control |
void |
showPopupMenu()
SHow the ViewManager popup menu |
void |
viewManagerChanged()
my viewmanager has changed. |
void |
viewManagerDestroyed()
my viewmanager had been removed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewPanelImpl.VMInfo(Object obj)
obj - Either a ViewManager or a string label| Method Detail |
|---|
public void showPopupMenu()
public boolean imageUpdate(Image img,
int flags,
int x,
int y,
int width,
int height)
imageUpdate in interface ImageObserverimg - paramflags - paramx - paramy - paramwidth - paramheight - param
public boolean holds(Object obj)
obj - The object
public void removeControlInfo(ucar.unidata.idv.ui.ViewPanelImpl.ControlInfo controlInfo)
controlInfo - the contorl info to removepublic void changeControlInfo(ucar.unidata.idv.ui.ViewPanelImpl.ControlInfo controlInfo)
controlInfo - the control info_
protected void paintButton(Graphics g,
ucar.unidata.idv.ui.ViewPanelImpl.ControlInfo controlInfo)
g - graphicscontrolInfo - the control info_public void addControlInfo(ucar.unidata.idv.ui.ViewPanelImpl.ControlInfo controlInfo)
controlInfo - the control infopublic void viewManagerDestroyed()
public void viewManagerChanged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||