A concrete implementation of JComponent.
This class in a concrete implementation of TableCellEditor
and
TreeCellEditor
interfaces.
A very basic implementation of CalendarResources
.
A basic implementation of AbstractBoundedTableModelWithSelection
and
MarkerMutationModel
.
A very basic implementation of AbstractBoundedTableModel
used by
default by GradientBar
.
A basic implementation of BoundedRangeModel
,
ListSelectionModel
and MutationModel
all in
one.
Constructs a DefaultMarkerModel
.
Returns the index of the alpha column for the alpha model.
Regturns the current alpha model.
Regturns the current alpha mutation model.
Returns the index of the position column for the alpha model.
Returns current alpha selection model.
Returns the index of the color column for the data model.
Returns an index of currently used table column to query marker color.
Regturns the current color mutation model.
Returns per-instance (only for this instance) map of color overrides.
Returns the index of the position column for the data model.
Returns current color selection model.
This implementation returns Integer.class
for
columnIndex=0.
Returns the numbar of columns in the TableModel
.This
implementation always returns 1.
This implementation returns "Position"
for columnIndex=0.
Regturns the current data model.
Returns current data model.
Returns currently selected date in the control.
Returns the focus lost behavior.
Returns current holliday policy (model).
This method is used to query a description for a holliday date.
Returns some lower bound, further describing the data.
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.
Returns current mutation model.
Returns current orientation of the component.
Returns current component orientation.
Returns overriden color for given component in current Look&Feel.
Returns overriden color for given component in current Look&Feel or a
default value.
Returns current visual style of the picker control.
Returns an index of currently used table column to query marker position.
This method is used to query tring resources for CalendarPane
and
DatePicker
classes.
Resurns current calendar resources model.
Returns the count of markers.
Returns current selection model.
Returns current visual style of the control.
Look&Feel UI delegate key (classID).
Returns some upper bound, further describing the data.
Returns the position of a marker, specified by index.
Returns the current veto policy (model).
Returns current time zone.
IMPORTANT: alpha featre not implemented.
IMPORTANT: alpha featre not implemented.
init() - static method in class com.michaelbaranov.microba.
Microba Initializes the library: installs L&F properties, sets up a L&F change
listener.
This implementation always returns true
, indicating that
all markers are movable.
Returns the type of the event.
Is the dropdown focusable?
If not focusable, the dropdown calendar will lack some keyboard input
capabilities.
Is the edit field of the control editable by the user?
If not editable, the user can not type in the date and can only use
calendar drop-down to select dates.
Returns current flip flag value.
This method is used to check if a date is a holliday.
Does UI try to preserve time components entered in the edit field?
If
true
and if the date format has some time fields
(hours, minutes, seconds, fraction of second), the UI tries to respect
the time fields' values entered by user as much as possible.
This method is used to check if a date is restricted.
This method is used to check if no-date (null
date) is
restricted.
Is the none-button visible?
The none-button allows the user to select empty date (null-date, no
date).
Is the number of every week visible?
Is today button visible?
The today button allows the user to quickly select current date.
Is time protion of the date automatically striped, based on current
locale and ime zone?
This method is used to check if a date is a weekend date.
A constant for the "pickerStyle" property.
A constant for the "pickerStyle" property.
Called when a PolicyEvent
is fired.
An event used to indicate a policy (algorithm) has changed.
A listener that is notified of PolicyEvent
events.
The name of a "alphaColumn" property.
The name of a "alphaModel" property.
The name of a "alphaMutationModel" property.
The name of a "alphaPositionColumn" property.
The name of a "alphaSelectionModel" property.
The name of a "colorColumn" property.
The name of a "colorColumn" property.
The name of a "colorMutationModel" property.
The name of a "colorPositionColumn" property.
The name of a "colorSelectionModel" property.
The name of a "dataModel" property.
The name of a "dataModel" property.
The name of a "fliped" property.
The name of the bound property, that holds lower bound value.
The name of a "mutationModel" property.
The name of a "date" property.
The name of a "dateFormat" property.
The name of a "popupFocusable" property.
The name of a "fieldEditable" property.
The name of a "focusLocatBehavior" property.
The name of a "holidayPolicy" property.
The name of a "keepTime" property.
The name of a "locale" property.
The name of a "pickerStyle" property.
The name of a "resources" property.
The name of a "showNoneButton" property.
The name of a "resources" property.
The name of a "showTodayButton" property.
The name of a "stripTime" property.
The name of a "style" property.
The name of a "vetoPolicy" property.
The name of a "zone" property.
The name of a "orientation" property.
The name of a "orientation" property.
The name of a "positionColumn" property.
The name of a "selectionModel" property.
The name of the bound property, that holds upper bound value.
Sets the index of the alpha column for the alpha model.
Sets the current alpha model.
Replaces current alpha mutation model with given one.
Sets the index of the position column for the alpha model.
Replaces current alpha selection model with given one.
Sets the index of the color column for the data model.
Sets the index of the data model table column used to query marker color.
Replaces current color mutation model with given one.
Sets per-instance (only for this instance) map of color overrides.
Sets per-Lokk&Feel map of color overrides.
Sets the index of the position column for the data model.
Replaces current color selection model with given one.
Sets the current data model.
Replaces current data model with specified one.
Sets currently selected date to the control.
Sets the date format constant defined by DateFormat
and updates
the control to reflect new date style.
Enables or disables focusability of the dropdown calendar.
Enables or disables editing of the edit field by the user.
Sets the focus lost behaviour.
Sets current holliday policy (model) then updates the control to reflect
the policy set.
Determines if the UI should try to preserve time components entered in
the edit field.
Sets current lower bound.
Replaces current mutation model with given one.
Sets orientation of the component.
Re-orientates the component.
Sets the current visual style of the picker control.
Sets the index of the data model table column used to query marker
position.
Sets current calendar resources model.
Replaces current selection model with given one.
Shows or hides the none-button.
Shows or hides the the number of every week.
Shows or hides the today-button.
Makes
getDate()
either strip the time portion of the date, or
keep it.
Sets the current visual style of the control.
Makes this component track the provided graph and scroller.
Sets current upper bound.
Assigns a new position to a marker, specified by index (moves the
marker).
Sets the current veto policy (model).
Displays the calendar dropdown.
Returns same date as given, but time portion (hours, minutes, seconds,
fraction of second) set to zero, based on given locale and time zone.
A constant for the "style" property.
A constant for the "style" property.