A B C D F G H I K L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractBoundedTableModel - Class in com.michaelbaranov.microba.common
-
A simple abstract implementation of
BoundedTableModel
. - AbstractBoundedTableModel() - Constructor for class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- AbstractBoundedTableModelWithSelection - Class in com.michaelbaranov.microba.common
-
A simple abstract implementation of
BoundedTableModel
with implementedListSelectionModel
functionality. - AbstractBoundedTableModelWithSelection() - Constructor for class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
- AbstractPolicy - Class in com.michaelbaranov.microba.common
-
This is a convenience implementation of
Policy
. - AbstractPolicy() - Constructor for class com.michaelbaranov.microba.common.AbstractPolicy
- add(Color, int) - Method in class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
Adds a color point.
- addActionListener(ActionListener) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Adds an
ActionListener
listener. - addCommitListener(CommitListener) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Adds an
CommitListener
listener. - addLayoutComponent(String, Component) - Method in class com.michaelbaranov.microba.gradienteditor.ui.GradientEditorLayout
- addListSelectionListener(ListSelectionListener) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
- addMarkAtPosition(int) - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
- addMarkAtPosition(int) - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
Adds a marker with specified position.
- addMarkAtPosition(int) - Method in interface com.michaelbaranov.microba.marker.MarkerMutationModel
-
Called when the user requests a mark to be inserted into
JMarkerBar
. - addPropertyChangeListener(PropertyChangeListener) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- addPropertyChangeListener(PropertyChangeListener) - Method in interface com.michaelbaranov.microba.common.BoundedTableModel
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface com.michaelbaranov.microba.common.BoundedTableModel
- addSelectionInterval(int, int) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
- addVetoPolicyListener(PolicyListener) - Method in class com.michaelbaranov.microba.common.AbstractPolicy
- addVetoPolicyListener(PolicyListener) - Method in interface com.michaelbaranov.microba.common.Policy
-
Adds a
PolicyListener
.
B
- BACKGROUND_COLOR - Static variable in class com.michaelbaranov.microba.jgraph.birdview.Birdview
-
Color constant
- BasicCalendarPaneUI - Class in com.michaelbaranov.microba.calendar.ui.basic
- BasicCalendarPaneUI() - Constructor for class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
- BasicDatePickerUI - Class in com.michaelbaranov.microba.calendar.ui.basic
- BasicDatePickerUI() - Constructor for class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
- BasicGradientEditorUI - Class in com.michaelbaranov.microba.gradienteditor.ui.basic
- BasicGradientEditorUI() - Constructor for class com.michaelbaranov.microba.gradienteditor.ui.basic.BasicGradientEditorUI
- BasicGradientUI - Class in com.michaelbaranov.microba.gradient.ui.basic
- BasicGradientUI() - Constructor for class com.michaelbaranov.microba.gradient.ui.basic.BasicGradientUI
- BasicMarkerBarUI - Class in com.michaelbaranov.microba.marker.ui.basic
- BasicMarkerBarUI() - Constructor for class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
- Birdview - Class in com.michaelbaranov.microba.jgraph.birdview
-
A JFC/Swing component that displays a bird-eyes (thumbnail) view of a
JGraph
in combination withJScrollPane
. - Birdview() - Constructor for class com.michaelbaranov.microba.jgraph.birdview.Birdview
-
Constructor.
- BoundedTableModel - Interface in com.michaelbaranov.microba.common
-
An extended
TableModel
.
C
- CalendarColors - Interface in com.michaelbaranov.microba.calendar
- CalendarNumberOfWeekPanel - Class in com.michaelbaranov.microba.calendar.ui.basic
- CalendarNumberOfWeekPanel(Date, Locale, TimeZone) - Constructor for class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
- CalendarPane - Class in com.michaelbaranov.microba.calendar
-
A concrete implementation of JComponent.
- CalendarPane() - Constructor for class com.michaelbaranov.microba.calendar.CalendarPane
-
Constructor.
- CalendarPane(int) - Constructor for class com.michaelbaranov.microba.calendar.CalendarPane
-
Constructor.
- CalendarPane(Date) - Constructor for class com.michaelbaranov.microba.calendar.CalendarPane
-
Constructor.
- CalendarPane(Date, int) - Constructor for class com.michaelbaranov.microba.calendar.CalendarPane
-
Constructor.
- CalendarPane(Date, int, Locale) - Constructor for class com.michaelbaranov.microba.calendar.CalendarPane
-
Constructor.
- CalendarPane(Date, int, Locale, TimeZone) - Constructor for class com.michaelbaranov.microba.calendar.CalendarPane
-
Constructor.
- CalendarPaneUI - Class in com.michaelbaranov.microba.calendar.ui
- CalendarPaneUI() - Constructor for class com.michaelbaranov.microba.calendar.ui.CalendarPaneUI
- CalendarResources - Interface in com.michaelbaranov.microba.calendar
-
An interface is used to provide localized string resources for
CalendarPane
andDatePicker
classes. - clear() - Method in class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
Removes all color points.
- clearSelection() - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
- COLOR_CALENDAR_GRID_BACKGROUND_DISABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_BACKGROUND_ENABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_FOCUS - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_FOREGROUND_DISABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_FOREGROUND_ENABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_HOLIDAY_FOREGROUND_DISABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_HOLIDAY_FOREGROUND_ENABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_RESTRICTED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_SELECTION_BACKGROUND_DISABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_SELECTION_BACKGROUND_ENABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_WEEKEND_FOREGROUND_DISABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_GRID_WEEKEND_FOREGROUND_ENABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_HEADER_BACKGROUND_DISABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_HEADER_BACKGROUND_ENABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_HEADER_FOREGROUND_DISABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_HEADER_FOREGROUND_ENABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_HEADER_FOREGROUND_WEEKEND_DISABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_CALENDAR_HEADER_FOREGROUND_WEEKEND_ENABLED - Static variable in interface com.michaelbaranov.microba.calendar.CalendarColors
- COLOR_COLUMN - Static variable in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
- com.michaelbaranov.microba - package com.michaelbaranov.microba
- com.michaelbaranov.microba.calendar - package com.michaelbaranov.microba.calendar
- com.michaelbaranov.microba.calendar.resource - package com.michaelbaranov.microba.calendar.resource
- com.michaelbaranov.microba.calendar.ui - package com.michaelbaranov.microba.calendar.ui
- com.michaelbaranov.microba.calendar.ui.basic - package com.michaelbaranov.microba.calendar.ui.basic
- com.michaelbaranov.microba.common - package com.michaelbaranov.microba.common
- com.michaelbaranov.microba.gradient - package com.michaelbaranov.microba.gradient
- com.michaelbaranov.microba.gradient.ui - package com.michaelbaranov.microba.gradient.ui
- com.michaelbaranov.microba.gradient.ui.basic - package com.michaelbaranov.microba.gradient.ui.basic
- com.michaelbaranov.microba.gradienteditor - package com.michaelbaranov.microba.gradienteditor
- com.michaelbaranov.microba.gradienteditor.ui - package com.michaelbaranov.microba.gradienteditor.ui
- com.michaelbaranov.microba.gradienteditor.ui.basic - package com.michaelbaranov.microba.gradienteditor.ui.basic
- com.michaelbaranov.microba.jgraph.birdview - package com.michaelbaranov.microba.jgraph.birdview
- com.michaelbaranov.microba.marker - package com.michaelbaranov.microba.marker
- com.michaelbaranov.microba.marker.ui - package com.michaelbaranov.microba.marker.ui
- com.michaelbaranov.microba.marker.ui.basic - package com.michaelbaranov.microba.marker.ui.basic
- com.michaelbaranov.microba.marker.ui.metal - package com.michaelbaranov.microba.marker.ui.metal
- com.michaelbaranov.microba.marker.ui.motif - package com.michaelbaranov.microba.marker.ui.motif
- com.michaelbaranov.microba.marker.ui.windows - package com.michaelbaranov.microba.marker.ui.windows
- commit() - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
- commit() - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
- commit() - Method in class com.michaelbaranov.microba.calendar.ui.CalendarPaneUI
- commit(CommitEvent) - Method in interface com.michaelbaranov.microba.common.CommitListener
-
Called when a
CommitEvent
is fired. - commitEdit() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Forces the control to commit current user's edit.
- commitEdit() - Method in class com.michaelbaranov.microba.calendar.DatePicker
- CommitEvent - Class in com.michaelbaranov.microba.common
-
An event used to indicate a change to a control has been commited or reverted (rolled back).
- CommitEvent(Object, boolean) - Constructor for class com.michaelbaranov.microba.common.CommitEvent
-
Constructor.
- CommitListener - Interface in com.michaelbaranov.microba.common
-
A listener that is notified of
CommitEvent
events. - commitOrRevert() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Forces the control to commit or revert user's edit depending on the current focus lost behavior as if the focus would be lost.
- componentHidden(ComponentEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- componentMoved(ComponentEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- componentResized(ComponentEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- componentShown(ComponentEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- createUI(JComponent) - Static method in class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
- createUI(JComponent) - Static method in class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
- createUI(JComponent) - Static method in class com.michaelbaranov.microba.gradient.ui.basic.BasicGradientUI
- createUI(JComponent) - Static method in class com.michaelbaranov.microba.gradienteditor.ui.basic.BasicGradientEditorUI
- createUI(JComponent) - Static method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
- createUI(JComponent) - Static method in class com.michaelbaranov.microba.marker.ui.metal.MetalMarkerBarUI
- createUI(JComponent) - Static method in class com.michaelbaranov.microba.marker.ui.motif.MotifMarkerBarUI
- createUI(JComponent) - Static method in class com.michaelbaranov.microba.marker.ui.windows.WindowsMarkerBarUI
D
- DatePicker - Class in com.michaelbaranov.microba.calendar
-
A concrete implementation of JComponent.
- DatePicker() - Constructor for class com.michaelbaranov.microba.calendar.DatePicker
-
Constructor.
- DatePicker(Date) - Constructor for class com.michaelbaranov.microba.calendar.DatePicker
-
Constructor.
- DatePicker(Date, int) - Constructor for class com.michaelbaranov.microba.calendar.DatePicker
-
Constructor.
- DatePicker(Date, int, Locale) - Constructor for class com.michaelbaranov.microba.calendar.DatePicker
-
Constructor.
- DatePicker(Date, int, Locale, TimeZone) - Constructor for class com.michaelbaranov.microba.calendar.DatePicker
-
Constructor.
- DatePicker(Date, DateFormat) - Constructor for class com.michaelbaranov.microba.calendar.DatePicker
-
Constructor.
- DatePicker(Date, DateFormat, Locale) - Constructor for class com.michaelbaranov.microba.calendar.DatePicker
-
Constructor.
- DatePicker(Date, DateFormat, Locale, TimeZone) - Constructor for class com.michaelbaranov.microba.calendar.DatePicker
-
Constructor.
- DatePickerCellEditor - Class in com.michaelbaranov.microba.calendar
-
This class in a concrete implementation of
TableCellEditor
andTreeCellEditor
interfaces. - DatePickerCellEditor(DatePicker) - Constructor for class com.michaelbaranov.microba.calendar.DatePickerCellEditor
-
Constructor.
- DatePickerUI - Class in com.michaelbaranov.microba.calendar.ui
- DatePickerUI() - Constructor for class com.michaelbaranov.microba.calendar.ui.DatePickerUI
- DefaultCalendarResources - Class in com.michaelbaranov.microba.calendar
-
A very basic implementation of
CalendarResources
. - DefaultCalendarResources() - Constructor for class com.michaelbaranov.microba.calendar.DefaultCalendarResources
-
Constructor.
- DefaultGradientEditorModel - Class in com.michaelbaranov.microba.gradienteditor
-
A basic implementation of
AbstractBoundedTableModelWithSelection
andMarkerMutationModel
. - DefaultGradientEditorModel() - Constructor for class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
- DefaultGradientModel - Class in com.michaelbaranov.microba.gradient
-
A very basic implementation of
AbstractBoundedTableModel
used by default byGradientBar
. - DefaultGradientModel() - Constructor for class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
Constructor.
- DefaultMarkerModel - Class in com.michaelbaranov.microba.marker
-
A basic implementation of
BoundedRangeModel
,ListSelectionModel
andMutationModel
all in one. - DefaultMarkerModel() - Constructor for class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
Constructs a
DefaultMarkerModel
.
F
- fireActionEvent() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Fires a
ActionEvent
to all registered listeners. - fireCommitEvent(boolean) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Fires a
CommitEvent
to all registered listeners. - firePropertyChange(PropertyChangeEvent) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- firePropertyChange(String, boolean, boolean) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- firePropertyChange(String, int, int) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- firePropertyChange(String, Object, Object) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- focusGained(FocusEvent) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
- focusGained(FocusEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- focusLost(FocusEvent) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
- focusLost(FocusEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
G
- 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
-
This method is used to query tring resources for
CalendarPane
andDatePicker
classes. - 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
H
- hasListeners(String) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- hidePopup() - Method in class com.michaelbaranov.microba.calendar.DatePicker
-
Hides the calendar dropdown without selecting a date.
- HolidayPolicy - Interface in com.michaelbaranov.microba.calendar
-
This interface is used by
CalendarPane
andDatePicker
to provide means to define hollidays and optionally provide descriptions to them.
I
- 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.
K
- KEY_NONE - Static variable in interface com.michaelbaranov.microba.calendar.CalendarResources
-
A key for "none" word
- KEY_TODAY - Static variable in interface com.michaelbaranov.microba.calendar.CalendarResources
-
A key for "today" word
L
- layoutContainer(Container) - Method in class com.michaelbaranov.microba.gradienteditor.ui.GradientEditorLayout
M
- main(String[]) - Static method in class Snippet
- MarkerBar - Class in com.michaelbaranov.microba.marker
-
A bar with multiple draggable position marks.
- MarkerBar() - Constructor for class com.michaelbaranov.microba.marker.MarkerBar
-
Constructs a
MarkerBar
with all models set to a singleDefaultMarkerModel.
- MarkerBar(int) - Constructor for class com.michaelbaranov.microba.marker.MarkerBar
-
Constructs a
MarkerBar
with given orientation. - MarkerBar(BoundedTableModel) - Constructor for class com.michaelbaranov.microba.marker.MarkerBar
-
Constructs a
MarkerBar
with given data model, aDefaultListSelectionModel
as selection model and no mutation model.
- MarkerBar(BoundedTableModel, ListSelectionModel) - Constructor for class com.michaelbaranov.microba.marker.MarkerBar
-
Constructs a
MarkerBar
with given data model and selection model. - MarkerBarListener - Class in com.michaelbaranov.microba.marker.ui
- MarkerBarListener(BasicMarkerBarUI, MarkerBar) - Constructor for class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- MarkerBarUI - Class in com.michaelbaranov.microba.marker.ui
- MarkerBarUI() - Constructor for class com.michaelbaranov.microba.marker.ui.MarkerBarUI
- MarkerMutationModel - Interface in com.michaelbaranov.microba.marker
-
A callback interface used exclusively by
as a mutation model.MarkerBar
- MetalMarkerBarUI - Class in com.michaelbaranov.microba.marker.ui.metal
- MetalMarkerBarUI() - Constructor for class com.michaelbaranov.microba.marker.ui.metal.MetalMarkerBarUI
- Microba - Class in com.michaelbaranov.microba
-
This class is used to initialize Microba library.
- Microba() - Constructor for class com.michaelbaranov.microba.Microba
- MicrobaComponent - Class in com.michaelbaranov.microba.common
-
Superclass for all Microba GUI components.
- MicrobaComponent() - Constructor for class com.michaelbaranov.microba.common.MicrobaComponent
- minimumLayoutSize(Container) - Method in class com.michaelbaranov.microba.gradienteditor.ui.GradientEditorLayout
- MotifMarkerBarUI - Class in com.michaelbaranov.microba.marker.ui.motif
- MotifMarkerBarUI() - Constructor for class com.michaelbaranov.microba.marker.ui.motif.MotifMarkerBarUI
- mouseClicked(MouseEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- mouseDragged(MouseEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- mouseEntered(MouseEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- mouseExited(MouseEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- mouseMoved(MouseEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- mousePressed(MouseEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- mouseReleased(MouseEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
O
- observeMonth(int, int) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Makes the widget display given month within given year without actually changing selected date.
- observeMonth(int, int) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
- observeMonth(int, int) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
- observeMonth(int, int) - Method in class com.michaelbaranov.microba.calendar.ui.CalendarPaneUI
P
- paint(Graphics) - Method in class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel
- paint(Graphics) - Method in class com.michaelbaranov.microba.jgraph.birdview.Birdview
- 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
- PAN_RECT_COLOR - Static variable in class com.michaelbaranov.microba.jgraph.birdview.Birdview
-
Color constant
- 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
-
Called when a
PolicyEvent
is fired. - 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
-
A listener that is notified of
PolicyEvent
events. - 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
R
- remove(int) - Method in class com.michaelbaranov.microba.gradient.DefaultGradientModel
-
Removes a color point at specified index.
- removeActionListener(ActionListener) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Removes an
ActionListener
listener. - removeCommitListener(CommitListener) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Removes an
CommitListener
listener. - removeIndexInterval(int, int) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
- removeLayoutComponent(Component) - Method in class com.michaelbaranov.microba.gradienteditor.ui.GradientEditorLayout
- removeListSelectionListener(ListSelectionListener) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
- removeMarkerAtIndex(int) - Method in class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel
- removeMarkerAtIndex(int) - Method in class com.michaelbaranov.microba.marker.DefaultMarkerModel
-
Removes a marker, specified by index.
- removeMarkerAtIndex(int) - Method in interface com.michaelbaranov.microba.marker.MarkerMutationModel
-
Called when the user requests a mark to be removed from
JMarkerBar
. - removePropertyChangeListener(PropertyChangeListener) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- removePropertyChangeListener(PropertyChangeListener) - Method in interface com.michaelbaranov.microba.common.BoundedTableModel
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModel
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface com.michaelbaranov.microba.common.BoundedTableModel
- removeSelectionInterval(int, int) - Method in class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection
- removeVetoPolicyListener(PolicyListener) - Method in class com.michaelbaranov.microba.common.AbstractPolicy
- removeVetoPolicyListener(PolicyListener) - Method in interface com.michaelbaranov.microba.common.Policy
-
Removes a
PolicyListener
. - Resource - Class in com.michaelbaranov.microba.calendar.resource
- Resource() - Constructor for class com.michaelbaranov.microba.calendar.resource.Resource
- revert() - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
- revert() - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
- revert() - Method in class com.michaelbaranov.microba.calendar.ui.CalendarPaneUI
- revertEdit() - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Forces the control to revert current user's edit to reflect current control's date.
- revertEdit() - Method in class com.michaelbaranov.microba.calendar.DatePicker
S
- 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(String, Map) - Static method in class com.michaelbaranov.microba.Microba
-
Sets per-Lokk&Feel map of color overrides.
- setColorOverrideMap(Map) - Method in class com.michaelbaranov.microba.common.MicrobaComponent
-
Sets per-instance (only for this instance) 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
-
Makes
CalendarPane.getDate()
either strip the time portion of the date, or keep it. - setStyle(int) - Method in class com.michaelbaranov.microba.calendar.CalendarPane
-
Sets the current visual style of the control.
- setTrackingFor(JGraph, JScrollPane) - Method in class com.michaelbaranov.microba.jgraph.birdview.Birdview
-
Makes this component track the provided graph and scroller.
- 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
-
A shortucut method to switch picker style between
DatePicker.PICKER_STYLE_FIELD_AND_BUTTON
andDatePicker.PICKER_STYLE_BUTTON
- 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.
T
- tableChanged(TableModelEvent) - Method in class com.michaelbaranov.microba.gradient.ui.GradientListener
- tableChanged(TableModelEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
U
- uninstallKeyboardActions(JComponent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- uninstallUI(JComponent) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicCalendarPaneUI
- uninstallUI(JComponent) - Method in class com.michaelbaranov.microba.calendar.ui.basic.BasicDatePickerUI
- uninstallUI(JComponent) - Method in class com.michaelbaranov.microba.gradient.ui.basic.BasicGradientUI
- uninstallUI(JComponent) - Method in class com.michaelbaranov.microba.gradienteditor.ui.basic.BasicGradientEditorUI
- uninstallUI(JComponent) - Method in class com.michaelbaranov.microba.marker.ui.basic.BasicMarkerBarUI
- updateUI() - Method in class com.michaelbaranov.microba.common.MicrobaComponent
-
Sets the UI delegate of this component to the corresponding UI delegate taken from UIManager.
V
- valueChanged(ListSelectionEvent) - Method in class com.michaelbaranov.microba.marker.ui.MarkerBarListener
- VetoPolicy - Interface in com.michaelbaranov.microba.calendar
-
This interface is used by
CalendarPane
andDatePicker
to provide means to restrict dates in a control.
W
- WindowsMarkerBarUI - Class in com.michaelbaranov.microba.marker.ui.windows
- WindowsMarkerBarUI() - Constructor for class com.michaelbaranov.microba.marker.ui.windows.WindowsMarkerBarUI
All Classes All Packages