Serialized Form


Package org.fosstrak.hal

Class org.fosstrak.hal.HardwareAbstractionException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.fosstrak.hal.HardwareException extends HardwareAbstractionException implements Serializable

serialVersionUID: 1L

Class org.fosstrak.hal.OutOfBoundsException extends HardwareException implements Serializable

serialVersionUID: 1L

Class org.fosstrak.hal.ReadPointNotFoundException extends HardwareException implements Serializable

serialVersionUID: 1L

Class org.fosstrak.hal.UnsupportedOperationException extends HardwareException implements Serializable

serialVersionUID: 1L


Package org.fosstrak.hal.impl.impinj.comm

Class org.fosstrak.hal.impl.impinj.comm.FrameException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.fosstrak.hal.impl.sim

Class org.fosstrak.hal.impl.sim.GraphicSimulator extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultPropFile

java.lang.String defaultPropFile

defaultfilename

java.lang.String defaultfilename

tags

java.util.HashSet<E> tags
a hash set containing all the tags


antennas

java.util.HashSet<E> antennas
a hash set containing all the antennas


translationListener

TranslationListener translationListener
the listener which listen to tag translations


selection

SelectionComponent selection
the component for selection


controller

SimulatorController controller
the simulator controller


jJMenuBar

javax.swing.JMenuBar jJMenuBar
the menu bar


jLayeredPane

javax.swing.JLayeredPane jLayeredPane
the layered pane which contains the antennas and tags


contextMenu

javax.swing.JPopupMenu contextMenu
the context menu on the layered pane


newAntennaDialog

javax.swing.JDialog newAntennaDialog
the dialog window to add a new antenna


newTagDialog

javax.swing.JDialog newTagDialog
the dialog window to add a new tag


activeContextMenu

javax.swing.JPopupMenu activeContextMenu
the active context menu


tagIdField

javax.swing.JTextField tagIdField
the tag id label


mgmtSimDialogs

java.util.Hashtable<K,V> mgmtSimDialogs
the management simulator dialogs


mgmtSimMenu

javax.swing.JPopupMenu mgmtSimMenu
the active context menu including the management simulator


selectedAntenna

Antenna selectedAntenna
the currently selected antenna

Class org.fosstrak.hal.impl.sim.MgmtSimDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

readPointName

java.lang.String readPointName
The name of the read point this dialog belongs to.


controller

SimulatorController controller
The simulator controller.


bottomPanel

javax.swing.JPanel bottomPanel

buttonPanel

javax.swing.JPanel buttonPanel

readLabel

javax.swing.JLabel readLabel

lockLabel

javax.swing.JLabel lockLabel

labelPanel

javax.swing.JPanel labelPanel

lockPanel

javax.swing.JPanel lockPanel

erasePanel

javax.swing.JPanel erasePanel

killPanel

javax.swing.JPanel killPanel

writePanel

javax.swing.JPanel writePanel

readPanel

javax.swing.JPanel readPanel

identifyPanel

javax.swing.JPanel identifyPanel

ContinuousLabel

javax.swing.JLabel ContinuousLabel

onceLabel

javax.swing.JLabel onceLabel

lockContinuousCheckBox

javax.swing.JCheckBox lockContinuousCheckBox

lockOnceCheckBox

javax.swing.JCheckBox lockOnceCheckBox

eraseContinuousCheckBox

javax.swing.JCheckBox eraseContinuousCheckBox

eraseOnceCheckBox

javax.swing.JCheckBox eraseOnceCheckBox

killContinuousCheckBox

javax.swing.JCheckBox killContinuousCheckBox

killOnceCheckBox

javax.swing.JCheckBox killOnceCheckBox

writeContinuousCheckBox

javax.swing.JCheckBox writeContinuousCheckBox

writeOnceCheckBox

javax.swing.JCheckBox writeOnceCheckBox

readContinuousCheckBox

javax.swing.JCheckBox readContinuousCheckBox

readOnceCheckBox

javax.swing.JCheckBox readOnceCheckBox

eraseLabel

javax.swing.JLabel eraseLabel

killLabel

javax.swing.JLabel killLabel

writeLabel

javax.swing.JLabel writeLabel

errorTypeLabel

javax.swing.JLabel errorTypeLabel

identifyContinuousCheckBox

javax.swing.JCheckBox identifyContinuousCheckBox

