| Interface | Description |
|---|---|
| ActivityMouseOverController.ActivityListener |
Listener for enter, exit, and moved
|
| CalendarPopupBuilder.CalendarListener |
Listener that gets called once a user has selected a date in the calendar
|
| TableRowColumnController.ColumnListener |
Simple ColumnListener that is notified when a column is entered/exited
|
| TableRowColumnController.RowListener |
Simple RowListener that is notified when a row is entered/exited
|
| TooltipTimerController.Supplier |
The Supplier supplies a tooltip instance when we need it.
|
| Class | Description |
|---|---|
| ActivityMouseOverController |
Mouse Over controller for Activity objects, that notifies the listener when the mouse enters
and exists an activity.
|
| CalendarDayRenderer |
Simple Calendar Day renderer that shades and underlines the current day (ie, today) in the calendar, to make it easier to
stand out.
|
| CalendarPopupBuilder |
Builder Pattern for creating a Calendar popup control.
|
| DarkGlassPane |
Simple Transparent Glass pane that shows a message in the middle
|
| HintableTextBoxPanel |
A panel that decorated an existing JTextField and adds an Hint.
|
| HintableTextBoxUI |
Simple TextBoxUI that adds a "Hint" message to the TextBox control.
|
| SimpleOverlayLayeredPanel |
Manages 2 panels, a glass panel and a content panel.
|
| SKDBalloonTip |
Our BalloonTip provides ability to further adjust the tooltip location
|
| SKDToolBar |
Scheduler Toolbar that removes the border decorations from buttoms
|
| TableRowColumnController |
A Table controller that manages notifying row and column listener when the mouse enters/exits
a row and/or column in the table.
|
| Tooltips |
Tooltip Manager for handling Tooltips across all components.
|
| TooltipTimerController |
Simple Tooltip controller that shows/hides tooltip bassed on a timer.
|