Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
P
R
S
T
U
V
W
S
SelectableLineBorder
- Class in
uk.co.keang.swingaddons
A Border that draws a single line along the specified edges of the component.
SelectableLineBorder(SelectableLineBorder.Side, Color)
- Constructor for class uk.co.keang.swingaddons.
SelectableLineBorder
Creates a line border on one side of the component with the specified color and thickness of 1.
SelectableLineBorder(SelectableLineBorder.Side, Color, int)
- Constructor for class uk.co.keang.swingaddons.
SelectableLineBorder
Creates a line border on one side of the component with the specified color and thickness.
SelectableLineBorder(EnumSet<SelectableLineBorder.Side>, Color, int)
- Constructor for class uk.co.keang.swingaddons.
SelectableLineBorder
Creates a line border on the specified sides of the component with the specified color and thickness.
SelectableLineBorder.Side
- Enum in
uk.co.keang.swingaddons
The sides of the component
selectedDate
- Variable in class uk.co.keang.date.demo.
DateSelectorDemo
selectedDate
- Variable in class uk.co.keang.date.demo.
IntervalSelectorDemo
setCancelBtnAction(Action)
- Method in class uk.co.keang.date.
AbstractDateSelector
Sets the action for the Cancel button
setColumns(int)
- Method in class uk.co.keang.swingaddons.
VariableGridLayout
Sets the number of columns in this layout to the specified value.
setExternalTickColor(Color[])
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the colors for the external ticks.
setExternalTicks(long[])
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the times of the ticks to show on the exterior of the rim.
setExternalTicksEnabled(boolean)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
setFaceColor(Color)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the color for the dial's face.
setFont(Font)
- Method in class uk.co.keang.date.
AbstractDateSelector
Sets the Font for all the components.
setFontMetrics(FontMetrics)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the font for the numbers
setHandsColor(Color)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the color of the minute and hour hand
setHgap(int)
- Method in class uk.co.keang.swingaddons.
VariableGridLayout
Sets the horizontal gap between components to the specified value.
setNumbersEnabled(boolean)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Turn display of clock face numbers on or off.
setOkBtnAction(Action)
- Method in class uk.co.keang.date.
AbstractDateSelector
Sets the action for the OK button
setPopupOnHoverForComponent(Component, Callable)
- Static method in class uk.co.keang.date.
AbstractDateSelector
Adds a pop up listener to this component.
setPopupOnHoverForComponent(Component, MutableDateTime, ActionListener)
- Static method in class uk.co.keang.date.
DateSelector
Adds a pop up listener to this component.
setPopupOnHoverForComponent(Component, MutableInterval, ActionListener)
- Static method in class uk.co.keang.date.
IntervalSelector
Adds a pop up listener to this component.
setRadius(int)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the radius of this analogue clock face
setRimColor(Color)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the color for the dial's rim.
setRows(int)
- Method in class uk.co.keang.swingaddons.
VariableGridLayout
Sets the number of rows in this layout to the specified value.
setSecondsEnabled(boolean)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Turn display of seconds and seconds hand on or off.
setSelectedDate(T)
- Method in class uk.co.keang.date.
AbstractDateSelector
Sets the selected date.
setSelectedDate(DateTime)
- Method in class uk.co.keang.date.
DateSelector
Sets the selected date
setSelectedDate(Interval)
- Method in class uk.co.keang.date.
IntervalSelector
Sets the selected date interval.
setSelectedDate(DateTime, DateTime)
- Method in class uk.co.keang.date.
IntervalSelector
Sets the selected date interval.
setShowDayNames(boolean)
- Method in class uk.co.keang.date.
AbstractDateSelector
Sets the Show Day Names display state
setShowOkCancelPanel(boolean)
- Method in class uk.co.keang.date.
AbstractDateSelector
Sets the Show Ok Cancel Panel state
setShowSurroundingDays(boolean)
- Method in class uk.co.keang.date.
AbstractDateSelector
Sets the Show Surrounding Days display state
setShowWeekNums(boolean)
- Method in class uk.co.keang.date.
AbstractDateSelector
Sets the Show Week Numbers state
setTextColor(Color)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the color for the text and the seconds hand.
setTime(Date)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the clock to a certain time.
setTimeZone(TimeZone)
- Method in class uk.co.keang.gui.
AnalogueClockPainter
Set the clock to a certain time zone.
setVgap(int)
- Method in class uk.co.keang.swingaddons.
VariableGridLayout
Sets the vertical gap between components to the specified value.
show(Component, String, DateTime)
- Static method in class uk.co.keang.date.
DateSelector
Displays a modal dialog allowing the selection of a date
show(Component, String, DateSelector)
- Static method in class uk.co.keang.date.
DateSelector
Displays a modal dialog allowing the selection of a date.
show(DateSelectorDemo)
- Static method in class uk.co.keang.date.demo.
DateSelectorDemo
Displays a modal dialog allowing the selection of a date.
show(IntervalSelectorDemo)
- Static method in class uk.co.keang.date.demo.
IntervalSelectorDemo
Displays a modal dialog allowing the selection of a date.
show(Component, String, Interval)
- Static method in class uk.co.keang.date.
IntervalSelector
Displays a modal dialog allowing the selection of a date interval.
show(Component, String, IntervalSelector)
- Static method in class uk.co.keang.date.
IntervalSelector
Displays a modal dialog allowing the selection of a date interval.
showDayNames
- Variable in class uk.co.keang.date.demo.
AbstractSelectorDemo
showOtherDays
- Variable in class uk.co.keang.date.demo.
AbstractSelectorDemo
showSelectorDialog()
- Method in class uk.co.keang.date.demo.
AbstractSelectorDemo
showSelectorDialog()
- Method in class uk.co.keang.date.demo.
DateSelectorDemo
showSelectorDialog()
- Method in class uk.co.keang.date.demo.
IntervalSelectorDemo
showWeekNumbers
- Variable in class uk.co.keang.date.demo.
AbstractSelectorDemo
start()
- Method in class uk.co.keang.date.demo.
DateApplet
start()
- Method in class uk.co.keang.gui.
ClockApplet
stop()
- Method in class uk.co.keang.gui.
ClockApplet
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
P
R
S
T
U
V
W