Class ComponentEvent
- java.lang.Object
-
- com.github.lgooddatepicker.components.ComponentEvent
-
public class ComponentEvent extends java.lang.Object- Author:
- mcwolfy
-
-
Field Summary
Fields Modifier and Type Field Description static intNEXT_MONTHstatic intNEXT_YEARstatic intPREVIOUS_MONTHstatic intPREVIOUS_YEAR
-
Constructor Summary
Constructors Constructor Description ComponentEvent(int what, javax.swing.JComponent component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()intgetWhat()
-
-
-
Field Detail
-
PREVIOUS_YEAR
public static final int PREVIOUS_YEAR
- See Also:
- Constant Field Values
-
PREVIOUS_MONTH
public static final int PREVIOUS_MONTH
- See Also:
- Constant Field Values
-
NEXT_MONTH
public static final int NEXT_MONTH
- See Also:
- Constant Field Values
-
NEXT_YEAR
public static final int NEXT_YEAR
- See Also:
- Constant Field Values
-
-