- getAlphaColumn() - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Returns the index of the alpha column for the alpha model.
- getAlphaModel() - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Regturns the current alpha model.
- getAlphaMutationModel() - Method in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
Regturns the current alpha mutation model.
- getAlphaPositionColumn() - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Returns the index of the position column for the alpha model.
- getAlphaSelectionModel() - Method in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
Returns current alpha selection model.
- getAnchorSelectionIndex() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- getColorColumn() - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Returns the index of the color column for the data model.
- getColorColumn() - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Returns an index of currently used table column to query marker color.
- getColorMutationModel() - Method in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
Regturns the current color mutation model.
- getColorOverrideMap() - Method in class com.michaelbaranov.microba.common.MicrobaComponent
-
Returns per-instance (only for this instance) map of color overrides.
- getColorPositionColumn() - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Returns the index of the position column for the data model.
- getColorSelectionModel() - Method in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
Returns current color selection model.
- getColumnClass(int) - Method in class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
- getColumnClass(int) - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
-
- getColumnClass(int) - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
This implementation returns Integer.class
for
columnIndex=0.
- getColumnCount() - Method in class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
- getColumnCount() - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
-
- getColumnCount() - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
Returns the numbar of columns in the TableModel
.This
implementation always returns 1.
- getColumnName(int) - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
This implementation returns "Position"
for columnIndex=0.
- getDataModel() - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Regturns the current data model.
- getDataModel() - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Returns current data model.
- getDate() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Returns currently selected date in the control.
- getDateFormat() - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Returns the date format.
- getDisabledColor() - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- getFocusColor() - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- getFocusLostBehavior() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Returns the focus lost behavior.
- getHolidayPolicy() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Returns current holliday policy (model).
- getHollidayName(Object, Calendar) - Method in interface com.michaelbaranov.microba.calendar.HolidayPolicy
-
This method is used to query a description for a holliday date.
- getLeadSelectionIndex() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- getListeners(Class) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- getListSelectionListeners() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- getLocale() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Returns current locale.
- getLowerBound() - Method in interface com.michaelbaranov.microba.common.BoundedTableModel
-
Returns some lower bound, further describing the data.
- getLowerBound() - Method in class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
- getLowerBound() - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
-
- getLowerBound() - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
- getMarkerSideGap() - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Returns a distance in pixeld between the edge of the component (left &
right edge for horizontal orientation, top & bottom edge for vertical)
and a marker beak point in outermost position.
- getMarkerSideGap() - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarUI
-
- getMaxSelectionIndex() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- getMinimumSize(JComponent) - Method in class com.michaelbaranov.microba.gradient.ui.basic.BasicGradientUI
-
- getMinimumSize(JComponent) - Method in class com.michaelbaranov.microba.gradienteditor.ui.basic.BasicGradientEditorUI
-
- getMinimumSize(JComponent) - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- getMinSelectionIndex() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- getMutationModel() - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Returns current mutation model.
- getNormalColor() - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- getOrientation() - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Returns current orientation of the component.
- getOrientation() - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Returns current component orientation.
- getOverridenColor(String, MicrobaComponent) - Static method in class com.michaelbaranov.microba.Microba
-
Returns overriden color for given component in current Look&Feel.
- getOverridenColor(String, MicrobaComponent, Color) - Static method in class com.michaelbaranov.microba.Microba
-
Returns overriden color for given component in current Look&Feel or a
default value.
- getPickerStyle() - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Returns current visual style of the picker control.
- getPositionColumn() - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Returns an index of currently used table column to query marker position.
- getPreferredSize(JComponent) - Method in class com.michaelbaranov.microba.gradient.ui.basic.BasicGradientUI
-
- getPreferredSize(JComponent) - Method in class com.michaelbaranov.microba.gradienteditor.ui.basic.BasicGradientEditorUI
-
- getPreferredSize(JComponent) - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- getPropertyChangeListeners() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
-
- getPropertyChangeListeners(String) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
-
- getResource(String, Locale) - Method in interface com.michaelbaranov.microba.calendar.CalendarResources
-
- getResource(String, Locale) - Method in class com.michaelbaranov.microba.calendar.DefaultCalendarResources
-
- getResources() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Resurns current calendar resources model.
- getRowCount() - Method in class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
- getRowCount() - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
-
- getRowCount() - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
Returns the count of markers.
- getSelectionColor() - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- getSelectionMode() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- getSelectionModel() - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Returns current selection model.
- getShadowColor() - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- getStyle() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Returns current visual style of the control.
- getTextColor() - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- getUI() - Method in class com.michaelbaranov.microba.common.MicrobaComponent
-
- getUIClassID() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
- getUIClassID() - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
- getUIClassID() - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
- getUIClassID() - Method in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
- getUIClassID() - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Look&Feel UI delegate key (classID).
- getUpperBound() - Method in interface com.michaelbaranov.microba.common.BoundedTableModel
-
Returns some upper bound, further describing the data.
- getUpperBound() - Method in class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
- getUpperBound() - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
-
- getUpperBound() - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
- getValueAt(int, int) - Method in class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
- getValueAt(int, int) - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
-
- getValueAt(int, int) - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
Returns the position of a marker, specified by index.
- getValueIsAdjusting() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- getVetoPolicy() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Returns the current veto policy (model).
- getZone() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Returns current time zone.
- GradientBar - Class in com.michaelbaranov.microba.gradient
-
IMPORTANT: alpha featre not implemented.
- GradientBar() - Constructor for class com.michaelbaranov.microba.gradient.GradientBar
-
Constructor.
- GradientBar(BoundedTableModel) - Constructor for class com.michaelbaranov.microba.gradient.GradientBar
-
Constructor.
- GradientBar(BoundedTableModel, int) - Constructor for class com.michaelbaranov.microba.gradient.GradientBar
-
Constructor.
- GradientEditor - Class in com.michaelbaranov.microba.gradienteditor
-
IMPORTANT: alpha featre not implemented.
- GradientEditor() - Constructor for class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
Constructor.
- GradientEditorLayout - Class in com.michaelbaranov.microba.gradienteditor.ui
-
- GradientEditorLayout(MarkerBar, GradientBar) - Constructor for class com.michaelbaranov.microba.gradienteditor.ui.GradientEditorLayout
-
- GradientEditorListener - Class in com.michaelbaranov.microba.gradienteditor.ui
-
- GradientEditorListener(GradientEditor, GradientEditorUI) - Constructor for class com.michaelbaranov.microba.gradienteditor.ui.GradientEditorListener
-
- GradientEditorUI - Class in com.michaelbaranov.microba.gradienteditor.ui
-
- GradientEditorUI() - Constructor for class com.michaelbaranov.microba.gradienteditor.ui.GradientEditorUI
-
- GradientListener - Class in com.michaelbaranov.microba.gradient.ui
-
- GradientListener(BasicGradientUI, GradientBar) - Constructor for class com.michaelbaranov.microba.gradient.ui.GradientListener
-
- GradientUI - Class in com.michaelbaranov.microba.gradient.ui
-
- GradientUI() - Constructor for class com.michaelbaranov.microba.gradient.ui.GradientUI
-
- init() - Static method in class com.michaelbaranov.microba.Microba
-
Initializes the library: installs L&F properties, sets up a L&F change
listener.
- insertIndexInterval(int, int, boolean) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- installKeyboardActions(JComponent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
-
- installUI(JComponent) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
-
- installUI(JComponent) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
-
- installUI(JComponent) - Method in class com.michaelbaranov.microba.gradient.ui.basic.BasicGradientUI
-
- installUI(JComponent) - Method in class com.michaelbaranov.microba.gradienteditor.ui.basic.BasicGradientEditorUI
-
- installUI(JComponent) - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- isCellEditable(int, int) - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
-
- isCellEditable(int, int) - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
This implementation always returns true
, indicating that
all markers are movable.
- isCommit() - Method in class com.michaelbaranov.microba.common.CommitEvent
-
Returns the type of the event.
- isDropdownFocusable() - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Is the dropdown focusable?
- isFieldEditable() - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Is the edit field of the control editable by the user?
- isFliped() - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Returns current flip flag value.
- isHolliday(Object, Calendar) - Method in interface com.michaelbaranov.microba.calendar.HolidayPolicy
-
This method is used to check if a date is a holliday.
- isKeepTime() - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Does UI try to preserve time components entered in the edit field?
- isLeadAnchorNotificationEnabled() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- isRestricted(Object, Calendar) - Method in interface com.michaelbaranov.microba.calendar.VetoPolicy
-
This method is used to check if a date is restricted.
- isRestrictNull(Object) - Method in interface com.michaelbaranov.microba.calendar.VetoPolicy
-
This method is used to check if no-date (null
date) is
restricted.
- isSelectedIndex(int) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- isSelectionEmpty() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- isShowNoneButton() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Is the none-button visible?
- isShowNumberOfWeek() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Is the number of every week visible?
- isShowTodayButton() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Is today button visible?
- isStripTime() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Is time protion of the date automatically striped, based on current
locale and ime zone?
- isWeekend(Object, Calendar) - Method in interface com.michaelbaranov.microba.calendar.HolidayPolicy
-
This method is used to check if a date is a weekend date.
- paint(Graphics) - Method in class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
-
- paint(Graphics, JComponent) - Method in class com.michaelbaranov.microba.gradient.ui.basic.BasicGradientUI
-
- paint(Graphics, JComponent) - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
-
- PICKER_STYLE_BUTTON - Static variable in class com.michaelbaranov.microba.calendar.DatePicker
-
A constant for the "pickerStyle" property.
- PICKER_STYLE_FIELD_AND_BUTTON - Static variable in class com.michaelbaranov.microba.calendar.DatePicker
-
A constant for the "pickerStyle" property.
- Policy - Interface in com.michaelbaranov.microba.common
-
- policyChanged(PolicyEvent) - Method in interface com.michaelbaranov.microba.common.PolicyListener
-
- PolicyEvent - Class in com.michaelbaranov.microba.common
-
An event used to indicate a policy (algorithm) has changed.
- PolicyEvent(Object) - Constructor for class com.michaelbaranov.microba.common.PolicyEvent
-
Constructor.
- PolicyListener - Interface in com.michaelbaranov.microba.common
-
- POSITION_COLUMN - Static variable in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
-
- preferredLayoutSize(Container) - Method in class com.michaelbaranov.microba.gradienteditor.ui.GradientEditorLayout
-
- PROPERTY_ALPHA_COLUMN - Static variable in class com.michaelbaranov.microba.gradient.GradientBar
-
The name of a "alphaColumn" property.
- PROPERTY_ALPHA_MODEL - Static variable in class com.michaelbaranov.microba.gradient.GradientBar
-
The name of a "alphaModel" property.
- PROPERTY_ALPHA_MUTATION_MODEL - Static variable in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
The name of a "alphaMutationModel" property.
- PROPERTY_ALPHA_POSITION_COLUMN - Static variable in class com.michaelbaranov.microba.gradient.GradientBar
-
The name of a "alphaPositionColumn" property.
- PROPERTY_ALPHA_SELECTION_MODEL - Static variable in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
The name of a "alphaSelectionModel" property.
- PROPERTY_COLOR_COLUMN - Static variable in class com.michaelbaranov.microba.gradient.GradientBar
-
The name of a "colorColumn" property.
- PROPERTY_COLOR_COLUMN - Static variable in class com.michaelbaranov.microba.marker.MarkerBar
-
The name of a "colorColumn" property.
- PROPERTY_COLOR_MUTATION_MODEL - Static variable in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
The name of a "colorMutationModel" property.
- PROPERTY_COLOR_POSITION_COLUMN - Static variable in class com.michaelbaranov.microba.gradient.GradientBar
-
The name of a "colorPositionColumn" property.
- PROPERTY_COLOR_SELECTION_MODEL - Static variable in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
The name of a "colorSelectionModel" property.
- PROPERTY_DATA_MODEL - Static variable in class com.michaelbaranov.microba.gradient.GradientBar
-
The name of a "dataModel" property.
- PROPERTY_DATA_MODEL - Static variable in class com.michaelbaranov.microba.marker.MarkerBar
-
The name of a "dataModel" property.
- PROPERTY_FLIP - Static variable in class com.michaelbaranov.microba.marker.MarkerBar
-
The name of a "fliped" property.
- PROPERTY_LOWER_BOUND - Static variable in interface com.michaelbaranov.microba.common.BoundedTableModel
-
The name of the bound property, that holds lower bound value.
- PROPERTY_MUTATION_MODEL - Static variable in class com.michaelbaranov.microba.marker.MarkerBar
-
The name of a "mutationModel" property.
- PROPERTY_NAME_BASE_DATE - Static variable in class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
-
- PROPERTY_NAME_COLOR_OVERRIDE_MAP - Static variable in class com.michaelbaranov.microba.common.MicrobaComponent
-
- PROPERTY_NAME_DATE - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "date" property.
- PROPERTY_NAME_DATE_FORMAT - Static variable in class com.michaelbaranov.microba.calendar.DatePicker
-
The name of a "dateFormat" property.
- PROPERTY_NAME_DROPDOWN_FOCUSABLE - Static variable in class com.michaelbaranov.microba.calendar.DatePicker
-
The name of a "popupFocusable" property.
- PROPERTY_NAME_FIELD_EDITABLE - Static variable in class com.michaelbaranov.microba.calendar.DatePicker
-
The name of a "fieldEditable" property.
- PROPERTY_NAME_FOCUS_LOST_BEHAVIOR - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "focusLocatBehavior" property.
- PROPERTY_NAME_HOLIDAY_POLICY - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "holidayPolicy" property.
- PROPERTY_NAME_KEEP_TIME - Static variable in class com.michaelbaranov.microba.calendar.DatePicker
-
The name of a "keepTime" property.
- PROPERTY_NAME_LOCALE - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "locale" property.
- PROPERTY_NAME_LOCALE - Static variable in class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
-
- PROPERTY_NAME_PICKER_STYLE - Static variable in class com.michaelbaranov.microba.calendar.DatePicker
-
The name of a "pickerStyle" property.
- PROPERTY_NAME_RESOURCES - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "resources" property.
- PROPERTY_NAME_SHOW_NONE_BTN - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "showNoneButton" property.
- PROPERTY_NAME_SHOW_NUMBER_WEEK - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "resources" property.
- PROPERTY_NAME_SHOW_TODAY_BTN - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "showTodayButton" property.
- PROPERTY_NAME_STRIP_TIME - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "stripTime" property.
- PROPERTY_NAME_STYLE - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "style" property.
- PROPERTY_NAME_VETO_POLICY - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "vetoPolicy" property.
- PROPERTY_NAME_ZONE - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
The name of a "zone" property.
- PROPERTY_NAME_ZONE - Static variable in class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
-
- PROPERTY_ORIENTATION - Static variable in class com.michaelbaranov.microba.gradient.GradientBar
-
The name of a "orientation" property.
- PROPERTY_ORIENTATION - Static variable in class com.michaelbaranov.microba.marker.MarkerBar
-
The name of a "orientation" property.
- PROPERTY_POSITION_COLUMN - Static variable in class com.michaelbaranov.microba.marker.MarkerBar
-
The name of a "positionColumn" property.
- PROPERTY_SELECTION_MODEL - Static variable in class com.michaelbaranov.microba.marker.MarkerBar
-
The name of a "selectionModel" property.
- PROPERTY_UPPER_BOUND - Static variable in interface com.michaelbaranov.microba.common.BoundedTableModel
-
The name of the bound property, that holds upper bound value.
- propertyChange(PropertyChangeEvent) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
-
- propertyChange(PropertyChangeEvent) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
-
- propertyChange(PropertyChangeEvent) - Method in class com.michaelbaranov.microba.gradient.ui.GradientListener
-
- propertyChange(PropertyChangeEvent) - Method in class com.michaelbaranov.microba.gradienteditor.ui.GradientEditorListener
-
- propertyChange(PropertyChangeEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
-
- setAlphaColumn(int) - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Sets the index of the alpha column for the alpha model.
- setAlphaModel(BoundedTableModel) - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Sets the current alpha model.
- setAlphaMutationModel(MarkerMutationModel) - Method in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
Replaces current alpha mutation model with given one.
- setAlphaPositionColumn(int) - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Sets the index of the position column for the alpha model.
- setAlphaSelectionModel(ListSelectionModel) - Method in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
Replaces current alpha selection model with given one.
- setAnchorSelectionIndex(int) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- setBaseDate(Date) - Method in class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
-
- setColorColumn(int) - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Sets the index of the color column for the data model.
- setColorColumn(int) - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Sets the index of the data model table column used to query marker color.
- setColorMutationModel(MarkerMutationModel) - Method in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
Replaces current color mutation model with given one.
- setColorOverrideMap(Map) - Method in class com.michaelbaranov.microba.common.MicrobaComponent
-
Sets per-instance (only for this instance) map of color overrides.
- setColorOverrideMap(String, Map) - Static method in class com.michaelbaranov.microba.Microba
-
Sets per-Lokk&Feel map of color overrides.
- setColorPositionColumn(int) - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Sets the index of the position column for the data model.
- setColorSelectionModel(ListSelectionModel) - Method in class com.michaelbaranov.microba.gradienteditor.GradientEditor
-
Replaces current color selection model with given one.
- setDataModel(BoundedTableModel) - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Sets the current data model.
- setDataModel(BoundedTableModel) - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Replaces current data model with specified one.
- setDate(Date) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Sets currently selected date to the control.
- setDateFormat(DateFormat) - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Sets the date format constant defined by DateFormat
and updates
the control to reflect new date style.
- setDropdownFocusable(boolean) - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Enables or disables focusability of the dropdown calendar.
- setEnabled(boolean) - Method in class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
-
- setFieldEditable(boolean) - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Enables or disables editing of the edit field by the user.
- setFliped(boolean) - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Set flip flag value.
- setFocusLostBehavior(int) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Sets the focus lost behaviour.
- setHolidayPolicy(HolidayPolicy) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Sets current holliday policy (model) then updates the control to reflect
the policy set.
- setKeepTime(boolean) - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Determines if the UI should try to preserve time components entered in
the edit field.
- setLeadAnchorNotificationEnabled(boolean) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- setLeadSelectionIndex(int) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- setLocale(Locale) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Sets current locale.
- setLocale(Locale) - Method in class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
-
- setLowerBound(int) - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
Sets current lower bound.
- setMutationModel(MarkerMutationModel) - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Replaces current mutation model with given one.
- setOrientation(int) - Method in class com.michaelbaranov.microba.gradient.GradientBar
-
Sets orientation of the component.
- setOrientation(int) - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Re-orientates the component.
- setPickerStyle(int) - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Sets the current visual style of the picker control.
- setPositionColumn(int) - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Sets the index of the data model table column used to query marker
position.
- setResources(CalendarResources) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Sets current calendar resources model.
- setSelectionInterval(int, int) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- setSelectionMode(int) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- setSelectionModel(ListSelectionModel) - Method in class com.michaelbaranov.microba.marker.MarkerBar
-
Replaces current selection model with given one.
- setShowNoneButton(boolean) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Shows or hides the none-button.
- setShowNumberOfWeek(boolean) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Shows or hides the the number of every week.
- setShowTodayButton(boolean) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Shows or hides the today-button.
- setSimpeLook(boolean) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
-
- setSimpeLook(boolean) - Method in class com.michaelbaranov.microba.calendar.ui.DatePickerUI
-
- setStripTime(boolean) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
- setStyle(int) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Sets the current visual style of the control.
- setUpperBound(int) - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
Sets current upper bound.
- setValueAt(Object, int, int) - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
-
- setValueAt(Object, int, int) - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
Assigns a new position to a marker, specified by index (moves the
marker).
- setValueIsAdjusting(boolean) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
-
- setVetoPolicy(VetoPolicy) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Sets the current veto policy (model).
- setZone(TimeZone) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Sets current time zone.
- setZone(TimeZone) - Method in class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
-
- showButtonOnly(boolean) - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
- showPopup() - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Displays the calendar dropdown.
- showPopup(boolean) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
-
- showPopup(boolean) - Method in class com.michaelbaranov.microba.calendar.ui.DatePickerUI
-
- Snippet - Class in <Unnamed>
-
- Snippet() - Constructor for class Snippet
-
- stripTime(Date, TimeZone, Locale) - Static method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Returns same date as given, but time portion (hours, minutes, seconds,
fraction of second) set to zero, based on given locale and time zone.
- STYLE_CLASSIC - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
A constant for the "style" property.
- STYLE_MODERN - Static variable in class com.michaelbaranov.microba.calendar.CalendarPane
-
A constant for the "style" property.