Package org.gvsig.timesupport.swing.impl
Class DefaultTimeSupportSwingManager
java.lang.Object
org.gvsig.timesupport.swing.impl.DefaultTimeSupportSwingManager
- All Implemented Interfaces:
org.gvsig.timesupport.swing.api.TimeSupportSwingManager
public class DefaultTimeSupportSwingManager
extends Object
implements org.gvsig.timesupport.swing.api.TimeSupportSwingManager
Manager for the Swing Timesupport to register all control classes.
- Author:
- Pablo Viciano Negre
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.timesupport.swing.api.panel.AnimationBarPanelcreateAnimationBarPanel(org.gvsig.timesupport.animation.TimeAnimation animation) org.gvsig.timesupport.swing.api.panel.AnimationPreferencesPanelcreateAnimationPreferencesPanel(org.gvsig.timesupport.animation.TimeAnimation animation) org.gvsig.timesupport.swing.api.panel.TimeSelectorPanelcreateTimeSelectorPanel(org.gvsig.timesupport.Interval interval)
-
Constructor Details
-
DefaultTimeSupportSwingManager
public DefaultTimeSupportSwingManager()
-
-
Method Details
-
createTimeSelectorPanel
public org.gvsig.timesupport.swing.api.panel.TimeSelectorPanel createTimeSelectorPanel(org.gvsig.timesupport.Interval interval) throws org.gvsig.timesupport.swing.api.TimeSupportSwingException - Specified by:
createTimeSelectorPanelin interfaceorg.gvsig.timesupport.swing.api.TimeSupportSwingManager- Throws:
org.gvsig.timesupport.swing.api.TimeSupportSwingException
-
createAnimationBarPanel
public org.gvsig.timesupport.swing.api.panel.AnimationBarPanel createAnimationBarPanel(org.gvsig.timesupport.animation.TimeAnimation animation) - Specified by:
createAnimationBarPanelin interfaceorg.gvsig.timesupport.swing.api.TimeSupportSwingManager
-
createAnimationPreferencesPanel
public org.gvsig.timesupport.swing.api.panel.AnimationPreferencesPanel createAnimationPreferencesPanel(org.gvsig.timesupport.animation.TimeAnimation animation) - Specified by:
createAnimationPreferencesPanelin interfaceorg.gvsig.timesupport.swing.api.TimeSupportSwingManager
-