creditos
Class CreditosAWT

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Panel
                    |
                    +--java.applet.Applet
                          |
                          +--creditos.CreditosAWT
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.event.KeyListener, java.awt.MenuContainer, java.io.Serializable

public class CreditosAWT
extends java.applet.Applet
implements java.awt.event.ActionListener, java.awt.event.KeyListener

See Also:
Serialized Form

Inner classes inherited from class java.applet.Applet
java.applet.Applet.AccessibleApplet
 
Inner classes inherited from class java.awt.Panel
java.awt.Panel.AccessibleAWTPanel
 
Inner classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Inner classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
CreditosAWT()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent Ev)
          Método implementado por ActionListener.
 java.lang.String appEnviaCadOriginal()
          Obtener la cadena original.
 java.lang.String appEnviaDatos()
          Obtener la cadena de datos.
 java.lang.String appEnviaImpresion()
          Obtener la cadena de impresión.
 java.lang.String getRFC()
          Obtener el RFC que ha sido confirmado.
 java.lang.String getXMLValue()
          Obtener una cadena XML que corresponde a los datos capturados.
 void init()
           
 void keyPressed(java.awt.event.KeyEvent Ev)
           
 void keyReleased(java.awt.event.KeyEvent Ev)
          Método implementado por KeyListener.
 void keyTyped(java.awt.event.KeyEvent Ev)
           
 void reset()
          Borramos todo el contenido del Applet para regresar al estado inicial.
 
Methods inherited from class java.applet.Applet
destroy, getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop
 
Methods inherited from class java.awt.Panel
addNotify
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFont, setLayout, update, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addPropertyChangeListener, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getInputContext, getInputMethodRequests, getLocation, getLocation, getLocationOnScreen, getName, getParent, getPeer, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreditosAWT

public CreditosAWT()
Method Detail

init

public void init()
Overrides:
init in class java.applet.Applet

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent Ev)
Método implementado por ActionListener. Se invoca cuando ha sido pulsado algún botón en el Applet.
Specified by:
actionPerformed in interface java.awt.event.ActionListener

appEnviaCadOriginal

public java.lang.String appEnviaCadOriginal()
Obtener la cadena original. Regresará un asterisco cuando los datos capturados no son correctos o no han sido confirmados.
Returns:
Cadena Original.

appEnviaDatos

public java.lang.String appEnviaDatos()
Obtener la cadena de datos. Regresará un asterisco cuando los datos capturados no son correctos o no han sido confirmados.
Returns:
Cadena de Datos.

appEnviaImpresion

public java.lang.String appEnviaImpresion()
Obtener la cadena de impresión. Regresará un asterisco cuando los datos capturados no son correctos o no han sido confirmados.
Returns:
Cadena de Impresión.

getRFC

public java.lang.String getRFC()
Obtener el RFC que ha sido confirmado. Si el RFC aún no ha sido confirmado, regresará una cadena de caracteres vacía como resultado.
Returns:
RFC confirmado.

getXMLValue

public java.lang.String getXMLValue()
Obtener una cadena XML que corresponde a los datos capturados. Regresará un asterisco cuando los datos capturados no son correctos o no han sido confirmados.
Returns:
Cadena XML.

keyPressed

public void keyPressed(java.awt.event.KeyEvent Ev)
Specified by:
keyPressed in interface java.awt.event.KeyListener

keyReleased

public void keyReleased(java.awt.event.KeyEvent Ev)
Método implementado por KeyListener. Se invoca cuando se ha soltado una tecla de algún TextField en el Applet.
Specified by:
keyReleased in interface java.awt.event.KeyListener

keyTyped

public void keyTyped(java.awt.event.KeyEvent Ev)
Specified by:
keyTyped in interface java.awt.event.KeyListener

reset

public void reset()
Borramos todo el contenido del Applet para regresar al estado inicial.