- checkDataTypeAndPadding(int, int) - Method in class org.jlab.coda.eventViewer.EvioScannerV6
-
Check the given data type and padding to see if they're
valid (or non-null) values and consistent with each other.
- clearHighLightEventHeader(int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Remove the highlight of given table entry along with the next one.
- clearHighlights() - Method in class org.jlab.coda.eventViewer.MyRenderer
-
Clear the highlights from the list of highlighted items.
- clearHighLights() - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Clear all highlights and refresh view.
- clearList() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Clear the entire event list - all events.
- clearList(int) - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Clear the specified number of latest events from the list.
- clearList() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Clear the entire event list - all events.
- clearList(int) - Method in class org.jlab.coda.eventViewer.EtHandler
-
Clear the specified number of latest events from the list.
- clone() - Method in class org.jlab.coda.eventViewer.BlockHeaderV6
-
- clone() - Method in class org.jlab.coda.eventViewer.EvioHeader
-
- close() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Close unneeded file channel object.
- cMsgHandler - Class in org.jlab.coda.eventViewer
-
This class handles all cMsg communications using a singleton pattern.
- cMsgHandler() - Constructor for class org.jlab.coda.eventViewer.cMsgHandler
-
- CodaBankTag - Enum in org.jlab.coda.eventViewer
-
This an enum listing the evio tag values reserved for and used by the
CODA group for online designations.
- columnNames - Variable in class org.jlab.coda.eventViewer.MyTableModel
-
- compressedDataWords - Variable in class org.jlab.coda.eventViewer.BlockHeaderV6
-
Data length of compressed, following data in words.
- compressionType - Variable in class org.jlab.coda.eventViewer.BlockHeaderV6
-
Type of data compression, 0 = none, 1 = lz4 , 2 = lz4_best, 3 = gzip.
- compressionTypeStr - Variable in class org.jlab.coda.eventViewer.BlockHeaderV6
-
- connect(String) - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Connect to the specified cmsg server.
- count - Variable in class org.jlab.coda.eventViewer.BlockHeader
-
Number of events in block.
- count - Variable in class org.jlab.coda.eventViewer.BlockHeaderV6
-
Number of events in record.
- count - Variable in class org.jlab.coda.eventViewer.FileHeaderV6
-
Number of records in file.
- createCmsgPanel() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Create the panel/menuitem used to handle communications with a cmsg server.
- createDictionaryMenu() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Create the view menu.
- createEtPanel() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Create the panel/menu-item used to handle communications with an ET system.
- createEventMenu() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Create the event menu.
- createFileMenu() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Create the file menu.
- createFilterMenu() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Create the filter menu.
- createViewMenu() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Create the view menu.
- currentEventIndex - Variable in class org.jlab.coda.eventViewer.BlockHeader
-
The index into the "events" list of the element that
is currently being looked at (starting at 0).
- currentEventIndex - Variable in class org.jlab.coda.eventViewer.BlockHeaderV6
-
The index into the "events" list of the element that
is currently being looked at (starting at 0).
- error - Variable in class org.jlab.coda.eventViewer.BlockHeader
-
Contains description of any error in block's data.
- error - Variable in class org.jlab.coda.eventViewer.BlockHeaderV6
-
Contains description of any error in record's data.
- error - Variable in class org.jlab.coda.eventViewer.EvioHeader
-
Contains description of any error in event's header.
- errorHeader - Variable in class org.jlab.coda.eventViewer.EvioHeader
-
If this is an event, this contains the header in which an error
has occurred if at a different evio level.
- ErrorScanTask() - Constructor for class org.jlab.coda.eventViewer.FileFrameBig.ErrorScanTask
-
- ErrorScanTask() - Constructor for class org.jlab.coda.eventViewer.FileFrameV6.ErrorScanTask
-
- EtHandler - Class in org.jlab.coda.eventViewer
-
This class handles communications with an ET system
- including creating a panel to do so through the GUI -
in order to get ET events which are parsed into evio events.
- EtHandler() - Constructor for class org.jlab.coda.eventViewer.EtHandler
-
- EventInfoPanel - Class in org.jlab.coda.eventViewer
-
This is a panel that displays evio event info -
event source, dictionary source - at the top of the GUI.
- EventInfoPanel() - Constructor for class org.jlab.coda.eventViewer.EventInfoPanel
-
Create a panel that goes in the north - top of the GUI.
- eventInfoPanel - Variable in class org.jlab.coda.eventViewer.EventTreeMenu
-
- eventInfoPanel - Variable in class org.jlab.coda.eventViewer.FileFrameBig
-
- eventInfoPanel - Variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- events - Variable in class org.jlab.coda.eventViewer.BlockHeader
-
If error somewhere in this block, store reference to each contained event.
- events - Variable in class org.jlab.coda.eventViewer.BlockHeaderV6
-
If error somewhere in this record, store reference to each contained event.
- EventSource - Enum in org.jlab.coda.eventViewer
-
This enum contains the choices for a source of events to view.
- EventTreeFrame - Class in org.jlab.coda.eventViewer
-
This is a simple GUI that displays an evio event in a tree.
- EventTreeFrame() - Constructor for class org.jlab.coda.eventViewer.EventTreeFrame
-
Constructor for a simple tree viewer for evio files.
- EventTreeMenu - Class in org.jlab.coda.eventViewer
-
This class creates the menus used in the GUI.
- EventTreeMenu(EventTreePanel, EventInfoPanel) - Constructor for class org.jlab.coda.eventViewer.EventTreeMenu
-
Constructor.
- EventTreePanel - Class in org.jlab.coda.eventViewer
-
This is a simple GUI that displays an evio event in a tree.
- EventTreePanel() - Constructor for class org.jlab.coda.eventViewer.EventTreePanel
-
Constructor for a simple tree viewer for evio files.
- EvioHeader - Class in org.jlab.coda.eventViewer
-
Abbreviated copy of the org.jlab.code.jevio.EvioNode class.
- EvioHeader(int, int) - Constructor for class org.jlab.coda.eventViewer.EvioHeader
-
Constructor which creates an EvioNode associated with
an event (top level).
- EvioHeader(int, int, Long) - Constructor for class org.jlab.coda.eventViewer.EvioHeader
-
Constructor which creates an EvioNode associated with
an event (top level) and specifies its first word's file position.
- EvioHeader(long, int, MyTableModel) - Constructor for class org.jlab.coda.eventViewer.EvioHeader
-
Constructor which creates an EvioNode associated with
an event (top level) evio container when parsing buffers
for evio data.
- EvioScanner - Class in org.jlab.coda.eventViewer
-
This class is used to scan a file for block info, event info, and evio errors
in order to catalog them for later viewing.
- EvioScanner(FileFrameBig, MyTableModel, MyRenderer, FileFrameBig.ErrorScanTask) - Constructor for class org.jlab.coda.eventViewer.EvioScanner
-
Constructor.
- EvioScannerV6 - Class in org.jlab.coda.eventViewer
-
This class is used to scan an EVIO VERSION 6 file for block info, event info, and evio errors
in order to catalog them for later viewing.
- EvioScannerV6(FileFrameV6, MyTableModel, MyRenderer, FileFrameV6.ErrorScanTask) - Constructor for class org.jlab.coda.eventViewer.EvioScannerV6
-
Constructor.
- expandAll() - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Expand all nodes.
- exportToXML() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Select a file and then write into it the current event file in xml format.
- get(long) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the byte value at the given file byte index.
- getBankType(int) - Static method in enum org.jlab.coda.eventViewer.CodaBankTag
-
Obtain the enum from the tag value or null if none.
- getBlockErrorNodes() - Method in class org.jlab.coda.eventViewer.EvioScanner
-
Get the list of BlockHeader objects containing evio errors.
- getBlockErrorNodes() - Method in class org.jlab.coda.eventViewer.EvioScannerV6
-
Get the list of BlockHeaderV6 objects containing evio errors.
- getBlockHeader(int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Given the row and col for a magic # word of an evio version 4 block header,
return an array of ints containing the main 8-word header.
- getByteAtBytePos(long) - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the byte value in the file at the given byte index.
- getClosestDataRowCol(int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the closest, data-containing, row and col for the given row and column.
- getClosestWordIndexOf(int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the closest file word index of the entry at the given row and column.
- getCmsgHandler() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
- getColumnClass(int) - Method in class org.jlab.coda.eventViewer.MyTableModel
- getColumnCount() - Method in class org.jlab.coda.eventViewer.MyTableModel
- getColumnName(int) - Method in class org.jlab.coda.eventViewer.MyTableModel
- getCurrentEventIndex() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get the index of the current event (starting at 0).
- getCurrentEventIndex() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Get the index of the current event (starting at 0).
- getDataCompressionType() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get the compression type of data being viewed.
- getDataCompressionType() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Get the compression type of data being viewed.
- getDataTypeObj() - Method in class org.jlab.coda.eventViewer.EvioHeader
-
Get the evio type of the data this evio structure contains as an object.
- getDescription(int) - Static method in enum org.jlab.coda.eventViewer.CodaBankTag
-
Obtain the description from the tag value.
- getDescription() - Method in enum org.jlab.coda.eventViewer.CodaBankTag
-
Get the enum's description.
- getDictionary() - Method in enum org.jlab.coda.eventViewer.DictionarySource
-
Get the associated dictionary object.
- getDictionary() - Method in class org.jlab.coda.eventViewer.EventInfoPanel
-
Get the displayed dictionary source value.
- getDictionarySource() - Method in enum org.jlab.coda.eventViewer.EventSource
-
Get the associated dictionary source.
- getEvent(int) - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get the specified event, index beginning at 1.
- getEvent(int) - Method in class org.jlab.coda.eventViewer.EtHandler
-
Get the specified event, index beginning at 1.
- getEvent() - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Get the currently displayed event.
- getEventFilter() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get the event filter to use on each event before adding to list.
- getEventFilter() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Get the event filter to use on each event before adding to list.
- getEventSourceConfig() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
- getEventTreePanel() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Get the main event display panel.
- getEvioFileReader() - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Get the EvioReader object so the file/buffer can be read.
- getEvioVersion() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get the evio version of data being viewed.
- getEvioVersion() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Get the evio version of data being viewed.
- getEvioVersion() - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the evio version of the file being viewed.
- getExtraByteCount() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the number of extra bytes at the very end of
this file beyond an integral number of ints.
- getFileChannel() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the file channel object.
- getFileHeader() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the file header of a version 6 evio file.
- getFileHeaderData() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the file header data of a version 6 evio file including index and user header.
- getFilePosition() - Method in class org.jlab.coda.eventViewer.EvioHeader
-
Get the position of this event in file.
- getFileSize() - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the size of the file in bytes.
- getFileSize() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the file size in bytes.
- getFirstDataIndex() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the number of 32 bit words comprising the
file and first record headers for evio version 6 files, or
comprising the first block header for evio versions < 6.
- getFirstMap() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the first memory map - used to map the beginning of the file.
- getHeaderPanel() - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Get the panel displaying header information.
- getInt(long) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the int value at the given file byte index.
- getInt(long) - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the int value in the file at the given word (4 byte) position.
- getIntAtBytePos(long) - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the int value in the file at the given byte index.
- getListLimit() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get the maximum number of events that the list will hold.
- getListLimit() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Get the maximum number of events that the list will hold.
- getListSize() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get the size of the event list.
- getListSize() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Get the size of the event list.
- getLongValueAt(int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the word value of the given row and column.
- getLongValueAt(long) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the long value at the given file word index.
- getMap(int) - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the indicated memory map.
- getMapCount() - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the # of memory maps.
- getMapCount() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the number of memory maps used to fully map file.
- getMapIndex() - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the index of the currently used memory map.
- getMapIndex(long) - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the index of the map for a given word index.
- getMappedMemoryHandler() - Method in class org.jlab.coda.eventViewer.FileFrameBig
-
Get the object that handles the memory maps.
- getMappedMemoryHandler() - Method in class org.jlab.coda.eventViewer.FileFrameV6
-
Get the object that handles the memory maps.
- getMapRowCol(long) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the map index, row, and column of the given word
and refresh the view.
- getMapSize(int) - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the size of the given map.
- getMaxMapSize() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the maximum byte size of each memory map (last one will be smaller).
- getMaxRowsPerMap() - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the max # of rows per map.
- getMemoryHandler() - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the mapped memory handler object.
- getName(int) - Static method in enum org.jlab.coda.eventViewer.CodaBankTag
-
Obtain the name from the tag value.
- getNewSelectionPath() - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Get the current TreePath, if any,
that will duplicate the previous selection.
- getNextEvent() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get the next evio event from the list or null if none.
- getNextEvent() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Get the next evio event from the list or null if none.
- getOrder() - Method in class org.jlab.coda.eventViewer.FileFrameBig
-
Get the endianness of viewed data.
- getOrder() - Method in class org.jlab.coda.eventViewer.FileFrameV6
-
Get the endianness of viewed data.
- getOrder() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the byte order of the data.
- getOrientation() - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Get the orientation of the separating barrier between tree and data widgets.
- getPrevEvent() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get the previous evio event from the list or null if none.
- getPrevEvent() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Get the previous evio event from the list or null if none.
- getRecordHeader(int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Given the row and col for a magic # word of an evio version 6 record header,
return an array of ints containing the main 14-word header.
- getRowCount() - Method in class org.jlab.coda.eventViewer.MyTableModel
- getRowProgress(int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the percentage (or progress) of the way through the file that the given row is.
- getShort(long) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the short value at the given file byte index.
- getShortAtBytePos(long) - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the short value in the file at the given byte index.
- getSource() - Method in class org.jlab.coda.eventViewer.EventInfoPanel
-
Get the displayed event source value.
- getStructureSelection() - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Get the selection path information list.
- getSubject() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get current subscription's subject.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.jlab.coda.eventViewer.MyRenderer
-
Normal rendering means highlighting every nth row with a darker background.
- getText() - Method in class org.jlab.coda.eventViewer.NamedLabel
-
Get the text in the variable label.
- getTotalFileHeaderBytes() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Get the total number of bytes in file header + index + user header for evio version 6 file.
- getTotalRows() - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the total # of rows in file.
- getType() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Get current subscription's type.
- getTypeObj() - Method in class org.jlab.coda.eventViewer.EvioHeader
-
Get the evio type of this evio structure as an object.
- getValue() - Method in enum org.jlab.coda.eventViewer.CodaBankTag
-
Get the enum's tag value.
- getValueAt(int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
- getWordIndexOf(int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Get the file word index of the entry at the given row and column.
- getXML() - Method in enum org.jlab.coda.eventViewer.DictionarySource
-
Get the associated xml string dictionary.
- hasDictionary - Variable in class org.jlab.coda.eventViewer.BlockHeader
-
Block has dictionary event.
- hasDictionary - Variable in class org.jlab.coda.eventViewer.BlockHeaderV6
-
Record has dictionary event.
- hasDictionary - Variable in class org.jlab.coda.eventViewer.FileHeaderV6
-
Record has dictionary event.
- hasError() - Method in class org.jlab.coda.eventViewer.EvioScanner
-
Did the scan of the file show any evio errors?
- hasError() - Method in class org.jlab.coda.eventViewer.EvioScannerV6
-
Did the scan of the file show any evio errors?
- hasFirstEvent - Variable in class org.jlab.coda.eventViewer.FileHeaderV6
-
Has a "first event" which exists in each related split file.
- hasNextEvent() - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Is there another evio event, after the one previously obtained, in the list?
- hasNextEvent() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Is there another evio event, after the one previously obtained, in the list?
- hasTrailerWithIndex - Variable in class org.jlab.coda.eventViewer.FileHeaderV6
-
Has a last record with no data (trailer) containing an index of all records.
- haveExtraBytes() - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Does this file have 1, 2, or 3 bytes more
than an integral number of integers?
- headerLen - Variable in class org.jlab.coda.eventViewer.BlockHeader
-
Block's header length value (32-bit words).
- headerLen - Variable in class org.jlab.coda.eventViewer.BlockHeaderV6
-
Record's header length value (32-bit words).
- headerLen - Variable in class org.jlab.coda.eventViewer.FileHeaderV6
-
NUmber of words in this header.
- HeaderPanel - Class in org.jlab.coda.eventViewer
-
This is a panel that displays the information from a BaseStructureHeader.
- HeaderPanel() - Constructor for class org.jlab.coda.eventViewer.HeaderPanel
-
Constructor.
- highlightBlkHdr - Static variable in class org.jlab.coda.eventViewer.FileFrameBig
-
- highlightBlkHdr - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highlightBlkHdrErr - Static variable in class org.jlab.coda.eventViewer.FileFrameBig
-
- highlightBlkHdrErr - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highlightBlkHdrIndex - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highlightBlkHdrUser - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highLightBlockHeader(Color, int, int, boolean) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Highlight a block header.
- highLightBlockHeader(Color, Color, Color, int, int, boolean) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Highlight a block header.
- highLightBlockHeader(Color, long, boolean) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Enter block header position into highlight hashmap for future highlighting.
- highLightCell(Color, int, int, boolean) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Highlight the given row and col entry, then refresh view.
- highLightEventHeader(Color, int, int, boolean) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Highlight an event header.
- highLightEventHeader(Color, long, boolean) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Enter event header position into highlight hashmap for future highlighting.
- highlightEvntHdr - Static variable in class org.jlab.coda.eventViewer.FileFrameBig
-
- highlightEvntHdr - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highlightEvntHdrErr - Static variable in class org.jlab.coda.eventViewer.FileFrameBig
-
- highlightEvntHdrErr - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highlightFileHdr - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highlightFileHdrIndex - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highlightFileHdrUser - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highLightFileHeader(Color, Color, Color, int, int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Highlight a file header.
- highlightNodeErr - Static variable in class org.jlab.coda.eventViewer.FileFrameBig
-
- highlightNodeErr - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- highlightValue - Static variable in class org.jlab.coda.eventViewer.FileFrameBig
-
- highlightValue - Static variable in class org.jlab.coda.eventViewer.FileFrameV6
-
- horizontalDividerPosition - Variable in class org.jlab.coda.eventViewer.EventTreePanel
-
Initial width of tree widget when split goes from top to bottom (HORIZONTAL_SPLIT)
- scanFileForErrors() - Method in class org.jlab.coda.eventViewer.EvioScanner
-
Scan the file for evio errors.
- scanFileForErrors() - Method in class org.jlab.coda.eventViewer.EvioScannerV6
-
Scan the file for evio errors.
- SearchTask(boolean, boolean, long, String) - Constructor for class org.jlab.coda.eventViewer.FileFrameBig.SearchTask
-
- SearchTask(boolean, boolean, long, String) - Constructor for class org.jlab.coda.eventViewer.FileFrameV6.SearchTask
-
- setActive(boolean) - Method in enum org.jlab.coda.eventViewer.Filter
-
- setAll(int, int, long, long, int, boolean) - Method in class org.jlab.coda.eventViewer.EvioHeader
-
Set all relevant parameters.
- setByteOrder(ByteOrder) - Method in class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Set the byte order of the data.
- setCmsgHandler(cMsgHandler) - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
- setData(int[]) - Method in class org.jlab.coda.eventViewer.BlockHeader
-
Set members given an array containing the block header values.
- setData(int[], ByteOrder) - Method in class org.jlab.coda.eventViewer.BlockHeaderV6
-
Set members given an array containing the record header values.
- setData(ByteBuffer) - Method in class org.jlab.coda.eventViewer.BlockHeaderV6
-
Set members given an array containing the record header values.
- setData(int[]) - Method in class org.jlab.coda.eventViewer.FileHeaderV6
-
Set members given an array containing the file header values.
- setDataCompressionType(CompressionType) - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Set the compression type of data being viewed.
- setDefaultDataDir(String) - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Set the default directory in which to look for event files.
- setDescription(BaseStructure) - Method in class org.jlab.coda.eventViewer.HeaderPanel
-
Set the dictionary description in header panel.
- setDictionary(EvioXMLDictionary) - Method in enum org.jlab.coda.eventViewer.DictionarySource
-
Set both the string and object forms of a dictionary to be associated
with a particular dictionary source.
- setDictionary(String) - Method in class org.jlab.coda.eventViewer.EventInfoPanel
-
Set the displayed dictionary source value.
- setDictionarySource(DictionarySource) - Method in enum org.jlab.coda.eventViewer.EventSource
-
Set the dictionary source to be associated
with a particular event source.
- setDictionaryText(String) - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Set the display to the dictionary currently in use.
- setDisplay(String, String) - Method in class org.jlab.coda.eventViewer.EventInfoPanel
-
Set this panel's displayed values.
- setEvent(EvioEvent) - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Set the currently displayed event.
- setEventFileExtensions(String[]) - Method in class org.jlab.coda.eventViewer.EventTreeMenu
-
Set all file extensions for viewing evio format files in file chooser.
- setEventFilter(Filter) - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Set the event filter to use on each event before adding to list.
- setEventFilter(Filter) - Method in class org.jlab.coda.eventViewer.EtHandler
-
Set the event filter to use on each event before adding to list.
- setEventNum(int) - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Set the event number.
- setEventNum(int) - Method in class org.jlab.coda.eventViewer.EtHandler
-
Set the event number.
- setEvioVersion(int) - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Set the evio version of data being viewed.
- setEvioVersion(int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Set the evio version of the file being viewed.
- setFirstColLabel(String) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Set the label of the first column of data table.
- setHeader(BaseStructure, int, CompressionType) - Method in class org.jlab.coda.eventViewer.HeaderPanel
-
Set the fields in the panel based on the data in the header.
- setHighlightCell(Color, int, int, boolean) - Method in class org.jlab.coda.eventViewer.MyRenderer
-
Highlight the cell at the given row and column to the given color.
- setHighlightCell(Color, long, boolean) - Method in class org.jlab.coda.eventViewer.MyRenderer
-
Highlight the cell at the given file byte position to the given color.
- setInfoWord(int) - Method in class org.jlab.coda.eventViewer.BlockHeader
-
Given the info word, set version, isLast, and hasDictionary values.
- setInfoWord(int) - Method in class org.jlab.coda.eventViewer.BlockHeaderV6
-
Given the info word, set version, isLast, and hasDictionary values.
- setInfoWord(int) - Method in class org.jlab.coda.eventViewer.FileHeaderV6
-
Given the info word, sets values embedded in it.
- setIntsInHex(boolean) - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Set wether integer data is displayed in hexidecimal or decimal.
- setListLimit(int) - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Set the maximum number of events that the list will hold.
- setListLimit(int) - Method in class org.jlab.coda.eventViewer.EtHandler
-
Set the maximum number of events that the list will hold.
- setMapIndex(int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Set the index of the desired memory map and
refresh table view.
- setMyForeground(Color) - Method in class org.jlab.coda.eventViewer.NamedLabel
-
Set the foreground color of the variable text.
- setOrientation(int) - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Set the orientation of the separating barrier between tree and data widgets.
- setSource(String) - Method in class org.jlab.coda.eventViewer.EventInfoPanel
-
Set the displayed event source value.
- setTableData(String[]) - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Set table's data.
- setTableData() - Method in class org.jlab.coda.eventViewer.FileFrameBig
-
Refresh the view of the table's data.
- setTableData() - Method in class org.jlab.coda.eventViewer.FileFrameV6
-
Refresh the view of the table's data.
- setTableData(String[]) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
- setTableModel(MyTableModel) - Method in class org.jlab.coda.eventViewer.MyRenderer
-
Set the table's data model.
- setTableRenderer(MyRenderer) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
- setTaskProgress(int) - Method in class org.jlab.coda.eventViewer.FileFrameBig.ErrorScanTask
-
- setTaskProgress(int) - Method in class org.jlab.coda.eventViewer.FileFrameBig.SearchTask
-
- setTaskProgress(int) - Method in class org.jlab.coda.eventViewer.FileFrameV6.ErrorScanTask
-
- setTaskProgress(int) - Method in class org.jlab.coda.eventViewer.FileFrameV6.SearchTask
-
- setText(String) - Method in class org.jlab.coda.eventViewer.NamedLabel
-
Set the text in the variable label.
- setTextData(String[]) - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Set table's data.
- setTriggerType(int) - Method in enum org.jlab.coda.eventViewer.Filter
-
Set the value of the trigger type which is
allowed by this filter in Physics events.
- setValueAt(Object, int, int) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
.
- setWindowData(long) - Method in class org.jlab.coda.eventViewer.MyTableModel
-
Set the table's data to the map containing the given word
and refresh view.
- SimpleMappedMemoryHandler - Class in org.jlab.coda.eventViewer
-
This is a class designed to handle access files with size greater than 2.1 GBytes.
- SimpleMappedMemoryHandler(File, ByteOrder) - Constructor for class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Constructor.
- SimpleMappedMemoryHandler(ByteBuffer) - Constructor for class org.jlab.coda.eventViewer.SimpleMappedMemoryHandler
-
Constructor.
- startFillingEventList() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Create and start a thread to process ET events into Evio events.
- stopFillingEventList() - Method in class org.jlab.coda.eventViewer.EtHandler
-
Stop the thread processing ET events into Evio events, if any.
- stopSearch() - Method in class org.jlab.coda.eventViewer.FileFrameBig.ErrorScanTask
-
- stopSearch() - Method in class org.jlab.coda.eventViewer.FileFrameV6.ErrorScanTask
-
- structureSelection - Variable in class org.jlab.coda.eventViewer.EventTreePanel
-
Info about the currently selected evio structure being viewed.
- subscribe(String, String) - Method in class org.jlab.coda.eventViewer.cMsgHandler
-
Subscribe to the given subject and type.
- switchDataAndDictionary() - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Switch the gui's view between data and any dictionary currently in use.
- switchDataAndText(boolean) - Method in class org.jlab.coda.eventViewer.EventTreePanel
-
Switch the gui's data view between numerical data and text data.