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

org.noos.xing.mydoggy.ToolWindowAnchor Maven / Gradle / Ivy

Go to download

MyDoggy-Api contains the application program interface of MyDoggy to manage every aspects of the framework.

The newest version!
package org.noos.xing.mydoggy;

/**
 * Every tool window has an anchor that specifies where the tool is attached.
 * The user can specifies also an index relative to the other tools attached
 * to the same anchor, like a list.
 * Every anchor rapresents a tool window bar where for every tool a representative
 * button is positioned.
 *
 * @author Angelo De Caro ([email protected])
 * @since 1.0.0
 */
public enum ToolWindowAnchor {
    
    /**
     * Self explained.
     */
    TOP,

    /**
     * Self explained.
     */
    LEFT,

    /**
     * Self explained.
     */
    BOTTOM,

    /**
     * Self explained.
     */
    RIGHT

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy