|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--org.jSyncManager.Conduit.Email.ConnectionsPanel
ConnectionsPanel.java
Inner classes inherited from class javax.swing.JPanel |
---|
javax.swing.JPanel.AccessibleJPanel |
Inner classes inherited from class javax.swing.JComponent |
---|
javax.swing.JComponent.AccessibleJComponent, javax.swing.JComponent.ActionStandin, javax.swing.JComponent.IntVector, javax.swing.JComponent.KeyboardState |
Inner classes inherited from class java.awt.Container |
---|
java.awt.Container.AccessibleAWTContainer |
Inner classes inherited from class java.awt.Component |
---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.AWTTreeLock |
Field Summary | |
---|---|
(package private) java.util.Vector |
conns
|
Fields inherited from class javax.swing.JComponent |
---|
_bounds, accessibleContext, listenerList, paintingChild, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
---|
component, containerListener, layoutMgr, listeningBoundsChildren, listeningChildren, ncomponents, needsPaint |
Fields inherited from class java.awt.Component |
---|
actionListenerK, adjustmentListenerK, appContext, background, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, componentListener, componentListenerK, componentOrientation, containerListenerK, cursor, dropTarget, enabled, eventMask, focusListener, focusListenerK, font, foreground, graphicsConfig, hasFocus, height, hierarchyBoundsListener, hierarchyBoundsListenerK, hierarchyListener, hierarchyListenerK, incRate, inputMethodListener, inputMethodListenerK, isInc, isPacked, itemListenerK, keyListener, keyListenerK, LEFT_ALIGNMENT, locale, LOCK, metrics, minSize, mouseListener, mouseListenerK, mouseMotionListener, mouseMotionListenerK, newEventsOnly, ownedWindowK, parent, peer, peerFont, popups, prefSize, RIGHT_ALIGNMENT, textListenerK, TOP_ALIGNMENT, valid, visible, width, windowClosingException, windowListenerK, x, y |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
ConnectionsPanel()
Creates new form ConnectionsPanel. |
|
ConnectionsPanel(java.util.Vector connections)
|
Method Summary | |
---|---|
javax.swing.ButtonGroup |
getBgConnType()
Getter for property bgConnType. |
javax.swing.JButton |
getBtnAdd()
Getter for property btnAdd. |
javax.swing.JButton |
getBtnMod()
Getter for property btnMod. |
javax.swing.JButton |
getBtnRem()
Getter for property btnRem. |
javax.swing.JPanel |
getButtonPanel()
Getter for property ButtonPanel. |
javax.swing.JList |
getConnList()
Getter for property connList. |
java.util.Vector |
getConns()
Getter for property conns. |
javax.swing.JPanel |
getConnTypePanel()
Getter for property ConnTypePanel. |
javax.swing.JLabel |
getLblConnType()
Getter for property lblConnType. |
javax.swing.JLabel |
getLblFrom()
Getter for property lblFrom. |
javax.swing.JLabel |
getLblHost()
Getter for property lblHost. |
javax.swing.JLabel |
getLblName()
Getter for property lblName. |
javax.swing.JLabel |
getLblPort()
Getter for property lblPort. |
javax.swing.JLabel |
getLblPwd()
Getter for property lblPwd. |
javax.swing.JLabel |
getLblUser()
Getter for property lblUser. |
javax.swing.JRadioButton |
getRbPop3()
Getter for property rbPop3. |
javax.swing.JRadioButton |
getRbSmtp()
Getter for property rbSmtp. |
protected java.lang.String |
getResourceBundleName()
Retrieves the name of the class to use as the Conduits Resource Bundle. |
javax.swing.JPanel |
getSettingsPanel()
Getter for property SettingsPanel. |
SmtpMail |
getSMTPConn()
Getter for property conns, with SMTP set. |
javax.swing.JTextField |
getTxtFrom()
Getter for property txtFrom. |
javax.swing.JTextField |
getTxtHost()
Getter for property txtHost. |
javax.swing.JTextField |
getTxtName()
Getter for property txtName. |
javax.swing.JTextField |
getTxtPort()
Getter for property txtPort. |
javax.swing.JPasswordField |
getTxtPwd()
Getter for property txtPwd. |
javax.swing.JTextField |
getTxtUser()
Getter for property txtUser. |
boolean |
isPop3()
|
static void |
main(java.lang.String[] args)
|
void |
setBgConnType(javax.swing.ButtonGroup bgConnType)
Setter for property bgConnType. |
void |
setBtnAdd(javax.swing.JButton btnAdd)
Setter for property btnAdd. |
void |
setBtnMod(javax.swing.JButton btnMod)
Setter for property btnMod. |
void |
setBtnRem(javax.swing.JButton btnRem)
Setter for property btnRem. |
void |
setButtonPanel(javax.swing.JPanel ButtonPanel)
Setter for property ButtonPanel. |
void |
setConnList(javax.swing.JList connList)
Setter for property connList. |
void |
setConns(java.util.Vector newconns)
Setter for property conns. |
void |
setConnsFromProperties()
Setter for property conns. |
void |
setConnTypePanel(javax.swing.JPanel ConnTypePanel)
Setter for property ConnTypePanel. |
void |
setLblConnType(javax.swing.JLabel lblConnType)
Setter for property lblConnType. |
void |
setLblFrom(javax.swing.JLabel lblFrom)
Setter for property lblFrom. |
void |
setLblHost(javax.swing.JLabel lblHost)
Setter for property lblHost. |
void |
setLblName(javax.swing.JLabel lblName)
Setter for property lblName. |
void |
setLblPort(javax.swing.JLabel lblPort)
Setter for property lblPort. |
void |
setLblPwd(javax.swing.JLabel lblPwd)
Setter for property lblPwd. |
void |
setLblUser(javax.swing.JLabel lblUser)
Setter for property lblUser. |
void |
setRbPop3(javax.swing.JRadioButton rbPop3)
Setter for property rbPop3. |
void |
setRbSmtp(javax.swing.JRadioButton rbSmtp)
Setter for property rbSmtp. |
void |
setSettingsPanel(javax.swing.JPanel SettingsPanel)
Setter for property SettingsPanel. |
void |
setTxtFrom(javax.swing.JTextField txtFrom)
Setter for property txtFrom. |
void |
setTxtHost(javax.swing.JTextField txtHost)
Setter for property txtHost. |
void |
setTxtName(javax.swing.JTextField txtName)
Setter for property txtName. |
void |
setTxtPort(javax.swing.JTextField txtPort)
Setter for property txtPort. |
void |
setTxtPwd(javax.swing.JPasswordField txtPwd)
Setter for property txtPwd. |
void |
setTxtUser(javax.swing.JTextField txtUser)
Setter for property txtUser. |
java.lang.String |
writeEmailProperties()
Setter for property email_connections. |
Methods inherited from class javax.swing.JPanel |
---|
|
Methods inherited from class javax.swing.JComponent |
---|
_paintImmediately, addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, alwaysOnTop, checkIfChildObscuredBySibling, componentInputMapChanged, computeVisibleRect, computeVisibleRect, compWriteObjectNotify, contains, createToolTip, disable, enable, enableSerialization, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getActionMap, getAlignmentX, getAlignmentY, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getCreatedDoubleBuffer, getDebugGraphicsOptions, getGraphics, getHeight, getInputMap, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getVerifyInputWhenFocusTarget, getVisibleRect, getWidth, getX, getY, grabFocus, hasFocus, hide, isDoubleBuffered, isFocusCycleRoot, isFocusTraversable, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processFocusEvent, processKeyBinding, processKeyBindings, processKeyBindingsForAllComponents, processKeyEvent, processMouseMotionEvent, putClientProperty, rectangleIsObscured, rectangleIsObscuredBySibling, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setCreatedDoubleBuffer, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPaintingChild, setPreferredSize, setRequestFocusEnabled, setToolTipText, setUI, setVerifyInputWhenFocusTarget, setVisible, shouldDebugGraphics, superProcessMouseMotionEvent, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, addImpl, adjustListeningChildren, applyOrientation, checkGD, countComponents, createChildHierarchyEvents, createHierarchyEvents, deliverEvent, dispatchEventImpl, dispatchEventToSelf, doLayout, eventEnabled, findComponentAt, findComponentAt, findComponentAt, getAccessibleAt, getAccessibleChild, getAccessibleChildrenCount, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents_NoClientCode, getComponents, getLayout, getMouseEventTarget, getWindow, insets, invalidate, invalidateTree, isAncestorOf, layout, lightweightPaint, lightweightPrint, list, list, locate, minimumSize, nextFocus, numListening, paintComponents, paintHeavyweightComponents, postProcessKeyEvent, postsOldMouseEvents, preferredSize, preProcessKeyEvent, printComponents, printHeavyweightComponents, processContainerEvent, processEvent, proxyEnableEvents, proxyRequestFocus, remove, remove, removeAll, removeContainerListener, setFocusOwner, setLayout, transferFocus, validate, validateTree |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, areInputMethodsEnabled, bounds, checkImage, checkImage, checkWindowClosingException, coalesceEvents, constructComponentName, contains, createImage, createImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getAccessibleIndexInParent, getAccessibleStateSet, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont_NoClientCode, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocationOnScreen_NoTreeLock, getLocationOnScreen, getName, getNativeContainer, getParent_NoClientCode, getParent, getPeer, getSize, getToolkit, getToolkitImpl, getTreeLock, gotFocus, handleEvent, imageUpdate, inside, isDisplayable, isEnabled, isEnabledImpl, isLightweight, isRecursivelyVisible, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, resetGC, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.util.Vector conns
Constructor Detail |
public ConnectionsPanel()
public ConnectionsPanel(java.util.Vector connections)
Method Detail |
public javax.swing.ButtonGroup getBgConnType()
public void setBgConnType(javax.swing.ButtonGroup bgConnType)
bgConnType
- New value of property bgConnType.public javax.swing.JButton getBtnAdd()
public void setBtnAdd(javax.swing.JButton btnAdd)
btnAdd
- New value of property btnAdd.public javax.swing.JPanel getButtonPanel()
public void setButtonPanel(javax.swing.JPanel ButtonPanel)
ButtonPanel
- New value of property ButtonPanel.public javax.swing.JList getConnList()
public void setConnList(javax.swing.JList connList)
connList
- New value of property connList.public javax.swing.JPanel getConnTypePanel()
public void setConnTypePanel(javax.swing.JPanel ConnTypePanel)
ConnTypePanel
- New value of property ConnTypePanel.public javax.swing.JLabel getLblConnType()
public void setLblConnType(javax.swing.JLabel lblConnType)
lblConnType
- New value of property lblConnType.public javax.swing.JLabel getLblHost()
public void setLblHost(javax.swing.JLabel lblHost)
lblHost
- New value of property lblHost.public javax.swing.JLabel getLblName()
public void setLblName(javax.swing.JLabel lblName)
lblName
- New value of property lblName.public javax.swing.JLabel getLblPort()
public void setLblPort(javax.swing.JLabel lblPort)
lblPort
- New value of property lblPort.public javax.swing.JLabel getLblPwd()
public void setLblPwd(javax.swing.JLabel lblPwd)
lblPwd
- New value of property lblPwd.public javax.swing.JLabel getLblUser()
public void setLblUser(javax.swing.JLabel lblUser)
lblUser
- New value of property lblUser.public javax.swing.JRadioButton getRbPop3()
public void setRbPop3(javax.swing.JRadioButton rbPop3)
rbPop3
- New value of property rbPop3.public javax.swing.JRadioButton getRbSmtp()
public void setRbSmtp(javax.swing.JRadioButton rbSmtp)
rbSmtp
- New value of property rbSmtp.public javax.swing.JPanel getSettingsPanel()
public void setSettingsPanel(javax.swing.JPanel SettingsPanel)
SettingsPanel
- New value of property SettingsPanel.public javax.swing.JTextField getTxtHost()
public void setTxtHost(javax.swing.JTextField txtHost)
txtHost
- New value of property txtHost.public javax.swing.JTextField getTxtName()
public void setTxtName(javax.swing.JTextField txtName)
txtName
- New value of property txtName.public javax.swing.JTextField getTxtPort()
public void setTxtPort(javax.swing.JTextField txtPort)
txtPort
- New value of property txtPort.public javax.swing.JPasswordField getTxtPwd()
public void setTxtPwd(javax.swing.JPasswordField txtPwd)
txtPwd
- New value of property txtPwd.public javax.swing.JTextField getTxtUser()
public void setTxtUser(javax.swing.JTextField txtUser)
txtUser
- New value of property txtUser.public javax.swing.JButton getBtnMod()
public void setBtnMod(javax.swing.JButton btnMod)
btnMod
- New value of property btnMod.public javax.swing.JButton getBtnRem()
public void setBtnRem(javax.swing.JButton btnRem)
btnRem
- New value of property btnRem.public java.util.Vector getConns()
public void setConnsFromProperties()
conns
- New value of property conns.public void setConns(java.util.Vector newconns)
conns
- New value of property conns.public boolean isPop3()
public SmtpMail getSMTPConn()
public java.lang.String writeEmailProperties() throws java.io.FileNotFoundException, java.io.IOException
email_connections
- New value of property email_connections.protected java.lang.String getResourceBundleName()
public static void main(java.lang.String[] args)
public javax.swing.JLabel getLblFrom()
public void setLblFrom(javax.swing.JLabel lblFrom)
lblFrom
- New value of property lblFrom.public javax.swing.JTextField getTxtFrom()
public void setTxtFrom(javax.swing.JTextField txtFrom)
txtFrom
- New value of property txtFrom.
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |