|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.swt.widgets.Widget | +--org.eclipse.swt.widgets.Control | +--org.eclipse.swt.widgets.Scrollable | +--org.eclipse.swt.widgets.Composite | +--i3mclient.config.PasswordPanel
The password panel to change your password.
Config
,
ConfigGUI
Field Summary |
Fields inherited from class org.eclipse.swt.widgets.Control |
handle |
Constructor Summary | |
PasswordPanel(Composite parent,
int style)
Constructor. |
Method Summary | |
void |
addFormListener(FormListener listener)
Add a listener to formlistenerlist |
void |
modifyText(ModifyEvent event)
|
void |
removeFormListener(FormListener listener)
Remove a listener to formlistenerlist |
Methods inherited from class org.eclipse.swt.widgets.Composite |
computeSize, getChildren, getLayout, getTabList, layout, layout, setFocus, setLayout, setTabList |
Methods inherited from class org.eclipse.swt.widgets.Scrollable |
computeTrim, getClientArea, getHorizontalBar, getVerticalBar |
Methods inherited from class org.eclipse.swt.widgets.Widget |
addDisposeListener, addListener, dispose, getData, getData, getStyle, notifyListeners, removeDisposeListener, removeListener, setData, setData, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PasswordPanel(Composite parent, int style)
parent
- The parent composite for this password panelstyle
- The SWT-style of this compositeMethod Detail |
public void addFormListener(FormListener listener)
listener
- The listener which will be informed about form changespublic void removeFormListener(FormListener listener)
listener
- The listener which will be no longer informed about form changespublic void modifyText(ModifyEvent event)
modifyText
in interface ModifyListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |