Deprecated API
Contents
-
Deprecated Classes
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionSee #setTypedVariable( String, Class, Object, Modifiers )Do not call this method, use
Buffer.getPath()
instead.Using that method, when you run a task in AWT Thread, it will wait for all background task causing some unwanted delays. If you need calling a task after a background work, please add your runnable to the EDT thread yourself at the end of the background taskYou should not use this method, this threadpool links the AWT Threads and Work threads.use getBaseName() instead.useMode.acceptFile(String, String)
instead- there is no point in checking for this since we require Java 1.8. Returns if Java 2 version 1.7 is in use.useRegisters.Register.setTransferable(java.awt.datatransfer.Transferable)
instead, for examplesetTransferable(new StringSelection(""))
Do not use.use {java.util.Objects#equals(Object, Object}