identifyOnceCheckBox

javax.swing.JCheckBox identifyOnceCheckBox

identifyLabel

javax.swing.JLabel identifyLabel

errorPanel

javax.swing.JPanel errorPanel

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

Class org.fosstrak.hal.impl.sim.SimulatorException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.fosstrak.hal.impl.sim.graphic

Class org.fosstrak.hal.impl.sim.graphic.Antenna extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultfilename

java.lang.String defaultfilename

id

java.lang.String id
the id of the rfid antenna


icon

javax.swing.Icon icon
the image icon of the rfid antenna


tags

java.util.Set<E> tags
contains the tags which are in the range of this antenna


simulator

IGraphicSimulator simulator
graphic simulator to which this antenna belongs to


cable

Cable cable
cable from the antenna to the reader

Class org.fosstrak.hal.impl.sim.graphic.Cable extends javax.swing.JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

simulator

IGraphicSimulator simulator
graphic simulator to which this cable belongs to


readerPaneX

int readerPaneX
the position of the reader


antennaPos

java.awt.Point antennaPos
the position of the corresponding antenna

Class org.fosstrak.hal.impl.sim.graphic.Reader extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultfilename

java.lang.String defaultfilename

id

java.lang.String id

simulator

GraphicSimulatorServer simulator

properties

org.apache.commons.configuration.XMLConfiguration properties

antennas

java.util.TreeMap<K,V> antennas

icon

javax.swing.ImageIcon icon

Class org.fosstrak.hal.impl.sim.graphic.SelectionComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

selectedTags

java.util.TreeSet<E> selectedTags
the tags this selection contains


start

java.awt.Point start
the position where the selection starts


y

int y
the x position of the selection


x

int x
the y position of the selection


width

int width
the width position of the selection


height

int height
the height position of the selection

Class org.fosstrak.hal.impl.sim.graphic.Tag extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultfilename

java.lang.String defaultfilename

tag

Tag tag
the sim tag implementation


icon

javax.swing.Icon icon
the image icon of the rfid tag


dragListener

DragListener dragListener
the drag listener


simulator

IGraphicSimulator simulator
graphic simulator to which this tag belongs to


singleTagContextMenu

javax.swing.JPopupMenu singleTagContextMenu
context menu for single selection


multiTagsContextMenu

javax.swing.JPopupMenu multiTagsContextMenu
context menu for multiple selection


groupedTagsContextMenu

javax.swing.JPopupMenu groupedTagsContextMenu
context menu for grouped tags selection


thisTag

Tag thisTag
this antenna


epcInputField

javax.swing.JTextField epcInputField
the text fields representing memory banks


epcInputFieldBefore

java.lang.String epcInputFieldBefore

userInputField

javax.swing.JTextField userInputField

userInputFieldBefore

java.lang.String userInputFieldBefore

selectedTags

java.util.TreeSet<E> selectedTags
the hash set with the selected tags


groupedTags

java.util.TreeSet<E> groupedTags
the hash set with the grouped tags


Package org.fosstrak.hal.impl.sim.multi

Class org.fosstrak.hal.impl.sim.multi.GraphicSimulatorServer extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

readers

java.util.TreeMap<K,V> readers
a hash map containing all the readers


tags

java.util.HashSet<E> tags
a hash set containing all the tags


translationListener

TranslationListener translationListener
the listener which listen to tag translations


selection

SelectionComponent selection
the component for selection


controller

SimulatorServerController controller
the simulator controller


jJMenuBar

javax.swing.JMenuBar jJMenuBar
the menu bar


jLayeredPane

javax.swing.JLayeredPane jLayeredPane
the layered pane which contains the antennas and tags


contextMenu

javax.swing.JPopupMenu contextMenu
the context menu on the layered pane


newAntennaDialog

javax.swing.JDialog newAntennaDialog
the dialog window to add a new antenna


newTagDialog

javax.swing.JDialog newTagDialog
the dialog window to add a new tag


activeContextMenu

javax.swing.JPopupMenu activeContextMenu
the active context menu


tagIdField

javax.swing.JTextField tagIdField
the tag id label

Class org.fosstrak.hal.impl.sim.multi.SimulatorServerException extends SimulatorException implements Serializable

serialVersionUID: 1L



Copyright © 2008. All Rights Reserved.