Edit C:\Program Files\Java\jdk1.8.0_121\javafx\beans\value\WritableObjectValue.java
/* * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javafx.beans.value; /** * A writable typed value. * * @param T * The type of the wrapped value * * @see WritableValue * * * @since JavaFX 2.0 */ public interface WritableObjectValue<T> extends WritableValue<T> { /** * Get the wrapped value. This must be identical to * the value returned from {@link #getValue()}. * <p> * This method exists only to align WritableObjectValue API with * {@link WritableBooleanValue} and subclasses of {@link WritableNumberValue} * @return The current value */ T get(); /** * Set the wrapped value. * Should be equivalent to {@link #setValue(java.lang.Object) } * @see #get() * * @param value * The new value */ void set(T value); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de