Class LocalDateTimeContentPane
- java.lang.Object
-
- net.anwiba.commons.swing.dialog.pane.AbstractContentPane
-
- net.anwiba.commons.swing.dialog.pane.LocalDateTimeContentPane
-
- All Implemented Interfaces:
IComponentProvider,IContentPanel
public final class LocalDateTimeContentPane extends AbstractContentPane
-
-
Constructor Summary
Constructors Constructor Description LocalDateTimeContentPane(IObjectModel<DataState> dataStateModel, IObjectModel<java.time.LocalDateTime> model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply()javax.swing.JComponentgetComponent()-
Methods inherited from class net.anwiba.commons.swing.dialog.pane.AbstractContentPane
cancel, close, getDataStateModel, getMessageModel, tryOut
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.swing.dialog.pane.IContentPanel
dispose
-
-
-
-
Constructor Detail
-
LocalDateTimeContentPane
public LocalDateTimeContentPane(IObjectModel<DataState> dataStateModel, IObjectModel<java.time.LocalDateTime> model)
-
-
Method Detail
-
getComponent
public javax.swing.JComponent getComponent()
-
apply
public boolean apply()
- Specified by:
applyin interfaceIContentPanel- Overrides:
applyin classAbstractContentPane
-
-