|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JTable org.jdesktop.swingx.JXTable PIRL.Conductor.Maestro.Conductor_Matrix
public class Conductor_Matrix
A Conductor_Matrix is a table view of a Conductor_Matrix_Model..
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jdesktop.swingx.JXTable |
---|
org.jdesktop.swingx.JXTable.BooleanEditor, org.jdesktop.swingx.JXTable.GenericEditor, org.jdesktop.swingx.JXTable.NumberEditor, org.jdesktop.swingx.JXTable.TableAdapter |
Nested classes/interfaces inherited from class javax.swing.JTable |
---|
JTable.AccessibleJTable, JTable.DropLocation, JTable.PrintMode |
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 | |
---|---|
static int |
ALL_COUNTS
Bit flags for processing state count selection. |
static int |
HALTED_COUNT
Bit flags for processing state count selection. |
static int |
HALTED_INDEX
Index for arrays of processing state information. |
static String |
ID
Class identification name with source code version and date. |
static int |
POLLING_COUNT
Bit flags for processing state count selection. |
static int |
POLLING_INDEX
Index for arrays of processing state information. |
static int |
RUNNING_COUNT
Bit flags for processing state count selection. |
static int |
RUNNING_INDEX
Index for arrays of processing state information. |
static String[] |
STATE_ANNOTATIONS
Processing state label annotations. |
static Color[][] |
STATE_COLORS
|
static int |
TOTAL_COUNT
Bit flags for processing state count selection. |
static int |
TOTAL_INDEX
Index for arrays of processing state information. |
static int |
WAITING_COUNT
Bit flags for processing state count selection. |
static int |
WAITING_INDEX
Index for arrays of processing state information. |
Fields inherited from class org.jdesktop.swingx.JXTable |
---|
compoundHighlighter, dataAdapter, editorRemover, filters, FOCUS_NEXT_COMPONENT, FOCUS_PREVIOUS_COMPONENT, HORIZONTALSCROLL_ACTION_COMMAND, isXTableRowHeightSet, MATCH_HIGHLIGHTER, PACKALL_ACTION_COMMAND, PACKSELECTED_ACTION_COMMAND, resetDefaultTableCellRendererHighlighter, searchable, selectionMapper, UIPREFIX, USE_DTCR_COLORMEMORY_HACK |
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 | |
---|---|
Conductor_Matrix(Conductor_Matrix_Model matrix_model)
|
Method Summary | |
---|---|
int |
Counts_Shown()
Get the Conductor processing state counts that are shown in the table. |
Conductor_Matrix |
Counts_Shown(int counts_shown)
Set the Conductor processing state counts that are shown in the table. |
boolean |
State_Annotate()
Test if Conductor processing state count annotations are enabled. |
Conductor_Matrix |
State_Annotate(boolean enable)
Enable or disable Conductor processing state count annotations. |
Methods inherited from class org.jdesktop.swingx.JXTable |
---|
addHighlighter, adjustComponentOrientation, adminSetRowHeight, columnMarginChanged, columnPropertyChange, columnRemoved, columnSelectionChanged, configureColumnControl, configureEnclosingScrollPane, convertRowIndexToModel, convertRowIndexToView, createDefaultColumnControl, createDefaultColumnModel, createDefaultColumnsFromModel, createDefaultEditors, createDefaultRenderers, createDefaultTableHeader, createHighlighterChangeListener, createLinkController, createPipelineListener, createRolloverProducer, doFind, doLayout, editCellAt, getAutoCreateColumnsFromModel, getCellRenderer, getColumn, getColumnControl, getColumnCount, getColumnExt, getColumnExt, getColumnFactory, getColumnMargin, getColumns, getColumns, getComponentAdapter, getComponentAdapter, getCompoundHighlighter, getFillsViewportHeight, getFilterPipelineListener, getFilters, getHighlighterChangeListener, getHighlighters, getLinkController, getNewDefaultRenderer, getPreferredScrollableViewportSize, getRowCount, getRowModelMapper, getScrollableTracksViewportHeight, getScrollableTracksViewportWidth, getSearchable, getSelectionMapper, getSelectionMode, getSortController, getSortedColumn, getSortOrder, getSortOrder, getStringAt, getUIString, getUIString, getValueAt, getVisibleColumnCount, getVisibleRowCount, initializeColumnPreferredWidth, initializeColumnWidths, isAutoStartEditOnKeyStroke, isCellEditable, isColumnControlVisible, isDataChanged, isEditable, isFocusCycleRoot, isHorizontalScrollEnabled, isRolloverEnabled, isRowHeightEnabled, isSortable, isSortable, isSortable, isStructureChanged, isTerminateEditOnFocusLost, isUpdate, packAll, packColumn, packColumn, packSelected, packTable, prepareEditor, prepareRenderer, removeEditor, removeHighlighter, removeNotify, resetDefaultTableCellRendererColors, resetSortOrder, rowAtPoint, scrollCellToVisible, scrollColumnToVisible, scrollRowToVisible, setAutoResizeMode, setAutoStartEditOnKeyStroke, setColumnControl, setColumnControlVisible, setColumnFactory, setColumnMargin, setColumnSequence, setComponentOrientation, setEditable, setFillsViewportHeight, setFilters, setGridColor, setHighlighters, setHorizontalScrollEnabled, setLocale, setModel, setPreferredScrollableViewportSize, setRolloverEnabled, setRowHeight, setRowHeight, setRowHeightEnabled, setSearchable, setSelectionBackground, setSelectionForeground, setSelectionModel, setShowGrid, setShowGrid, setSortable, setSortOrder, setSortOrder, setTerminateEditOnFocusLost, setValueAt, setVisibleColumnCount, setVisibleRowCount, shouldSortOnChange, tableChanged, toggleSortOrder, toggleSortOrder, transferFocus, transferFocusBackward, unconfigureColumnControl, unconfigureEnclosingScrollPane, updateColumnControlUI, updateColumnUI, updateHighlighterUI, updateHorizontalAction, updateLocaleActionState, updateLocaleState, updateOnFilterContentChanged, updateRowHeightUI, updateUI, updateViewSizeSequence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.swing.event.TableColumnModelListener |
---|
columnAdded, columnMoved |
Field Detail |
---|
public static final String ID
public static final int RUNNING_INDEX
public static final int POLLING_INDEX
public static final int WAITING_INDEX
public static final int HALTED_INDEX
public static final int TOTAL_INDEX
public static final Color[][] STATE_COLORS
public static final String[] STATE_ANNOTATIONS
public static final int RUNNING_COUNT
public static final int POLLING_COUNT
public static final int WAITING_COUNT
public static final int HALTED_COUNT
public static final int TOTAL_COUNT
public static final int ALL_COUNTS
Constructor Detail |
---|
public Conductor_Matrix(Conductor_Matrix_Model matrix_model)
Method Detail |
---|
public boolean State_Annotate()
State_Annotate(boolean)
public Conductor_Matrix State_Annotate(boolean enable)
When enable each Conductor processing state count label includes a single character annotation corresponding to the first character of its state name: running, polling, waiting, halted and total.
When disabled the annotatations are not included in the label.
enable
- If true processing state count annotations will be
displayed. If false annotations are not displayed.
public int Counts_Shown()
Counts_Shown(int)
public Conductor_Matrix Counts_Shown(int counts_shown)
Conductor processing state counts to be shown are selected by a bit mask composed of the logic OR-ing of the following values:
RUNNING_COUNT
POLLING_COUNT
WAITING_COUNT
HALTED_COUNT
TOTAL_COUNT
ALL_COUNTS
counts_shown
- A bit mask int value that is the OR-ing of
processing state count selection flags. If zero ALL_COUNTS
will be used.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |