|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.swt.widgets.Dialog
net.fenyo.gnetwatch.GUI.DialogIPOptions
public class DialogIPOptions
This class manages the "IP options" dialog.
| Field Summary | |
|---|---|
private int |
bglevel
|
private org.eclipse.swt.widgets.Composite |
bottom_composite
|
private org.eclipse.swt.layout.RowLayout |
bottom_composite_layout
|
private java.lang.String[] |
dscp
|
private org.eclipse.swt.widgets.Group |
group_network_parameters
|
private org.eclipse.swt.layout.GridLayout |
group_network_parameters_layout
|
private org.eclipse.swt.widgets.Composite |
groups_composite
|
private org.eclipse.swt.layout.GridData |
groups_composite_grid_data
|
private org.eclipse.swt.layout.RowLayout |
groups_composite_layout
|
private GUI |
gui
|
private org.eclipse.swt.layout.GridLayout |
layout
|
private static Log |
log
|
private int |
pdu_max_size
|
private int |
port_dst
|
private int |
port_src
|
private int |
tos
|
| Constructor Summary | |
|---|---|
DialogIPOptions(GUI gui,
org.eclipse.swt.widgets.Shell parent)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getPDUMaxSize()
Gets the PDU maximum size. |
int |
getPortDst()
Gets the destination port. |
int |
getPortSrc()
Gets the source port. |
int |
getTOS()
Gets the IP type of service. |
void |
open()
Displays the dialog. |
void |
setPDUMaxSize(int pdu_max_size)
Sets the PDU maximum size. |
void |
setPortDst(int port_dst)
Sets the destination port. |
void |
setPortSrc(int port_src)
Sets the source port. |
void |
setTOS(int tos)
Sets the type of service. |
| Methods inherited from class org.eclipse.swt.widgets.Dialog |
|---|
checkSubclass, getParent, getStyle, getText, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static Log log
private final GUI gui
private final int bglevel
private java.lang.String[] dscp
private org.eclipse.swt.layout.GridLayout layout
private org.eclipse.swt.widgets.Composite groups_composite
private org.eclipse.swt.widgets.Composite bottom_composite
private org.eclipse.swt.layout.RowLayout groups_composite_layout
private org.eclipse.swt.layout.RowLayout bottom_composite_layout
private org.eclipse.swt.layout.GridData groups_composite_grid_data
private org.eclipse.swt.widgets.Group group_network_parameters
private org.eclipse.swt.layout.GridLayout group_network_parameters_layout
private int tos
private int port_src
private int port_dst
private int pdu_max_size
| Constructor Detail |
|---|
public DialogIPOptions(GUI gui,
org.eclipse.swt.widgets.Shell parent)
gui - current GUI instance.parent - parent shell.| Method Detail |
|---|
public int getTOS()
none. -
public int getPortSrc()
none. -
public int getPortDst()
public int getPDUMaxSize()
none. -
public void setTOS(int tos)
tos - type of service.public void setPortSrc(int port_src)
port_src - source port.public void setPortDst(int port_dst)
port_dst - destination port.public void setPDUMaxSize(int pdu_max_size)
pdu_max_size - PDU maximum size.public void open()
none. -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||