Serialized Form

Class com.michaelbaranov.microba.common.AbstractBoundedTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

propertySupport

java.beans.PropertyChangeSupport propertySupport


Class com.michaelbaranov.microba.common.AbstractBoundedTableModelWithSelection extends AbstractBoundedTableModel implements Serializable

Serialized Fields

selection

javax.swing.DefaultListSelectionModel selection


Class com.michaelbaranov.microba.jgrpah.birdview.Birdview extends javax.swing.JPanel implements Serializable

Serialized Fields

displayGraph

JGraph displayGraph
a JGraph component used as main display


peerScroller

javax.swing.JScrollPane peerScroller
a JScrollPane to track


peerGraph

JGraph peerGraph
a JGraph to tracl


paintRect

java.awt.geom.Rectangle2D paintRect
a rect, subrect of the component area, that matches the tracked view


panRect

java.awt.geom.Rectangle2D panRect
a rect, a subrect of the component area, that matches the tracked viewport


scale

double scale
the scale applied to #displayGraph to fit into #paintRect


scrollerListener

com.michaelbaranov.microba.jgrpah.birdview.Birdview.ScrollerListener scrollerListener
A listener


selfMouseListener

com.michaelbaranov.microba.jgrpah.birdview.Birdview.SelfMouseListener selfMouseListener
A listener


graphPropertyChangeListener

com.michaelbaranov.microba.jgrpah.birdview.Birdview.GraphPropertyChangeListener graphPropertyChangeListener
A listener


Class com.michaelbaranov.microba.calendar.ui.basic.CalendarNumberOfWeekPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

backgroundColorActive

java.awt.Color backgroundColorActive

backgroundColorInactive

java.awt.Color backgroundColorInactive

baseDate

java.util.Date baseDate

locale

java.util.Locale locale

zone

java.util.TimeZone zone

labels

javax.swing.JLabel[] labels


Class com.michaelbaranov.microba.calendar.CalendarPane extends javax.swing.JComponent implements Serializable

Serialized Fields

commitListenerList

javax.swing.event.EventListenerList commitListenerList

actionListenerList

javax.swing.event.EventListenerList actionListenerList

date

java.util.Date date

zone

java.util.TimeZone zone

locale

java.util.Locale locale

vetoPolicy

VetoPolicy vetoPolicy

holidayPolicy

HolidayPolicy holidayPolicy

resources

CalendarResources resources

style

int style

showTodayButton

boolean showTodayButton

showNoneButton

boolean showNoneButton

focusLostBehavior

int focusLostBehavior

showNumberOfWeek

boolean showNumberOfWeek

stripTime

boolean stripTime


Class com.michaelbaranov.microba.common.CommitEvent extends java.util.EventObject implements Serializable

Serialized Fields

commit

boolean commit


Class com.michaelbaranov.microba.calendar.DatePicker extends CalendarPane implements Serializable

Serialized Fields

dateFormat

java.text.DateFormat dateFormat

fieldEditable

boolean fieldEditable

keepTime

boolean keepTime

pickerStyle

int pickerStyle


Class com.michaelbaranov.microba.calendar.DatePickerCellEditor extends javax.swing.DefaultCellEditor implements Serializable


Class com.michaelbaranov.microba.gradienteditor.DefaultGradientEditorModel extends AbstractBoundedTableModelWithSelection implements Serializable

Serialized Fields

position

java.util.List position

color

java.util.List color


Class com.michaelbaranov.microba.gradient.DefaultGradientModel extends AbstractBoundedTableModel implements Serializable

Serialized Fields

positionList

java.util.List positionList

colorList

java.util.List colorList


Class com.michaelbaranov.microba.marker.DefaultMarkerModel extends AbstractBoundedTableModelWithSelection implements Serializable

Serialized Fields

data

java.util.List data

lowerBound

int lowerBound

upperBound

int upperBound


Class com.michaelbaranov.microba.gradient.GradientBar extends javax.swing.JComponent implements Serializable

Serialized Fields

dataModel

BoundedTableModel dataModel

alphaModel

BoundedTableModel alphaModel

colorPositionColumn

int colorPositionColumn

alphaPositionColumn

int alphaPositionColumn

colorColumn

int colorColumn

alphaColumn

int alphaColumn

orientation

int orientation


Class com.michaelbaranov.microba.gradienteditor.GradientEditor extends GradientBar implements Serializable

Serialized Fields

colorSelectionModel

javax.swing.ListSelectionModel colorSelectionModel

alphaSelectionModel

javax.swing.ListSelectionModel alphaSelectionModel

colorMutationModel

MarkerMutationModel colorMutationModel

alphaMutationModel

MarkerMutationModel alphaMutationModel


Class com.michaelbaranov.microba.marker.MarkerBar extends javax.swing.JComponent implements Serializable

Serialized Fields

dataModel

BoundedTableModel dataModel

selectionModel

javax.swing.ListSelectionModel selectionModel

mutationModel

MarkerMutationModel mutationModel

positionColumn

int positionColumn

colorColumn

int colorColumn

orientation

int orientation

fliped

boolean fliped


Class com.michaelbaranov.microba.common.PolicyEvent extends java.util.EventObject implements Serializable