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

jfxtras.scene.control.agenda.icalendar.editors.revisors.ReviserVFreeBusy 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.VFreeBusy;

//TODO - add functionality
/**
 * Reviser for {@link VFreeBusy}
 * 
 * @author David Bal
 *
 */
public class ReviserVFreeBusy implements Reviser
{
    public ReviserVFreeBusy(VFreeBusy component)
    {
        throw new RuntimeException("not implemented");
    }
    
    @Override
    public List revise()
    {
        throw new RuntimeException("not implemented");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy