|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Register to be a propertyChange listener. |
aCIMInstance |
getCIMInstance()
Provide the instance whose properties the properties browser is currently displaying. |
javax.swing.JPanel |
getDisplayWindow()
Construct the window panel that is to be displayed. |
javax.swing.ImageIcon |
getIconForCIMInstance(aCIMInstance i)
Provide the icon for the given instance. |
int |
getStatus()
Provide the properties browser's current status as one of the TWGCIMConstants status values. |
java.lang.String |
getStatusText()
Provide a display string describing properties browser's current status. |
com.tivoli.twg.guilibs.WindowAttributes |
getWindowAttributes()
Return the Window Attributes. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
De-register as a propertyChange listener. |
void |
setCIMInstance(aCIMClass newcimclass,
aCIMInstance newCIMinstance)
Update the instance whose properties the properties browser will now be displaying and update the display to match. |
void |
setStatus(int newStatus)
Set the properties browser status to the new value provided. |
void |
setStatusText(java.lang.String newStatusText)
Update the display string describing properties browser's current status. |
void |
setWindowAttributes(com.tivoli.twg.guilibs.WindowAttributes wa)
Set the Window Attributes. |
Method Detail |
public javax.swing.JPanel getDisplayWindow()
public int getStatus()
public void setStatus(int newStatus)
newStatus
- - a TWGCIMConstants status value indicating the
new status of the properties browser.public java.lang.String getStatusText()
public void setStatusText(java.lang.String newStatusText)
newStatusText
- - the string that reflects the new status
of the properties browser.public aCIMInstance getCIMInstance()
public void setCIMInstance(aCIMClass newcimclass, aCIMInstance newCIMinstance)
newCIMinstance
- - the string that reflects the new instance
whose properties and methods the properties
browser is to display.public javax.swing.ImageIcon getIconForCIMInstance(aCIMInstance i)
public void setWindowAttributes(com.tivoli.twg.guilibs.WindowAttributes wa)
public com.tivoli.twg.guilibs.WindowAttributes getWindowAttributes()
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |