|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.DisplayInfo
public class DisplayInfo
This class contains the triple:
DisplayControl,
Displayable
and ViewManager.
It is held by the ViewManager to know which DisplayControls are displaying
in the ViewManager. It is held by the control/DisplayControlImpl to
known which Displayable is displayed in which ViewManager.
| Constructor Summary | |
|---|---|
DisplayInfo(DisplayControl displayControl,
ViewManager viewManager,
Displayable displayable)
Create this display info. |
|
| Method Summary | |
|---|---|
void |
activateDisplay()
Tells the ViewManager to set the display master active |
void |
addDisplayable()
Add this displayInfo to the ViewManager. |
void |
deactivateDisplay()
Tells the ViewManager to set the display master inactive |
Displayable |
getDisplayable()
Get the Displayable. |
boolean |
getDisplayableAdded()
Has the displayable that this DisplayInfo holds been added to the viewmanager |
DisplayControl |
getDisplayControl()
Return the DisplayControl |
DisplayMaster |
getDisplayMaster()
Get the DisplayMaster. |
boolean |
getUltimateVisible()
Get the ultimate visible property |
ViewManager |
getViewManager()
Return the ViewManager |
void |
moveTo(ViewManager newViewManager)
Move the displayable to the newViewManager |
void |
removeDisplayable()
Remove the displayable from the view manager |
void |
setUltimateVisible(boolean v)
Set the ultimate visible property |
void |
setViewManager(ViewManager viewManager)
Set the view manager |
String |
toString()
to string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayInfo(DisplayControl displayControl,
ViewManager viewManager,
Displayable displayable)
displayControl - The display controlviewManager - The view managerdisplayable - The displayable| Method Detail |
|---|
public boolean getUltimateVisible()
public void setUltimateVisible(boolean v)
v - Is displayable visiblepublic DisplayControl getDisplayControl()
DisplayControl
public ViewManager getViewManager()
ViewManager
public void setViewManager(ViewManager viewManager)
viewManager - The view managerpublic DisplayMaster getDisplayMaster()
DisplayMaster. This just
gets the display master from the view manager.
public Displayable getDisplayable()
Displayable.
public void addDisplayable()
throws RemoteException,
VisADException
RemoteException
VisADExceptionpublic boolean getDisplayableAdded()
public void moveTo(ViewManager newViewManager)
throws RemoteException,
VisADException
newViewManager - The new view manager
RemoteException
VisADException
public void activateDisplay()
throws RemoteException,
VisADException
RemoteException
VisADException
public void deactivateDisplay()
throws RemoteException,
VisADException
RemoteException
VisADException
public void removeDisplayable()
throws RemoteException,
VisADException
RemoteException
VisADExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||