Edit C:\Program Files\Java\jdk1.8.0_121\javafx\scene\control\Skinnable.java
/* * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javafx.scene.control; import javafx.beans.property.ObjectProperty; /** * <p> * The Skinnable interface is implemented by the {@link Control} class, * and therefore is implemented by all Control implementations. * <p> * @since JavaFX 2.0 */ public interface Skinnable { /** * Skin is responsible for rendering this {@code Control}. From the * perspective of the {@code Control}, the {@code Skin} is a black box. * It listens and responds to changes in state in a {@code Control}. * <p> * There is a one-to-one relationship between a {@code Control} and its * {@code Skin}. Every {@code Skin} maintains a back reference to the * {@code Control}. * <p> * A skin may be null. * */ public ObjectProperty<Skin<?>> skinProperty(); /** * Sets the skin that will render this {@link Control} */ public void setSkin(Skin<?> value); /** * Returns the skin that renders this {@link Control} */ public Skin<?> getSkin(); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de