|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface which manages property pages to be added to a property sheet.
A PropertiesManager
implementation provides a list of
panels to the user interface in the order it would like them added.
User interface assumptions:
PropertiesManager
implementations may
register their desire to provide property pages for a given object type.
An implementation should never assume that it is the only entity
which is supplying pages, nor can it assume the order in which it will be added to
the pages.
The first icon specified by any panel replaces the default icon of the property sheet.
ListManager
,
DropTargetManager
,
ActionsManager
Method Summary | |
java.awt.event.ActionListener[] |
getCancelListeners()
Returns a list of ActionListener objects to be added as Cancel listeners
on the property sheet. |
java.awt.event.ActionListener[] |
getCommitListeners()
Returns a list of ActionListener objects to be added as Commit listeners
on the property sheet. |
com.ibm.as400.ui.framework.java.PanelManager[] |
getPages()
Returns a list of PanelManager objects representing pages to
be added to the property sheet. |
void |
initialize(ObjectName[] objectNames)
Identifies the objects in a list for which the properties are being shown. |
Method Detail |
public void initialize(ObjectName[] objectNames)
objectNames
- an array of object names.ObjectName
public com.ibm.as400.ui.framework.java.PanelManager[] getPages()
PanelManager
objects representing pages to
be added to the property sheet. Pages are displayed in the order they are returned.PanelManager
objects, each of which describes one page.public java.awt.event.ActionListener[] getCommitListeners()
ActionListener
objects to be added as Commit listeners
on the property sheet. null
may be returned to indicate
no Commit listeners.ActionListener
objectspublic java.awt.event.ActionListener[] getCancelListeners()
ActionListener
objects to be added as Cancel listeners
on the property sheet. null
may be returned to indicate
no Cancel listeners.ActionListener
objects
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |