Class BasicJogShuttleUI
java.lang.Object
javax.swing.plaf.ComponentUI
com.inductiveautomation.factorypmi.application.components.JogShuttleUI
com.inductiveautomation.factorypmi.application.components.BasicJogShuttleUI
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,EventListener
-
Field Summary
Fields inherited from class com.inductiveautomation.factorypmi.application.components.JogShuttleUI
UI_CLASS_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected double
static ComponentUI
void
void
void
void
void
void
void
void
void
paint
(Graphics g, JComponent c) void
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update
-
Constructor Details
-
BasicJogShuttleUI
public BasicJogShuttleUI()
-
-
Method Details
-
createUI
-
installUI
- Overrides:
installUI
in classComponentUI
-
uninstallUI
- Overrides:
uninstallUI
in classComponentUI
-
paint
- Overrides:
paint
in classComponentUI
-
calculateAngle
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-
mouseDragged
- Specified by:
mouseDragged
in interfaceMouseMotionListener
-
mouseMoved
- Specified by:
mouseMoved
in interfaceMouseMotionListener
-