Page MenuHomec4science

SignIn.html
No OneTemporary

File Metadata

Created
Tue, Jan 7, 01:14

SignIn.html

This document is not UTF8. It was detected as Shift JIS and converted to UTF8 for display.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Fri Jan 10 14:26:18 CET 2014 -->
<title>SignIn</title>
<meta name="date" content="2014-01-10">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SignIn";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SignIn.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../ClientGUI/PatientGUI.html" title="class in ClientGUI"><span class="strong">Prev Class</span></a></li>
<li><a href="../ClientGUI/UserGUI.html" title="class in ClientGUI"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?ClientGUI/SignIn.html" target="_top">Frames</a></li>
<li><a href="SignIn.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_classes_inherited_from_class_java.awt.Component">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">ClientGUI</div>
<h2 title="Class SignIn" class="title">Class SignIn</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.awt.Component</li>
<li>
<ul class="inheritance">
<li>ClientGUI.SignIn</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.awt.event.ItemListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener</dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">SignIn</span>
extends java.awt.Component
implements java.awt.event.ItemListener</pre>
<div class="block">The Class SignIn. This is a small frame to add a patient into the system from the medical unit side.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Kevin Serrano, J駻emy Weber</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../serialized-form.html#ClientGUI.SignIn">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested_classes_inherited_from_class_java.awt.Component">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
<code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) javax.swing.JTextField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#birthField">birthField</a></strong></code>
<div class="block">The birth field.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) javax.swing.JPanel</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#cards">cards</a></strong></code>
<div class="block">The cards.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) javax.swing.JComboBox</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#cb">cb</a></strong></code>
<div class="block">The cb.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) javax.swing.JTextField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#firstNameField">firstNameField</a></strong></code>
<div class="block">The first name field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) javax.swing.JLabel</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#label">label</a></strong></code>
<div class="block">The label.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private javax.swing.JLabel</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#labelBirth">labelBirth</a></strong></code>
<div class="block">The label birth.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private javax.swing.JLabel</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#labelFirstName">labelFirstName</a></strong></code>
<div class="block">The label first name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private javax.swing.JLabel</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#labelname">labelname</a></strong></code>
<div class="block">The labelname.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) javax.swing.JTextField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#locationField">locationField</a></strong></code>
<div class="block">The location field.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#MEDICAL">MEDICAL</a></strong></code>
<div class="block">The Constant MEDICAL.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../FrameWork/MedUnit.html" title="class in FrameWork">MedUnit</a></code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#mu">mu</a></strong></code>
<div class="block">The mu.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) javax.swing.JTextField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#nameField">nameField</a></strong></code>
<div class="block">The name field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) javax.swing.JTextField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#nameFieldMU">nameFieldMU</a></strong></code>
<div class="block">The name field mu.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) javax.swing.JPasswordField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#passField">passField</a></strong></code>
<div class="block">The pass field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) javax.swing.JPasswordField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#passField2">passField2</a></strong></code>
<div class="block">The pass field2.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) javax.swing.JLabel</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#passLabel">passLabel</a></strong></code>
<div class="block">The pass label.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) javax.swing.JLabel</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#passLabel2">passLabel2</a></strong></code>
<div class="block">The pass label2.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#PATIENT">PATIENT</a></strong></code>
<div class="block">The Constant PATIENT.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private javax.swing.JTextField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#textBirth">textBirth</a></strong></code>
<div class="block">The text birth.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private javax.swing.JTextField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#textFirstName">textFirstName</a></strong></code>
<div class="block">The text first name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private javax.swing.JTextField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#textName">textName</a></strong></code>
<div class="block">The text name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) javax.swing.JTextField</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#usernameField">usernameField</a></strong></code>
<div class="block">The username field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) javax.swing.JLabel</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#usernameLabel">usernameLabel</a></strong></code>
<div class="block">The username label.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_java.awt.Component">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;java.awt.Component</h3>
<code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_java.awt.image.ImageObserver">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
<code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../ClientGUI/SignIn.html#SignIn(FrameWork.MedUnit)">SignIn</a></strong>(<a href="../FrameWork/MedUnit.html" title="class in FrameWork">MedUnit</a>&nbsp;mu)</code>
<div class="block">Instantiates a new sign in.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#addComponentToPane(java.awt.Container)">addComponentToPane</a></strong>(java.awt.Container&nbsp;pane)</code>
<div class="block">Adds the component to pane.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#addUser()">addUser</a></strong>()</code>
<div class="block">Adds the user.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.sql.Date</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#getBirth()">getBirth</a></strong>()</code>
<div class="block">Gets the birth.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#getFirstName()">getFirstName</a></strong>()</code>
<div class="block">Gets the first name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#getName()">getName</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../ClientGUI/SignIn.html#itemStateChanged(java.awt.event.ItemEvent)">itemStateChanged</a></strong>(java.awt.event.ItemEvent&nbsp;evt)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.awt.Component">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.awt.Component</h3>
<code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getAlignmentX, getAlignmentY, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getParent, getPeer, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paint, paintAll, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, revalidate, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, update, validate</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="cards">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cards</h4>
<pre>javax.swing.JPanel cards</pre>
<div class="block">The cards.</div>
</li>
</ul>
<a name="PATIENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PATIENT</h4>
<pre>static final&nbsp;java.lang.String PATIENT</pre>
<div class="block">The Constant PATIENT.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#ClientGUI.SignIn.PATIENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MEDICAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MEDICAL</h4>
<pre>static final&nbsp;java.lang.String MEDICAL</pre>
<div class="block">The Constant MEDICAL.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../constant-values.html#ClientGUI.SignIn.MEDICAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="firstNameField">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>firstNameField</h4>
<pre>javax.swing.JTextField firstNameField</pre>
<div class="block">The first name field.</div>
</li>
</ul>
<a name="nameField">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>nameField</h4>
<pre>javax.swing.JTextField nameField</pre>
<div class="block">The name field.</div>
</li>
</ul>
<a name="birthField">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>birthField</h4>
<pre>javax.swing.JTextField birthField</pre>
<div class="block">The birth field.</div>
</li>
</ul>
<a name="nameFieldMU">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>nameFieldMU</h4>
<pre>javax.swing.JTextField nameFieldMU</pre>
<div class="block">The name field mu.</div>
</li>
</ul>
<a name="locationField">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>locationField</h4>
<pre>javax.swing.JTextField locationField</pre>
<div class="block">The location field.</div>
</li>
</ul>
<a name="cb">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cb</h4>
<pre>javax.swing.JComboBox cb</pre>
<div class="block">The cb.</div>
</li>
</ul>
<a name="passField">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>passField</h4>
<pre>javax.swing.JPasswordField passField</pre>
<div class="block">The pass field.</div>
</li>
</ul>
<a name="passField2">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>passField2</h4>
<pre>javax.swing.JPasswordField passField2</pre>
<div class="block">The pass field2.</div>
</li>
</ul>
<a name="passLabel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>passLabel</h4>
<pre>javax.swing.JLabel passLabel</pre>
<div class="block">The pass label.</div>
</li>
</ul>
<a name="passLabel2">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>passLabel2</h4>
<pre>javax.swing.JLabel passLabel2</pre>
<div class="block">The pass label2.</div>
</li>
</ul>
<a name="labelname">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>labelname</h4>
<pre>private&nbsp;javax.swing.JLabel labelname</pre>
<div class="block">The labelname.</div>
</li>
</ul>
<a name="labelFirstName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>labelFirstName</h4>
<pre>private&nbsp;javax.swing.JLabel labelFirstName</pre>
<div class="block">The label first name.</div>
</li>
</ul>
<a name="labelBirth">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>labelBirth</h4>
<pre>private&nbsp;javax.swing.JLabel labelBirth</pre>
<div class="block">The label birth.</div>
</li>
</ul>
<a name="textName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textName</h4>
<pre>private&nbsp;javax.swing.JTextField textName</pre>
<div class="block">The text name.</div>
</li>
</ul>
<a name="textFirstName">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textFirstName</h4>
<pre>private&nbsp;javax.swing.JTextField textFirstName</pre>
<div class="block">The text first name.</div>
</li>
</ul>
<a name="textBirth">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textBirth</h4>
<pre>private&nbsp;javax.swing.JTextField textBirth</pre>
<div class="block">The text birth.</div>
</li>
</ul>
<a name="label">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>label</h4>
<pre>javax.swing.JLabel label</pre>
<div class="block">The label.</div>
</li>
</ul>
<a name="mu">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mu</h4>
<pre>private&nbsp;<a href="../FrameWork/MedUnit.html" title="class in FrameWork">MedUnit</a> mu</pre>
<div class="block">The mu.</div>
</li>
</ul>
<a name="usernameLabel">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usernameLabel</h4>
<pre>javax.swing.JLabel usernameLabel</pre>
<div class="block">The username label.</div>
</li>
</ul>
<a name="usernameField">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>usernameField</h4>
<pre>javax.swing.JTextField usernameField</pre>
<div class="block">The username field.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="SignIn(FrameWork.MedUnit)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SignIn</h4>
<pre>public&nbsp;SignIn(<a href="../FrameWork/MedUnit.html" title="class in FrameWork">MedUnit</a>&nbsp;mu)</pre>
<div class="block">Instantiates a new sign in.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>mu</code> - the mu</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="addComponentToPane(java.awt.Container)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addComponentToPane</h4>
<pre>public&nbsp;void&nbsp;addComponentToPane(java.awt.Container&nbsp;pane)</pre>
<div class="block">Adds the component to pane.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pane</code> - the pane</dd></dl>
</li>
</ul>
<a name="itemStateChanged(java.awt.event.ItemEvent)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>itemStateChanged</h4>
<pre>public&nbsp;void&nbsp;itemStateChanged(java.awt.event.ItemEvent&nbsp;evt)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>itemStateChanged</code>&nbsp;in interface&nbsp;<code>java.awt.event.ItemListener</code></dd>
</dl>
</li>
</ul>
<a name="addUser()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addUser</h4>
<pre>public&nbsp;void&nbsp;addUser()</pre>
<div class="block">Adds the user.</div>
</li>
</ul>
<a name="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getName()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>getName</code>&nbsp;in class&nbsp;<code>java.awt.Component</code></dd>
</dl>
</li>
</ul>
<a name="getFirstName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFirstName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getFirstName()</pre>
<div class="block">Gets the first name.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the first name</dd></dl>
</li>
</ul>
<a name="getBirth()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getBirth</h4>
<pre>public&nbsp;java.sql.Date&nbsp;getBirth()</pre>
<div class="block">Gets the birth.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the birth</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SignIn.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../ClientGUI/PatientGUI.html" title="class in ClientGUI"><span class="strong">Prev Class</span></a></li>
<li><a href="../ClientGUI/UserGUI.html" title="class in ClientGUI"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?ClientGUI/SignIn.html" target="_top">Frames</a></li>
<li><a href="SignIn.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_classes_inherited_from_class_java.awt.Component">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

Event Timeline