Serialized Form


Package net.sourceforge.networktools.core

Class net.sourceforge.networktools.core.NetworkTools extends javax.swing.JFrame implements Serializable

Serialized Fields

tabPanel

javax.swing.JTabbedPane tabPanel

telnet

Telnet telnet

portScanner

PortScanner portScanner

Package net.sourceforge.networktools.core.portscanner

Class net.sourceforge.networktools.core.portscanner.PortScanner extends javax.swing.JPanel implements Serializable

Serialized Fields

defaultLocalAddressString

java.lang.String defaultLocalAddressString

defaultIpAddressesString

java.lang.String defaultIpAddressesString

scanJobPool

ScanJobPool scanJobPool

refreshTimer

javax.swing.Timer refreshTimer

progressStateString

java.lang.String progressStateString

outputString

java.lang.String outputString

localAddressLabel

javax.swing.JLabel localAddressLabel

localAddressField

javax.swing.JLabel localAddressField

hostNameRadioButton

javax.swing.JRadioButton hostNameRadioButton

hostNameTextField

javax.swing.JTextField hostNameTextField

ipAddressesRadioButton

javax.swing.JRadioButton ipAddressesRadioButton

ipAddressesTextField

javax.swing.JTextField ipAddressesTextField

portsLabel

javax.swing.JLabel portsLabel

portsTextField

javax.swing.JTextField portsTextField

threadsAmountLabel

javax.swing.JLabel threadsAmountLabel

threadsAmountTextField

javax.swing.JTextField threadsAmountTextField

pauzeTimeLabel

javax.swing.JLabel pauzeTimeLabel

pauzeTimeTextField

javax.swing.JTextField pauzeTimeTextField

defaultValuesButton

javax.swing.JButton defaultValuesButton

startStopButton

javax.swing.JButton startStopButton

progressStateLabel

javax.swing.JLabel progressStateLabel

outputTextArea

javax.swing.JTextArea outputTextArea

Package net.sourceforge.networktools.core.telnet

Class net.sourceforge.networktools.core.telnet.TelnetPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

telnet

Telnet telnet

sessionTypeButtons

javax.swing.JRadioButton[] sessionTypeButtons

clientHostTextField

javax.swing.JTextField clientHostTextField

clientPortTextField

javax.swing.JTextField clientPortTextField

serverPortTextField

javax.swing.JTextField serverPortTextField

startStopButton

javax.swing.JButton startStopButton

statusTextArea

javax.swing.JTextArea statusTextArea

statusScrollPane

javax.swing.JScrollPane statusScrollPane

colorButtons

JColorChooserButton[] colorButtons

inputTypeButtons

javax.swing.JRadioButton[] inputTypeButtons

suffixButtons

javax.swing.JRadioButton[] suffixButtons

insertNewLineCheckBox

javax.swing.JCheckBox insertNewLineCheckBox

hexadecimalDocument

javax.swing.text.StyledDocument hexadecimalDocument

hexadecimalTextPane

javax.swing.JTextPane hexadecimalTextPane

hexadecimalScrollPane

javax.swing.JScrollPane hexadecimalScrollPane

asciiDocument

javax.swing.text.StyledDocument asciiDocument

asciiTextPane

javax.swing.JTextPane asciiTextPane

asciiScrollPane

javax.swing.JScrollPane asciiScrollPane

clearButton

javax.swing.JButton clearButton

sendTextField

javax.swing.JTextField sendTextField

sendButton

javax.swing.JButton sendButton

clientAttributeSet

javax.swing.text.MutableAttributeSet clientAttributeSet

serverAttributeSet

javax.swing.text.MutableAttributeSet serverAttributeSet

insertNewLine

boolean insertNewLine

appendStatusList

java.util.LinkedList<E> appendStatusList

appendDataList

java.util.LinkedList<E> appendDataList

refreshDataList

java.util.LinkedList<E> refreshDataList

doAppendStatus

boolean doAppendStatus

doAppendData

boolean doAppendData

clientHostLabel

javax.swing.JLabel clientHostLabel

clientPortLabel

javax.swing.JLabel clientPortLabel

serverPortLabel

javax.swing.JLabel serverPortLabel

Package net.sourceforge.networktools.jcolorchooserbutton

Class net.sourceforge.networktools.jcolorchooserbutton.JColorChooserButton extends javax.swing.JButton implements Serializable

Serialized Fields

selectedColor

java.awt.Color selectedColor

colorChooserString

java.lang.String colorChooserString

Package net.sourceforge.networktools.proportionlayout

Class net.sourceforge.networktools.proportionlayout.ProportionConstraints extends java.lang.Object implements Serializable

Serialized Fields

gridX

int gridX

gridY

int gridY

gridWidth

int gridWidth

gridHeight

int gridHeight

extendGridX

int extendGridX

extendGridY

int extendGridY

anchor

int anchor

fill

int fill

insetNorth

int insetNorth

insetEast

int insetEast

insetSouth

int insetSouth

insetWest

int insetWest

iPadX

int iPadX

iPadY

int iPadY

Class net.sourceforge.networktools.proportionlayout.ProportionLayout extends java.lang.Object implements Serializable

Serialized Fields

columnLines

java.util.ArrayList<E> columnLines
Contains all the columnLines for this ProportionLayout.


rowLines

java.util.ArrayList<E> rowLines
Contains all the rowLines for this ProportionLayout.


columnProportionTotal

double columnProportionTotal
Contains the total amount of columnLines for this ProportionLayout.


rowProportionTotal

double rowProportionTotal
Contains the total amount of rowLines for this ProportionLayout.


linePartCouples

java.util.HashMap<K,V> linePartCouples
Contains which rowLine and columnLine belong together.


columnLineParts

java.util.TreeSet<E> columnLineParts
Contains all the columnLineParts


rowLineParts

java.util.TreeSet<E> rowLineParts
Contains all the rowLineParts



Copyright © 2004-2008 Geoffrey De Smet. All Rights Reserved.