|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.tools.workbench.gui.UserUI
This class provides an user interface for User.
Field Summary | |
protected UserCellRenderer |
cellRenderer
|
Fields inherited from interface com.ibm.dse.tools.workbench.gui.UIDelegate |
MENU_EXTENSIONS_SECTION |
Constructor Summary | |
UserUI()
This constructor creates a UserUI object. |
Method Summary | |
void |
addChangeListener(DWChangeListener listener)
This method adds a DWChangeListener listener to the listener list. |
javax.swing.JComponent |
getEditor(javax.swing.JComponent component)
This method returns the editor component for the class and for a type of component. |
java.awt.Component |
getListCellRendererComponent(javax.swing.JList list,
java.lang.Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
This method returns the renderer component for a JList. |
java.awt.Component[] |
getOptionList(TableRow row,
java.util.Hashtable params)
This method returns the specific options for a class. |
javax.swing.Renderer |
getRenderer(javax.swing.JComponent component)
This method returns the renderer component for this element and for a type of component. |
java.awt.Component |
getTreeCellRendererComponent(javax.swing.JTree tree,
java.lang.Object value,
boolean selected,
boolean expanded,
boolean leaf,
int row,
boolean hasFocus)
This method returns the renderer component for a JTree. |
void |
launchWizard(TableRow tableRow,
java.util.Hashtable params)
This method launches the appropiate wizard to edit the user. |
void |
refreshRenderers()
This method update and refresh all the renderers. |
void |
removeChangeListener(DWChangeListener listener)
This method removes a DWChangeListener listener from the listener list. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected UserCellRenderer cellRenderer
Constructor Detail |
public UserUI()
Method Detail |
public void addChangeListener(DWChangeListener listener)
com.ibm.dse.tools.workbench.gui.DWChangeListener
- listenerpublic javax.swing.JComponent getEditor(javax.swing.JComponent component)
component
- javax.swing.JComponentpublic java.awt.Component getListCellRendererComponent(javax.swing.JList list, java.lang.Object value, int index, boolean isSelected, boolean cellHasFocus)
list
- javax.swing.JListvalue
- java.lang.Objectindex
- intisSelected
- booleancellHasFocus
- booleanpublic java.awt.Component[] getOptionList(TableRow row, java.util.Hashtable params)
row
- com.ibm.dse.tools.workbench.base.TableRowparams
- java.util.Hashtablepublic javax.swing.Renderer getRenderer(javax.swing.JComponent component)
component
- javax.swing.JComponentpublic java.awt.Component getTreeCellRendererComponent(javax.swing.JTree tree, java.lang.Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
table
- javax.swing.JTreevalue
- java.lang.ObjectisSelected
- booleanexpanded
- booleanleaf
- booleanrow
- inthasFocus
- booleanpublic void launchWizard(TableRow tableRow, java.util.Hashtable params)
row
- com.ibm.dse.tools.workbench.base.TableRowparams
- java.util.Hashtablepublic void refreshRenderers()
public void removeChangeListener(DWChangeListener listener)
com.ibm.dse.tools.workbench.gui.DWChangeListener
- listener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |