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

org.jhotdraw8.fxcontrols.dock.Track Maven / Gradle / Ivy

The newest version!
/*
 * @(#)Track.java
 * Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
 */
package org.jhotdraw8.fxcontrols.dock;

/**
 * A Track is a {@link DockParent} that can also be added as a
 * {@link DockChild} to another {@link DockParent}.
 */
public interface Track extends DockChild, DockParent {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy