All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jfxtras.scene.control.agenda.icalendar.editors.revisors.ReviserStandardTime Maven / Gradle / Ivy

The newest version!
package jfxtras.scene.control.agenda.icalendar.editors.revisors;

import java.util.List;

import jfxtras.icalendarfx.VCalendar;
import jfxtras.icalendarfx.components.StandardTime;

// TODO - add functionality
/**
 * Handles revising a {@link StandardTime}
 * 
 * @author David Bal
 *
 */
public class ReviserStandardTime implements Reviser
{
    public ReviserStandardTime(StandardTime component)
    {
        throw new RuntimeException("not implemented");
    }
    
    @Override
    public List revise()
    {
        throw new RuntimeException("not implemented");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy