Uses of Interface
ca.cgjennings.ui.dnd.FileDrop.Listener
-
Packages that use FileDrop.Listener Package Description ca.cgjennings.apps.arkham.editors ca.cgjennings.ui.dnd -
-
Uses of FileDrop.Listener in ca.cgjennings.apps.arkham.editors
Methods in ca.cgjennings.apps.arkham.editors that return FileDrop.Listener Modifier and Type Method Description FileDrop.Listener
CodeEditor. getFileDropListener()
Methods in ca.cgjennings.apps.arkham.editors with parameters of type FileDrop.Listener Modifier and Type Method Description void
CodeEditor. setFileDropListener(FileDrop.Listener fdl)
-
Uses of FileDrop.Listener in ca.cgjennings.ui.dnd
Methods in ca.cgjennings.ui.dnd with parameters of type FileDrop.Listener Modifier and Type Method Description void
FileDrop. setListener(FileDrop.Listener simpleListener)
Sets the drop listener to a simple listener that receives a non-null, non-empty array of files.Constructors in ca.cgjennings.ui.dnd with parameters of type FileDrop.Listener Constructor Description FileDrop(java.awt.Component component, FileDrop.Listener listener)
Creates a newFileDrop
on the component.FileDrop(java.awt.Component component, javax.swing.JComponent borderOwner, boolean attachToDescendants, FileDrop.Listener listener)
Creates a newFileDrop
on the component.FileDrop(java.awt.Component component, javax.swing.JComponent borderOwner, FileDrop.Listener listener)
Creates a newFileDrop
on the component.
-