public class Date extends Component
Constructor and Description |
---|
Date() |
Modifier and Type | Method and Description |
---|---|
Day |
getDay() |
MissingComponentPanel |
getMissingComponentPanel(Combination c)
returns a panel to complete the component
in case it is missing
|
Month |
getMonth() |
Year |
getYear() |
void |
setDay(Day day) |
void |
setMonth(Month month) |
void |
setYear(Year year) |
public void setYear(Year year)
public Year getYear()
public void setMonth(Month month)
public Month getMonth()
public void setDay(Day day)
public Day getDay()
public MissingComponentPanel getMissingComponentPanel(Combination c)
Component
getMissingComponentPanel
in class Component
Copyright © 2011–2019 52°North. All rights reserved.