Class JComboBoxHpr.JComboBoxEventAdapter
java.lang.Object
javax.swing.InputVerifier
com.inductiveautomation.snap.swing.SwingEventAdapter
com.inductiveautomation.snap.swing.helpers.JComboBoxHpr.JComboBoxEventAdapter
- All Implemented Interfaces:
- DragGestureListener,- DragSourceListener,- DropTargetListener,- ActionListener,- FocusListener,- KeyListener,- MouseListener,- MouseMotionListener,- EventListener
- Enclosing class:
- JComboBoxHpr<T extends JComboBox>
A SwingEventListener for JComboBox.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionOverride.Returns combobox TextComponent.protected voidsetFocusListenerSet(boolean aValue) Override to add to JComboBox Editor EditorComponent.protected voidsetKeyListenerSet(boolean aValue) Override to add to JComboBox Editor EditorComponent.booleanverify(JComponent aComponent) Override to verify Editor instead.Methods inherited from class com.inductiveautomation.snap.swing.SwingEventAdapteractionPerformed, dragDropEnd, dragEnter, dragEnter, dragExit, dragExit, dragGestureRecognized, dragOver, dragOver, drop, dropActionChanged, dropActionChanged, focusGained, focusLost, getBorder, getEnabledEvents, getFocusGainedValue, getHelper, isEnabled, isEnabled, isFocusListenerSet, isInputVerifierSet, isKeyListenerSet, isMouseListenerSet, isMouseMotionListenerSet, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, setEnabled, setEnabledEvents, setInputVerifier, setMouseListenerSet, setMouseMotionListenerSetMethods inherited from class javax.swing.InputVerifiershouldYieldFocus, shouldYieldFocus, verifyTarget
- 
Constructor Details- 
JComboBoxEventAdapterCreate new JComboBoxEventAdapter.
 
- 
- 
Method Details- 
getComponentOverride.- Overrides:
- getComponentin class- SwingEventAdapter
 
- 
getTextComponentReturns combobox TextComponent.
- 
setKeyListenerSetprotected void setKeyListenerSet(boolean aValue) Override to add to JComboBox Editor EditorComponent.- Overrides:
- setKeyListenerSetin class- SwingEventAdapter
 
- 
setFocusListenerSetprotected void setFocusListenerSet(boolean aValue) Override to add to JComboBox Editor EditorComponent.- Overrides:
- setFocusListenerSetin class- SwingEventAdapter
 
- 
verifyOverride to verify Editor instead.- Overrides:
- verifyin class- SwingEventAdapter
 
 
-