public class Time extends Component
Constructor and Description |
---|
Time() |
Modifier and Type | Method and Description |
---|---|
Hour |
getHour() |
Minute |
getMinute() |
MissingComponentPanel |
getMissingComponentPanel(Combination c)
returns a panel to complete the component
in case it is missing
|
Second |
getSecond() |
void |
setHour(Hour hour) |
void |
setMinute(Minute minute) |
void |
setSecond(Second second) |
public void setHour(Hour hour)
public Hour getHour()
public void setMinute(Minute minute)
public Minute getMinute()
public void setSecond(Second second)
public Second getSecond()
public MissingComponentPanel getMissingComponentPanel(Combination c)
Component
getMissingComponentPanel
in class Component
Copyright © 2011–2019 52°North. All rights reserved.