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

org.wings.plaf.CursorCG Maven / Gradle / Ivy

The newest version!
package org.wings.plaf;

import org.wings.SComponent;

public interface CursorCG extends ComponentCG {
    public Update getVisibilityUpdate(SComponent component, boolean newVisibility);
    public Update getContentUpdate(SComponent component);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy