edu.wisc.ssec.mcidasv.control
Class MultiSpectralControl.HackyDragDropRowUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.TableUI
          extended by javax.swing.plaf.basic.BasicTableUI
              extended by edu.wisc.ssec.mcidasv.control.MultiSpectralControl.HackyDragDropRowUI
Enclosing class:
MultiSpectralControl

public class MultiSpectralControl.HackyDragDropRowUI
extends BasicTableUI


Nested Class Summary
(package private)  class MultiSpectralControl.HackyDragDropRowUI.HackyMouseInputHandler
           
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTableUI
BasicTableUI.FocusHandler, BasicTableUI.KeyHandler, BasicTableUI.MouseInputHandler
 
Field Summary
private  boolean inDrag
           
private  int offset
           
private  int start
           
 
Fields inherited from class javax.swing.plaf.basic.BasicTableUI
focusListener, keyListener, mouseInputListener, rendererPane, table
 
Constructor Summary
MultiSpectralControl.HackyDragDropRowUI()
           
 
Method Summary
protected  MouseInputListener createMouseInputListener()
           
 void paint(Graphics g, JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicTableUI
createFocusListener, createKeyListener, createUI, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installKeyboardActions, installListeners, installUI, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inDrag

private boolean inDrag

start

private int start

offset

private int offset
Constructor Detail

MultiSpectralControl.HackyDragDropRowUI

public MultiSpectralControl.HackyDragDropRowUI()
Method Detail

createMouseInputListener

protected MouseInputListener createMouseInputListener()
Overrides:
createMouseInputListener in class BasicTableUI

paint

public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicTableUI