List of usage examples for com.intellij.openapi.util Weighted interface-usage
From source file com.intellij.ui.components.JBOptionButton.java
public class JBOptionButton extends JButton implements MouseMotionListener, Weighted { private static final Insets myDownIconInsets = new Insets(0, 6, 0, 4); private Rectangle myMoreRec; private Rectangle myMoreRecMouse;
From source file com.intellij.ui.MouseDragHelper.java
public abstract class MouseDragHelper implements MouseListener, MouseMotionListener, KeyEventDispatcher, Weighted { public static final int DRAG_START_DEADZONE = 7; private final JComponent myDragComponent;
From source file com.intellij.ui.ResizeComponentListener.java
/** * User: anna * Date: 13-Mar-2006 */ public class ResizeComponentListener extends MouseAdapter implements MouseMotionListener, Weighted { private static final int SENSITIVITY = 4;