jfxtras.icalendarfx.content.ContentLineBase Maven / Gradle / Ivy
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