Class AlertSummaryTable
java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.vision.api.client.components.model.AbstractVisionPanel
com.inductiveautomation.factorypmi.application.components.AlertSummaryTable
- All Implemented Interfaces:
DynamicPropertyProvider
,LocaleListener
,MutableDynamicPropertyProvider
,StyleProvider
,ComponentLifecycle
,EnabledEx
,QualityMonitor
,VisionComponent
,ImageObserver
,MenuContainer
,Serializable
,Accessible
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Defines the 4 classifications of alerts, along with their default render optionsstatic enum
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
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
Fields inherited from class com.inductiveautomation.vision.api.client.components.model.AbstractVisionPanel
antialias, context, cursorCode, dynamicProps
Fields inherited from class javax.swing.JComponent
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
accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Fields inherited from interface com.inductiveautomation.vision.api.client.components.model.ComponentLifecycle
COMPONENT_RUNNING
Fields inherited from interface com.inductiveautomation.vision.api.client.components.model.EnabledEx
DISABLED_BY_PERMISSIONS
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Fields inherited from interface com.inductiveautomation.ignition.client.model.LocaleListener
LOCAL_CHANGE_EVENT
Fields inherited from interface com.inductiveautomation.vision.api.client.binding.MutableDynamicPropertyProvider
RESERVED_SET_KEY
Fields inherited from interface com.inductiveautomation.vision.api.client.components.model.VisionComponent
COMPONENT_LOCKED, COMPONENT_PERMISSIONS, COMPONENT_SECURITY, COMPONENT_TRANSLATIONS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
long
int
int
int
int
int
int
int
int
int
int
int
int
int
protected void
Adds (or re-adds) the JScrollpane holding the table to the overall panel, and the accessory panelsboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
protected void
Subclasses should override this to provide shutdown logic.protected void
Subclasses should override this to provide startup logic.void
protected void
void
setAckAllText
(String ackAllText) void
setAckButtonFont
(Font ackButtonFont) void
setAckButtonLocation
(int ackButtonLocation) void
setAckText
(String ackText) void
setActiveAndAcked
(boolean activeAndAcked) void
void
void
setActiveAndAckedBlink
(boolean b) void
void
void
void
setActiveAndUnacked
(boolean activeAndUnacked) void
void
void
setActiveAndUnackedBlink
(boolean b) void
void
void
void
void
setAutoResizeMode
(int i) void
setBlinkOffTime
(int blinkOffTime) void
setBlinkOnTime
(int blinkOnTime) void
setClearAndAcked
(boolean clearAndAcked) void
void
void
setClearAndAckedBlink
(boolean b) void
void
void
void
setClearAndUnacked
(boolean clearAndUnacked) void
void
void
setClearAndUnackedBlink
(boolean b) void
void
void
void
setColumnAckedByPosition
(int p) void
void
setColumnAckedByWidth
(int w) void
setColumnAckedPosition
(int p) void
void
setColumnAckedWidth
(int w) void
setColumnClearedPosition
(int p) void
void
setColumnClearedWidth
(int w) void
setColumnClearValuePosition
(int p) void
void
setColumnClearValueWidth
(int w) void
setColumnItemPathPosition
(int p) void
void
setColumnItemPathWidth
(int w) void
setColumnPathPosition
(int p) void
void
setColumnPathWidth
(int w) void
setColumnSeverityPosition
(int p) void
void
setColumnSeverityWidth
(int w) void
setColumnStatePosition
(int p) void
void
setColumnStateWidth
(int w) void
setColumnSystemPosition
(int p) void
void
setColumnSystemWidth
(int w) void
setColumnTimestampPosition
(int p) void
void
setColumnTimestampWidth
(int w) void
setColumnValuePosition
(int p) void
void
setColumnValueWidth
(int w) void
setComponentEnabled
(boolean componentEnabled) void
setDateFormat
(String dateFormat) void
setEnabled
(boolean b) void
setFlatten
(boolean flatten) void
setHeaderVisible
(boolean headerVisible) void
setItemPathFilter
(String itemPathFilter) void
setNotesAreaBorder
(Border notesAreaBorder) void
setNotesAreaFont
(Font notesAreaFont) void
setNotesAreaLocation
(int notesAreaLocation) void
setNotesAreaSize
(int notesAreaSize) void
setNumberFormat
(String format) void
setPathFilter
(String pathFilter) void
setRefreshRate
(long refreshRate) void
setRowHeight
(int rowHeight) void
setScrollPaneBorder
(Border scrollPaneBorder) void
setSelectedRow
(int row) void
setSelectionColor
(Color selectionColor) void
setSelectionThickness
(int selectionThickness) void
setSeverityFilter
(int severityFilter) void
setShowAcked
(boolean b) void
setShowAckedBy
(boolean b) void
setShowCleared
(boolean b) void
setShowClearValue
(boolean b) void
setShowItemPath
(boolean b) void
setShowPath
(boolean b) void
setShowSeverity
(boolean b) void
setShowState
(boolean b) void
setShowSystem
(boolean b) void
setShowTimestamp
(boolean b) void
setShowValue
(boolean b) void
setSortByAcked
(int sortByAcked) void
setSortByAckedTime
(int sortByAckedTime) void
setSortByActive
(int sortByActive) void
setSortByActiveTime
(int sortByActiveTime) void
setSortByClearTime
(int sortByClearTime) void
setSortByPath
(int sortByPath) void
setSortBySeverity
(int sortBySeverity) void
setSortByStateName
(int sortByStateName) void
setSortBySystem
(int sortBySystem) void
setSystemFilter
(String systemFilter) void
setTableBackground
(Color tableBackground) Methods inherited from class com.inductiveautomation.vision.api.client.components.model.AbstractVisionPanel
getAppContext, getCursorCode, getDataQuality, getDynamicProps, getProperties, getPropertyValue, getQuality, getStyles, getToolTipText, initStyleListener, isAntialias, isComponentRunning, isPropertyDefined, localeChanged, paintChildren, paintComponent, paintOverlayOverChildren, setAntialias, setCursorCode, setDataQuality, setDynamicProps, setName, setPropertyValue, setQuality, setStyles, setToolTipText, setVisible, shutdownComponent, startupComponent, translate, updateQuality
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, unregisterKeyboardAction, update
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setMixingCutoutShape, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
-
Field Details
-
HIDDEN
public static final int HIDDEN- See Also:
-
SOUTH
public static final int SOUTH- See Also:
-
WEST
public static final int WEST- See Also:
-
NORTH
public static final int NORTH- See Also:
-
EAST
public static final int EAST- See Also:
-
-
Constructor Details
-
AlertSummaryTable
public AlertSummaryTable()
-
-
Method Details
-
initLayout
protected void initLayout()Adds (or re-adds) the JScrollpane holding the table to the overall panel, and the accessory panels -
selectionChanged
protected void selectionChanged() -
setEnabled
public void setEnabled(boolean b) - Overrides:
setEnabled
in classJComponent
-
isComponentEnabled
public boolean isComponentEnabled()- Specified by:
isComponentEnabled
in interfaceEnabledEx
-
setComponentEnabled
public void setComponentEnabled(boolean componentEnabled) - Specified by:
setComponentEnabled
in interfaceEnabledEx
-
evaluateEnabled
public void evaluateEnabled()- Specified by:
evaluateEnabled
in interfaceEnabledEx
-
onStartup
protected void onStartup()Description copied from class:AbstractVisionPanel
Subclasses should override this to provide startup logic.- Overrides:
onStartup
in classAbstractVisionPanel
-
onShutdown
protected void onShutdown()Description copied from class:AbstractVisionPanel
Subclasses should override this to provide shutdown logic.- Overrides:
onShutdown
in classAbstractVisionPanel
-
getRefreshRate
public long getRefreshRate() -
setRefreshRate
public void setRefreshRate(long refreshRate) -
getBlinkOnTime
public int getBlinkOnTime() -
setBlinkOnTime
public void setBlinkOnTime(int blinkOnTime) -
getBlinkOffTime
public int getBlinkOffTime() -
setBlinkOffTime
public void setBlinkOffTime(int blinkOffTime) -
getAutoResizeMode
public int getAutoResizeMode() -
setAutoResizeMode
public void setAutoResizeMode(int i) -
getAckButtonLocation
public int getAckButtonLocation() -
setAckButtonLocation
public void setAckButtonLocation(int ackButtonLocation) -
getNotesAreaLocation
public int getNotesAreaLocation() -
setNotesAreaLocation
public void setNotesAreaLocation(int notesAreaLocation) -
getNotesAreaSize
public int getNotesAreaSize() -
setNotesAreaSize
public void setNotesAreaSize(int notesAreaSize) -
getPathFilter
-
setPathFilter
-
getItemPathFilter
-
setItemPathFilter
-
getSeverityFilter
public int getSeverityFilter() -
setSeverityFilter
public void setSeverityFilter(int severityFilter) -
isFlatten
public boolean isFlatten() -
setFlatten
public void setFlatten(boolean flatten) -
isActiveAndUnacked
public boolean isActiveAndUnacked() -
setActiveAndUnacked
public void setActiveAndUnacked(boolean activeAndUnacked) -
isActiveAndAcked
public boolean isActiveAndAcked() -
setActiveAndAcked
public void setActiveAndAcked(boolean activeAndAcked) -
isClearAndUnacked
public boolean isClearAndUnacked() -
setClearAndUnacked
public void setClearAndUnacked(boolean clearAndUnacked) -
isClearAndAcked
public boolean isClearAndAcked() -
setClearAndAcked
public void setClearAndAcked(boolean clearAndAcked) -
getSystemFilter
-
setSystemFilter
-
getAlerts
-
setAlerts
-
isShowTimestamp
public boolean isShowTimestamp() -
setShowTimestamp
public void setShowTimestamp(boolean b) -
getColumnTimestampWidth
public int getColumnTimestampWidth() -
setColumnTimestampWidth
public void setColumnTimestampWidth(int w) -
getColumnTimestampText
-
setColumnTimestampText
-
getColumnTimestampPosition
public int getColumnTimestampPosition() -
setColumnTimestampPosition
public void setColumnTimestampPosition(int p) -
isShowValue
public boolean isShowValue() -
setShowValue
public void setShowValue(boolean b) -
getColumnValueWidth
public int getColumnValueWidth() -
setColumnValueWidth
public void setColumnValueWidth(int w) -
getColumnValueText
-
setColumnValueText
-
getColumnValuePosition
public int getColumnValuePosition() -
setColumnValuePosition
public void setColumnValuePosition(int p) -
isShowSystem
public boolean isShowSystem() -
setShowSystem
public void setShowSystem(boolean b) -
getColumnSystemWidth
public int getColumnSystemWidth() -
setColumnSystemWidth
public void setColumnSystemWidth(int w) -
getColumnSystemText
-
setColumnSystemText
-
getColumnSystemPosition
public int getColumnSystemPosition() -
setColumnSystemPosition
public void setColumnSystemPosition(int p) -
isShowItemPath
public boolean isShowItemPath() -
setShowItemPath
public void setShowItemPath(boolean b) -
getColumnItemPathWidth
public int getColumnItemPathWidth() -
setColumnItemPathWidth
public void setColumnItemPathWidth(int w) -
getColumnItemPathText
-
setColumnItemPathText
-
getColumnItemPathPosition
public int getColumnItemPathPosition() -
setColumnItemPathPosition
public void setColumnItemPathPosition(int p) -
isShowPath
public boolean isShowPath() -
setShowPath
public void setShowPath(boolean b) -
getColumnPathWidth
public int getColumnPathWidth() -
setColumnPathWidth
public void setColumnPathWidth(int w) -
getColumnPathText
-
setColumnPathText
-
getColumnPathPosition
public int getColumnPathPosition() -
setColumnPathPosition
public void setColumnPathPosition(int p) -
isShowState
public boolean isShowState() -
setShowState
public void setShowState(boolean b) -
getColumnStateWidth
public int getColumnStateWidth() -
setColumnStateWidth
public void setColumnStateWidth(int w) -
getColumnStateText
-
setColumnStateText
-
getColumnStatePosition
public int getColumnStatePosition() -
setColumnStatePosition
public void setColumnStatePosition(int p) -
isShowSeverity
public boolean isShowSeverity() -
setShowSeverity
public void setShowSeverity(boolean b) -
getColumnSeverityWidth
public int getColumnSeverityWidth() -
setColumnSeverityWidth
public void setColumnSeverityWidth(int w) -
getColumnSeverityText
-
setColumnSeverityText
-
getColumnSeverityPosition
public int getColumnSeverityPosition() -
setColumnSeverityPosition
public void setColumnSeverityPosition(int p) -
isShowCleared
public boolean isShowCleared() -
setShowCleared
public void setShowCleared(boolean b) -
getColumnClearedWidth
public int getColumnClearedWidth() -
setColumnClearedWidth
public void setColumnClearedWidth(int w) -
getColumnClearedText
-
setColumnClearedText
-
getColumnClearedPosition
public int getColumnClearedPosition() -
setColumnClearedPosition
public void setColumnClearedPosition(int p) -
isShowClearValue
public boolean isShowClearValue() -
setShowClearValue
public void setShowClearValue(boolean b) -
getColumnClearValueWidth
public int getColumnClearValueWidth() -
setColumnClearValueWidth
public void setColumnClearValueWidth(int w) -
getColumnClearValueText
-
setColumnClearValueText
-
getColumnClearValuePosition
public int getColumnClearValuePosition() -
setColumnClearValuePosition
public void setColumnClearValuePosition(int p) -
isShowAcked
public boolean isShowAcked() -
setShowAcked
public void setShowAcked(boolean b) -
getColumnAckedWidth
public int getColumnAckedWidth() -
setColumnAckedWidth
public void setColumnAckedWidth(int w) -
getColumnAckedText
-
setColumnAckedText
-
getColumnAckedPosition
public int getColumnAckedPosition() -
setColumnAckedPosition
public void setColumnAckedPosition(int p) -
isShowAckedBy
public boolean isShowAckedBy() -
setShowAckedBy
public void setShowAckedBy(boolean b) -
getColumnAckedByWidth
public int getColumnAckedByWidth() -
setColumnAckedByWidth
public void setColumnAckedByWidth(int w) -
getColumnAckedByText
-
setColumnAckedByText
-
getColumnAckedByPosition
public int getColumnAckedByPosition() -
setColumnAckedByPosition
public void setColumnAckedByPosition(int p) -
getActiveAndUnackedForeground1
-
setActiveAndUnackedForeground1
-
getActiveAndUnackedForeground2
-
setActiveAndUnackedForeground2
-
getActiveAndUnackedBackground1
-
setActiveAndUnackedBackground1
-
getActiveAndUnackedBackground2
-
setActiveAndUnackedBackground2
-
getActiveAndAckedForeground1
-
setActiveAndAckedForeground1
-
getActiveAndAckedForeground2
-
setActiveAndAckedForeground2
-
getActiveAndAckedBackground1
-
setActiveAndAckedBackground1
-
getActiveAndAckedBackground2
-
setActiveAndAckedBackground2
-
getClearAndUnackedForeground1
-
setClearAndUnackedForeground1
-
getClearAndUnackedForeground2
-
setClearAndUnackedForeground2
-
getClearAndUnackedBackground1
-
setClearAndUnackedBackground1
-
getClearAndUnackedBackground2
-
setClearAndUnackedBackground2
-
getClearAndAckedForeground1
-
setClearAndAckedForeground1
-
getClearAndAckedForeground2
-
setClearAndAckedForeground2
-
getClearAndAckedBackground1
-
setClearAndAckedBackground1
-
getClearAndAckedBackground2
-
setClearAndAckedBackground2
-
getActiveAndUnackedFont
-
setActiveAndUnackedFont
-
getActiveAndAckedFont
-
setActiveAndAckedFont
-
getClearAndUnackedFont
-
setClearAndUnackedFont
-
getClearAndAckedFont
-
setClearAndAckedFont
-
isActiveAndUnackedBlink
public boolean isActiveAndUnackedBlink() -
setActiveAndUnackedBlink
public void setActiveAndUnackedBlink(boolean b) -
isActiveAndAckedBlink
public boolean isActiveAndAckedBlink() -
setActiveAndAckedBlink
public void setActiveAndAckedBlink(boolean b) -
isClearAndUnackedBlink
public boolean isClearAndUnackedBlink() -
setClearAndUnackedBlink
public void setClearAndUnackedBlink(boolean b) -
isClearAndAckedBlink
public boolean isClearAndAckedBlink() -
setClearAndAckedBlink
public void setClearAndAckedBlink(boolean b) -
getDateFormat
-
setDateFormat
-
getNumberFormat
-
setNumberFormat
-
isHeaderVisible
public boolean isHeaderVisible() -
setHeaderVisible
public void setHeaderVisible(boolean headerVisible) -
getScrollPaneBorder
-
setScrollPaneBorder
-
getTableBackground
-
setTableBackground
-
getRowHeight
public int getRowHeight() -
setRowHeight
public void setRowHeight(int rowHeight) -
getSelectionColor
-
setSelectionColor
-
getSelectionThickness
public int getSelectionThickness() -
setSelectionThickness
public void setSelectionThickness(int selectionThickness) -
getAckText
-
setAckText
-
getAckAllText
-
setAckAllText
-
getNotesAreaBorder
-
setNotesAreaBorder
-
getNotesAreaFont
-
setNotesAreaFont
-
getAckButtonFont
-
setAckButtonFont
-
getSelectedRow
public int getSelectedRow() -
setSelectedRow
public void setSelectedRow(int row) -
resetSort
public void resetSort() -
getSortByActive
public int getSortByActive() -
setSortByActive
public void setSortByActive(int sortByActive) -
getSortByAcked
public int getSortByAcked() -
setSortByAcked
public void setSortByAcked(int sortByAcked) -
getSortByActiveTime
public int getSortByActiveTime() -
setSortByActiveTime
public void setSortByActiveTime(int sortByActiveTime) -
getSortBySeverity
public int getSortBySeverity() -
setSortBySeverity
public void setSortBySeverity(int sortBySeverity) -
getSortByClearTime
public int getSortByClearTime() -
setSortByClearTime
public void setSortByClearTime(int sortByClearTime) -
getSortByAckedTime
public int getSortByAckedTime() -
setSortByAckedTime
public void setSortByAckedTime(int sortByAckedTime) -
getSortByPath
public int getSortByPath() -
setSortByPath
public void setSortByPath(int sortByPath) -
getSortBySystem
public int getSortBySystem() -
setSortBySystem
public void setSortBySystem(int sortBySystem) -
getSortByStateName
public int getSortByStateName() -
setSortByStateName
public void setSortByStateName(int sortByStateName)
-