Package com.illumon.iris.console.utils.input
package com.illumon.iris.console.utils.input
-
ClassDescriptionThe ButtonColumn class provides a renderer and an editor that looks like a JButton.Class to allow creating buttons that have some non-standard properties (e.g., tooltips, disabled) instead of just buttons with text.A
ColumnRenderer
that will render the input overlay on top of a base table within aLiveInputTableEditor
AGuiTable
implementation that provides an overlay of locally edited values on top of a server sideMutableInputTable
This is the table model for the spreadsheet like input table editor widgetLiveInputTableEditor
.A pop up dialog used verify and edit rows before putting them into an InputTable.This is a simple table used to verify and edit rows before putting them into an InputTable.This is a simple table model used to verify and edit rows before putting them into an InputTable.An Editor control that allows simple Add/Remove/Update operations to anInputTable
A Helper Class for performing UI Related Actions on a MutableInputTable.An Enumeration of all named key bindings for the program.ATableCellRenderer
andTableCellEditor
that places a button within the cell of the table/