|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.ws.commons.tcpmon.swing.AdminPane
public class AdminPane
this is the admin page
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
JCheckBox |
delayBox
Field delayBox |
org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField |
delayBytes
Field delayTime, delayBytes |
JLabel |
delayBytesLabel
Field delayTimeLabel, delayBytesLabel |
org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField |
delayTime
Field delayTime, delayBytes |
JLabel |
delayTimeLabel
Field delayTimeLabel, delayBytesLabel |
org.apache.ws.commons.tcpmon.swing.AdminPane.HostnameField |
host
Field host |
JLabel |
hostLabel
Field hostLabel, tportLabel |
JCheckBox |
HTTPProxyBox
Field HTTPProxyBox |
org.apache.ws.commons.tcpmon.swing.AdminPane.HostnameField |
HTTPProxyHost
Field HTTPProxyHost |
JLabel |
HTTPProxyHostLabel
Field HTTPProxyHostLabel, HTTPProxyPortLabel |
org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField |
HTTPProxyPort
Field HTTPProxyPort |
JLabel |
HTTPProxyPortLabel
Field HTTPProxyHostLabel, HTTPProxyPortLabel |
JRadioButton |
listenerButton
Field listenerButton, proxyButton |
JTabbedPane |
noteb
Field noteb |
org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField |
port
Field port |
JRadioButton |
proxyButton
Field listenerButton, proxyButton |
org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField |
tport
Field tport |
JLabel |
tportLabel
Field hostLabel, tportLabel |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
AdminPane(JTabbedPane notebook,
String name)
Constructor AdminPage |
|
| Method Summary |
|---|
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public JRadioButton listenerButton
public JRadioButton proxyButton
public JLabel hostLabel
public JLabel tportLabel
public org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField port
public org.apache.ws.commons.tcpmon.swing.AdminPane.HostnameField host
public org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField tport
public JTabbedPane noteb
public JCheckBox HTTPProxyBox
public org.apache.ws.commons.tcpmon.swing.AdminPane.HostnameField HTTPProxyHost
public org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField HTTPProxyPort
public JLabel HTTPProxyHostLabel
public JLabel HTTPProxyPortLabel
public JLabel delayTimeLabel
public JLabel delayBytesLabel
public org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField delayTime
public org.apache.ws.commons.tcpmon.swing.AdminPane.NumberField delayBytes
public JCheckBox delayBox
| Constructor Detail |
|---|
public AdminPane(JTabbedPane notebook,
String name)
notebook - name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||