com.bankframe.examples.devices.fe.ui
Class PinPadReaderSubPanel1
java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.bankframe.examples.devices.fe.ui.PinPadReaderSubPanel1
- All Implemented Interfaces:
- ImageObserver, MenuContainer, Serializable, Accessible
public class PinPadReaderSubPanel1
- extends JPanel
This class makes up the top panel of the PinPadReaderEPanel class. It contains
some graphical components that demonstrate how the IntelliPIN Card Reader service is called.
- See Also:
- Serialized Form
Methods inherited from class javax.swing.JComponent |
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
SWIPE_CARD
public static String SWIPE_CARD
RE_OPEN_DEVICE
public static String RE_OPEN_DEVICE
CLOSE_DEVICE
public static String CLOSE_DEVICE
PinPadReaderSubPanel1
public PinPadReaderSubPanel1()
- PinPadReaderSubPanel1 constructor.
Handles any initialization of its subpanels and components where appropriate.
PinPadReaderSubPanel1
public PinPadReaderSubPanel1(LayoutManager layout)
- PinPadReaderSubPanel1 constructor. Handles initialization with a specified Layout Manager.
- Parameters:
layout
- java.awt.LayoutManager
PinPadReaderSubPanel1
public PinPadReaderSubPanel1(LayoutManager layout,
boolean isDoubleBuffered)
- PinPadReaderSubPanel1 constructor. Handles initialization with LayoutManager and double buffered.
- Parameters:
layout
- java.awt.LayoutManagerisDoubleBuffered
- boolean
PinPadReaderSubPanel1
public PinPadReaderSubPanel1(boolean isDoubleBuffered)
- PinPadReaderSubPanel1 constructor.
Handles any initialization of its subpanels and components where appropriate.
- Parameters:
isDoubleBuffered
- boolean
getCardSwipeButton
public JButton getCardSwipeButton()
- Return the hostButton property value.
- Returns:
- javax.swing.JButton
getCardSwipeButtonLabel
public JLabel getCardSwipeButtonLabel()
- Return the hostButtonLabel property value.
- Returns:
- javax.swing.JLabel
getCardTextArea
public JTextArea getCardTextArea()
- Return the cardTextArea property value.
- Returns:
- javax.swing.JTextArea
getCardPinArea
public JTextArea getCardPinArea()
- Return the cardPinArea property value.
- Returns:
- javax.swing.JTextArea
getCardDataArea
public JTextArea getCardDataArea()
- Return the cardDataArea property value.
- Returns:
- javax.swing.JTextArea
getCardTextLabel
public JLabel getCardTextLabel()
- Return the hostTextLabel property value.
- Returns:
- javax.swing.JLabel
getTitleLabel
public JLabel getTitleLabel()
- Return the titleLabel property value.
- Returns:
- javax.swing.JLabel
getCloseButton
public JButton getCloseButton()
- Return the printButton property value.
- Returns:
- javax.swing.JButton
getReOpenButton
public JButton getReOpenButton()
- Return the printButton property value.
- Returns:
- javax.swing.JButton
main
public static void main(String[] args)
- This method is for testing only.
It acts as a main entrypoint - starts the part when it is run as an application
- Parameters:
args
- java.lang.String[]
Copyright © 2005, 2007, Oracle. All rights reserved.