|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.fenyo.gnetwatch.GUI.IpAddressEditor
public class IpAddressEditor
This class implements an IPv4 address editor.
| Field Summary | |
|---|---|
private Config |
config
|
private static Log |
log
|
static long |
serialVersionUID
|
private org.eclipse.swt.widgets.Text |
text
|
| Constructor Summary | |
|---|---|
IpAddressEditor(Config config,
org.eclipse.swt.widgets.Text text)
Constructor. |
|
| Method Summary | |
|---|---|
private void |
handleKey(org.eclipse.swt.events.KeyEvent e)
Handles a key event. |
void |
keyPressed(org.eclipse.swt.events.KeyEvent e)
Handles a key press event. |
void |
keyReleased(org.eclipse.swt.events.KeyEvent e)
Handles a key release event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
private static Log log
private final org.eclipse.swt.widgets.Text text
private final Config config
| Constructor Detail |
|---|
public IpAddressEditor(Config config,
org.eclipse.swt.widgets.Text text)
text - control that is managed by this editor.| Method Detail |
|---|
private void handleKey(org.eclipse.swt.events.KeyEvent e)
e - event.public void keyPressed(org.eclipse.swt.events.KeyEvent e)
keyPressed in interface org.eclipse.swt.events.KeyListenere - event.public void keyReleased(org.eclipse.swt.events.KeyEvent e)
keyReleased in interface org.eclipse.swt.events.KeyListenere - event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||