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

freeseawind.lf.border.LuckBorderField Maven / Gradle / Ivy

The newest version!
package freeseawind.lf.border;

import java.awt.geom.RectangularShape;

/**
 * A Border field interface.
 *
 * @author freeseawind@github
 * @version 1.0
 */
public interface LuckBorderField
{
    /**
     * set component is FoucusGaind. 
     *
     * @param isFoucusGaind 
     */
    public void setFocusGained(boolean isFoucusGaind);

    /**
     * get component focus state.
     *
     * @return
     */
    public boolean isFocusGaind();

    /**
     * get component border shape.
     *
     * @return RectangularShape
     */
    public RectangularShape getBorderShape();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy