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

jfxtras.icalendarfx.content.ContentLineBase Maven / Gradle / Ivy

The newest version!
package jfxtras.icalendarfx.content;

public abstract class ContentLineBase implements ContentLineStrategy
{
    final Orderer orderer;
    
    public ContentLineBase(Orderer orderer)
    {
        this.orderer = orderer;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy