|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.research.acuity.ui.PresentationObject
com.ge.research.acuity.ui.IndependentDisplayPO
An abstract class that represents a presentation object that can be rendered independently of any other presentation object or information contained by other presentation objects. All information about position, and idetification display are contained by this class. Only IndependentDisplayPOs can be rendered by client applications. PresentaionObjects that are not of the type IndependentDisplayPO must be contained by an IndependentDisplayPO object in order for their information to be processed and contribute to a presentation object display.
| Constructor Summary | |
IndependentDisplayPO()
|
|
| Method Summary | |
boolean |
canBeRemoved()
Retrieves the removeable property of the Presentation Object, which tells whether or not the Presentation Object can be removed from the vantage |
boolean |
displayBanner()
Returns the flag indicating whether to render a window banner for this PresentationObject. |
int |
getHeight()
Returns the height of the PresentationObject |
java.lang.String |
getIdentifierTitle()
Returns the presentation object window title string |
int |
getWidth()
Returns the width of the PresentationObject |
int |
getXPos()
Returns the x-coordinate of the PresentationObject |
int |
getYPos()
Returns the y-coordinate of the PresentationObject |
int |
getZOrder()
Returns the layer index of the PresentationObject. |
void |
setCanBeRemoved(boolean b)
Sets the removeable property of the Presentation Object, allowing or dissallowing it to be removed from the vantage |
void |
setDisplayBanner(boolean val)
Sets the flag indicating whether to render a window banner for this PresentationObject. |
void |
setHeight(int i)
Sets the height of the PresentationObject |
void |
setIdentifier(java.lang.String string)
Sets the identification string for the presentation object. |
void |
setIdentifierTitle(java.lang.String string)
Sets the presentation object window title string. |
void |
setPos(int x,
int y)
Sets the position of this presentation object to the supplied x and y coordinates. |
void |
setPos(int x,
int y,
int z)
Sets the position of this presentation object to the supplied x and y coordinates and zOrder index. |
void |
setPos(int x,
int y,
int h,
int w)
Sets the position of this presentation object to the supplied x and y coordinates. |
void |
setPos(int x,
int y,
int z,
int h,
int w)
Sets the position of this presentation object to the supplied x and y coordinates and zOrder index. |
void |
setWidth(int i)
Sets the width of the PresentationObject |
void |
setXPos(int i)
Sets the x-coordinate of the PresentationObject |
void |
setYPos(int i)
Sets the y-coordinate of the PresentationObject |
void |
setZOrder(int i)
Sets the layer index of the PresentationObject. |
| Methods inherited from class com.ge.research.acuity.ui.PresentationObject |
addLookupInfo, getHasPresentationNature, getIdentifier, getLookupInfo, getSubject, hasSubject, isDisplayed, isEditable, setEditability, setHasPresentationNature, setIsDisplayed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IndependentDisplayPO()
| Method Detail |
public final boolean canBeRemoved()
true if the Presentation Object can be removed from the vantage; false otherwise.public final boolean displayBanner()
true if the window banner is to be rendered with this object;
false if no window banner is to be rendered with this objectpublic final int getHeight()
public final java.lang.String getIdentifierTitle()
public final int getWidth()
public final int getXPos()
public final int getYPos()
public final int getZOrder()
public final void setDisplayBanner(boolean val)
val - true if the window banner is to be rendered with this object;
false if no window banner is to be rendered with this objectpublic void setHeight(int i)
i - the height of the presentation objectpublic final void setIdentifier(java.lang.String string)
PresentationObjectstring
is null or empty, than the identifier does not get changed.
setIdentifier in class PresentationObjectstring - PresentationObject.setIdentifier(java.lang.String)public final void setIdentifierTitle(java.lang.String string)
null or empty, the identifier string is
attempted to be made into the title string, otherwise a default title string is used
to alert the client that no good title exists for the presentation object.
string - the display string for the presentation object title barStringUtils.makeHumanReadableURI(java.lang.String)
public void setPos(int x,
int y)
x - the x-coordinate of the presentation objecty - the y-coordinate of the presentation objectsetXPos(int),
setYPos(int)
public void setPos(int x,
int y,
int z)
x - the x-coordinate of the presentation objecty - the y-coordinate of the presentation objectz - the layer index of the presentation objectsetPos(int, int),
setZOrder(int)
public void setPos(int x,
int y,
int h,
int w)
x - the x-coordinate of the presentation objecty - the y-coordinate of the presentation objecth - the height of the presentation objectw - the width of the presentation objectsetPos(int, int),
setHeight(int),
setWidth(int)
public void setPos(int x,
int y,
int z,
int h,
int w)
x - the x-coordinate of the presentation objecty - the y-coordinate of the presentation objectz - the layer index of the presentation objecth - the height of the presentation objectw - the width of the presentation objectsetPos(int, int, int, int),
setZOrder(int)public final void setCanBeRemoved(boolean b)
b - true if the Presentation Object can be removed from the vantage; false otherwisepublic void setWidth(int i)
i - the width of the presentation objectpublic final void setXPos(int i)
i - the x-coordinate of the presentation objectpublic final void setYPos(int i)
i - the y-coordinate of the presentation objectpublic void setZOrder(int i)
i - the layer order of the presentation object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||