Serialized Form
Package org.pentaho.reporting.libraries.designtime.swing |
fontFamilyTextBox
JTextField fontFamilyTextBox
fontSizeTextBox
JTextField fontSizeTextBox
fontFamilyList
JList fontFamilyList
fontSizeList
JList fontSizeList
fontStyleList
JList fontStyleList
eventListenerList
EventListenerList eventListenerList
underlineCheckbox
JCheckBox underlineCheckbox
strikethroughCheckbox
JCheckBox strikethroughCheckbox
extendedFontPropertiesShowing
boolean extendedFontPropertiesShowing
updateContentAreaFilled
boolean updateContentAreaFilled
color
Color color
confirmed
boolean confirmed
confirmAction
Action confirmAction
cancelAction
org.pentaho.reporting.libraries.designtime.swing.CommonDialog.CancelAction cancelAction
consumed
boolean consumed
model
DefaultComboBoxModel model
format
Format format
fallbackType
Class<T> fallbackType
allowEmptyString
boolean allowEmptyString
selectingItem
boolean selectingItem
Package org.pentaho.reporting.libraries.designtime.swing.background |
table
JTable table
colNames
String[] colNames
- Deprecated.
colTypes
Class<T>[] colTypes
- Deprecated.
backend
org.pentaho.reporting.libraries.base.util.GenericObjectTable backend
- Deprecated.
cancelListeners
List<E> cancelListeners
message
JLabel message
Package org.pentaho.reporting.libraries.designtime.swing.bulk |
tableModel
BulkDataProvider tableModel
listSelectionModel
ListSelectionModel listSelectionModel
editorTable
JTable editorTable
tableModel
BulkDataProvider tableModel
listSelectionModel
ListSelectionModel listSelectionModel
editorTable
JTable editorTable
tableModel
BulkDataProvider tableModel
listSelectionModel
ListSelectionModel listSelectionModel
editorTable
JTable editorTable
Package org.pentaho.reporting.libraries.designtime.swing.date |
dateChooserPanel
DateChooserPanel dateChooserPanel
dateField
JTextField dateField
sdf
DateFormat sdf
dateWindow
DateChooserPopupMenu dateWindow
pickDateButton
JButton pickDateButton
dateType
Class<T> dateType
listeners
EventListenerList listeners
dateView
Calendar dateView
- The date used to display the current selection in the panel. This date cannot be null, while the selected
date can be null.
selectedDate
Date selectedDate
chosenDateButtonColor
Color chosenDateButtonColor
- The color for the selected date.
chosenMonthButtonColor
Color chosenMonthButtonColor
- The color for dates in the current month.
chosenOtherButtonColor
Color chosenOtherButtonColor
- The color for dates that are visible, but not in the current month.
firstDayOfWeek
int firstDayOfWeek
- The first day-of-the-week.
yearSelectionRange
int yearSelectionRange
- The range used for selecting years.
dateFont
Font dateFont
- The font used to display the date.
monthSelector
JComboBox monthSelector
- A combo for selecting the month.
yearSelector
JComboBox yearSelector
- A combo for selecting the year.
buttons
JButton[] buttons
- An array of buttons used to display the days-of-the-month.
refreshing
boolean refreshing
- A flag that indicates whether or not we are currently refreshing the
buttons.
WEEK_DAYS
int[] WEEK_DAYS
- The ordered set of all seven days of a week,
beginning with the 'firstDayOfWeek'.
dateSelected
boolean dateSelected
yearOrMonthChangeSelectsDate
boolean yearOrMonthChangeSelectsDate
dateChooserPanel
DateChooserPanel dateChooserPanel
dateField
JTextField dateField
sdf
DateFormat sdf
dateType
Class<T> dateType
listeners
EventListenerList listeners
date
Date date
Package org.pentaho.reporting.libraries.designtime.swing.propertyeditors |
propertyEditor
PropertyEditor propertyEditor
defaultCellEditor
JTextField defaultCellEditor
usingCustomEditor
boolean usingCustomEditor
usingTags
boolean usingTags
tagsCellEditor
JComboBox tagsCellEditor
Class org.pentaho.reporting.libraries.designtime.swing.propertyeditors.PropertyEditorCellEditor.CancelAction extends AbstractAction implements Serializable |
filterEvents
boolean filterEvents
comboBox
JComboBox comboBox
eventListenerList
EventListenerList eventListenerList
tags
String[] tags
Class org.pentaho.reporting.libraries.designtime.swing.propertyeditors.TagListTableCellEditor.CancelAction extends AbstractAction implements Serializable |