Uses of Interface
jmri.util.iharder.dnd.URIDrop.Listener
-
Packages that use URIDrop.Listener Package Description jmri.util.iharder.dnd jmri.util.swing Tools and utilities for doing a systematic reworking of the JMRI GUI. -
-
Uses of URIDrop.Listener in jmri.util.iharder.dnd
Subinterfaces of URIDrop.Listener in jmri.util.iharder.dnd Modifier and Type Interface Description static interface
URIDrop.ListenerExt
Constructors in jmri.util.iharder.dnd with parameters of type URIDrop.Listener Constructor Description URIDrop(java.awt.Component c, boolean recursive, URIDrop.Listener listener)
Constructor with a default border and the option to recursively set drop targets.URIDrop(java.awt.Component c, javax.swing.border.Border dragBorder, boolean recursive, URIDrop.Listener listener)
Constructor with a specified border and the option to recursively set drop targets.URIDrop(java.awt.Component c, javax.swing.border.Border dragBorder, URIDrop.Listener listener)
Constructor with a specified borderURIDrop(java.awt.Component c, URIDrop.Listener listener)
Constructs aURIDrop
with a default light-blue border and, if c is aContainer
, recursively sets all elements contained within as drop targets, though only the top level container will change borders.URIDrop(java.io.PrintStream out, java.awt.Component c, boolean recursive, URIDrop.Listener listener)
Constructor with a default border, debugging optionally turned on and the option to recursively set drop targets.URIDrop(java.io.PrintStream out, java.awt.Component c, javax.swing.border.Border dragBorder, boolean recursive, URIDrop.Listener listener)
Full constructor with a specified border and debugging optionally turned on.URIDrop(java.io.PrintStream out, java.awt.Component c, javax.swing.border.Border dragBorder, URIDrop.Listener listener)
Constructor with a specified border and debugging optionally turned on. -
Uses of URIDrop.Listener in jmri.util.swing
Classes in jmri.util.swing that implement URIDrop.Listener Modifier and Type Class Description class
EditableResizableImagePanel
-