|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
oracle.dacf.control.swing.LoginDlg
Class to fetch login information from the user
Nested Class Summary |
Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary |
Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface oracle.dacf.control.Control |
DEFAULT_INFOBUS_NAME, EVENT_PROPERTY_ROW, EVENT_PROPERTY_ROW_CHANGE, EVENT_PROPERTY_ROW_COUNT, EVENT_PROPERTY_VIEW_CHANGE, EVENT_PROPERTY_VIEW_REFRESHED, EVENT_PROPERTY_VIEW_SCROLLED, EXCLUDE, HIDE, SHOW |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
LoginDlg()
Constructor |
|
LoginDlg(java.lang.String title)
Constructor with a title |
|
LoginDlg(java.lang.String title,
java.awt.Frame f,
java.lang.String[] databaseURL,
java.lang.String[] driverType)
Constructor Construct the login dialog, specify only the connect string and dirver type fileds. |
|
LoginDlg(java.lang.String title,
java.awt.Frame f,
java.lang.String user,
java.lang.String password)
Constructor Construct the login dialog, specify only the user and password fields |
|
LoginDlg(java.lang.String title,
java.awt.Frame f,
java.lang.String user,
java.lang.String password,
java.lang.String[] databaseURL,
java.lang.String[] driverType)
Constructor |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
addNavigatedListener(NavigatedListener listener)
not supported |
void |
addNavigatingListener(NavigatingListener listener)
not supported |
void |
dataItemAdded(javax.infobus.DataItemAddedEvent event)
Not supported. |
void |
dataItemChanged(java.lang.Object oldDataItem,
java.lang.Object newDataItem)
Notifies the control that the bound InfoBus DataItem has changed. |
void |
dataItemDeleted(javax.infobus.DataItemDeletedEvent event)
Not supported. |
void |
dataItemRevoked(javax.infobus.DataItemRevokedEvent event)
Not supported. |
void |
dataItemValueChanged(javax.infobus.DataItemValueChangedEvent event)
Not supported. |
java.awt.Component |
getComponent()
Returns the AWT component associated with this control. |
java.lang.String |
getConnectString()
Deprecated. no longer used |
java.lang.Object |
getDataItem()
Returns the InfoBus DataItem this control is bound to. |
java.lang.String |
getDataItemName()
Returns the name of the InfoBus DataItem this control is bound to. |
int |
getDialogExitCode()
Deprecated. showDialog() returns the final status |
java.lang.String |
getDriverType()
Deprecated. no longer used |
int |
getDriverTypeIndex()
Deprecated. no longer used |
javax.swing.Icon |
getImageIcon()
get the icon currently in use |
java.lang.String |
getInfoBusName()
Returns the name of the InfoBus this control is connected to. |
java.lang.String |
getPassword()
Deprecated. no longer used |
java.lang.String |
getUser()
Deprecated. no longer used |
boolean |
isFocusValidated()
Determines whether focus into this control causes validation to occur. |
boolean |
isShowApplicationModuleClass()
Returns whether the LoginDlg displays a ApplicationModuleClass entry field. |
boolean |
isShowApplicationModuleType()
Deprecated. setting this no longer has any effect |
boolean |
isShowConnectionMode()
Deprecated. setting this no longer has any effect |
boolean |
isShowConnectionNames()
Returns whether the LoginDlg displays a ConnectionNames entry field. |
boolean |
isShowConnectionURL()
Returns whether the LoginDlg displays a ConnectionURL entry field. |
boolean |
isShowConnectString()
Deprecated. superceded by #isShowDatabaseURL |
boolean |
isShowDatabaseURL()
Returns whether the LoginDlg displays a databaseURL field. |
boolean |
isShowDbAccessDescriptor()
Deprecated. setting this no longer has any effect |
boolean |
isShowDeploymentPlatform()
Deprecated. setting this no longer has any effect |
boolean |
isShowDriverClass()
Deprecated. |
boolean |
isShowDriverType()
Returns whether the LoginDlg displays a DriverType entry field. |
boolean |
isShowIIOPConnectionNames()
Returns whether the LoginDlg displays a IIOP ConnectionNames entry field. |
boolean |
isShowLockingMode()
Returns whether the LoginDlg displays a LockingMode entry field. |
boolean |
isShowPassword()
Returns whether the LoginDlg displays a Password entry field. |
boolean |
isShowRemoteApplicationPath()
Returns whether the LoginDlg displays a RemoteApplicationPath entry field. |
boolean |
isShowRemoteHost()
Deprecated. |
boolean |
isShowRemoteHostPort()
Deprecated. |
boolean |
isShowServerTimeout()
Returns whether the LoginDlg displays a ServerTimeout entry field. |
boolean |
isShowUser()
Returns whether the LoginDlg displays a User entry field. |
void |
processNavigatedEvent(NavigatedEvent event)
not supported |
void |
processNavigatingEvent(NavigatingEvent event)
Not supported. |
protected void |
processWindowEvent(java.awt.event.WindowEvent e)
This method is called when a window event occurs. |
void |
releaseResources(InfoBusManagerReleaseEvent e)
A signalling method used to indicate the the control should free all resources and unregister any listeners that it has registered. |
void |
removeNavigatedListener(NavigatedListener listener)
not supported |
void |
removeNavigatingListener(NavigatingListener listener)
not supported |
void |
rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent event)
Not supported. |
void |
setDataItemName(java.lang.String dataItemName)
specify the name of the SessionInfo to connect to. |
void |
setDialogIcon(javax.swing.Icon i)
Specify icon to be used in the dialog |
void |
setEnabled(boolean b)
An override of java.awt.Component.setEnabled. |
void |
setFocusValidated(boolean focusValidated)
Sets whether focus into this control causes validation to occur. |
void |
setInfoBusName(java.lang.String infoBusName)
Sets the name of the InfoBus this control is connected to. |
void |
setShowApplicationModuleClass(boolean display)
Sets whether the LoginDlg displays a ApplicationModuleClass entry field. |
void |
setShowApplicationModuleType(boolean display)
Deprecated. setting this no longer has any effect |
void |
setShowConnectionMode(boolean display)
Deprecated. setting this no longer has any effect |
void |
setShowConnectionNames(boolean display)
Sets whether the LoginDlg displays a ConnectionNames selection field. |
void |
setShowConnectionURL(boolean display)
Sets whether the LoginDlg displays a ConnectionURL entry field. |
void |
setShowConnectString(boolean display)
Deprecated. superceded by #setShowDatabaseURL |
void |
setShowDatabaseURL(boolean display)
Sets whether the LoginDlg displays a DatabaseURL entry field. |
void |
setShowDbAccessDescriptor(boolean display)
Deprecated. setting this no longer has any effect |
void |
setShowDeploymentPlatform(boolean display)
Deprecated. setting this no longer has any effect |
void |
setShowDriverClass(boolean display)
Deprecated. |
void |
setShowDriverType(boolean display)
Sets whether the LoginDlg displays a DriverType entry field. |
void |
setShowIIOPConnectionNames(boolean display)
Sets whether the LoginDlg displays a IIOP ConnectionNames selection field. |
void |
setShowLockingMode(boolean display)
Sets whether the LoginDlg displays a LockingMode entry field. |
void |
setShowPassword(boolean display)
Sets whether the LoginDlg displays a Password entry field. |
void |
setShowRemoteApplicationPath(boolean display)
Sets whether the LoginDlg displays a RemoteApplicationPath entry field. |
void |
setShowRemoteHost(boolean display)
Deprecated. |
void |
setShowRemoteHostPort(boolean display)
Deprecated. |
void |
setShowServerTimeout(boolean display)
Sets whether the LoginDlg displays a ServerTimeout entry field. |
void |
setShowUser(boolean display)
Sets whether the LoginDlg displays a User entry field. |
void |
show()
display the dialog and ask input from user |
int |
showDialog()
display the dialog and ask input from user If user clicks OK, user, password and connect string will be set to user specified values otherwise null |
Methods inherited from class javax.swing.JDialog |
addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated |
Methods inherited from class java.awt.Window |
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, finalize, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, toBack, toFront |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, removeNotify, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LoginDlg()
public LoginDlg(java.lang.String title)
title
- for the dialogpublic LoginDlg(java.lang.String title, java.awt.Frame f, java.lang.String user, java.lang.String password)
title
- title for our dialogf
- frame to use as dialog's parentuser
- user namepassword
- passwordpublic LoginDlg(java.lang.String title, java.awt.Frame f, java.lang.String[] databaseURL, java.lang.String[] driverType)
title
- title for our dialogf
- frame to use as dialog's parentpublic LoginDlg(java.lang.String title, java.awt.Frame f, java.lang.String user, java.lang.String password, java.lang.String[] databaseURL, java.lang.String[] driverType)
title
- title for our dialogf
- frame to use as dialog's parentuser
- user namepassword
- passwordMethod Detail |
public int showDialog()
public void show()
public int getDialogExitCode()
public java.lang.String getUser()
public java.lang.String getPassword()
public java.lang.String getConnectString()
public java.lang.String getDriverType()
public int getDriverTypeIndex()
public boolean isShowUser()
public void setShowPassword(boolean display)
If true, the LoginDlg will display the current value of Password, allowing the value to be changed if desired.
public boolean isShowPassword()
public void setShowUser(boolean display)
If true, the LoginDlg will display the current value of User, allowing the value to be changed if desired.
public boolean isShowDatabaseURL()
public boolean isShowConnectString()
public void setShowDatabaseURL(boolean display)
If true, the LoginDlg will display the current value of DatabaseURL and the other selections, allowing the value to be changed if desired. DatabaseURL works in conjunction with #setDriverType to define the connectionURL for Oracle JDBC drivers. DriverType is mutually exclusive of the ConnectionURL and DriverClass fields. Enabling the display of this field will disable those.
public void setShowConnectString(boolean display)
public boolean isShowDriverType()
public void setShowDriverType(boolean display)
If true, the LoginDlg will display the current value of DriverType, allowing the value to be changed if desired. DriverType works in conjunction with #setDatabaseURL to define the connectionURL for Oracle JDBC drivers. DriverType is mutually exclusive of the ConnectionURL and DriverClass fields. Enabling the display of this field will disable those.
public boolean isShowConnectionURL()
public void setShowConnectionURL(boolean display)
If true, the LoginDlg will display the current value of ConnectionURL, allowing the value to be changed if desired. ConnectionURL is mutually exclusive of the DatabaseURL and DriverType fields. Enabling the display of this field will disable those.
public boolean isShowDriverClass()
public void setShowDriverClass(boolean display)
If true, the LoginDlg will display the current value of DriverClass, allowing the value to be changed if desired. DriverClass is mutually exclusive of the DatabaseURL and DriverType fields. Enabling this field will disable those.
public boolean isShowConnectionNames()
public void setShowIIOPConnectionNames(boolean display)
If true, the LoginDlg will display the available IIOP connection names.
public boolean isShowIIOPConnectionNames()
public void setShowConnectionNames(boolean display)
If true, the LoginDlg will display the available connection names.
public boolean isShowApplicationModuleType()
public void setShowApplicationModuleType(boolean display)
If true, the LoginDlg will display the current value of ApplicationModuleType, allowing the value to be changed if desired.
public boolean isShowApplicationModuleClass()
public void setShowApplicationModuleClass(boolean display)
If true, the LoginDlg will display the current value of ApplicationModuleClass, allowing the value to be changed if desired.
public boolean isShowLockingMode()
public void setShowLockingMode(boolean display)
If true, the LoginDlg will display the current value of LockingMode, allowing the value to be changed if desired.
public boolean isShowServerTimeout()
public void setShowServerTimeout(boolean display)
If true, the LoginDlg will display the current value of ServerTimeout, allowing the value to be changed if desired.
public boolean isShowDeploymentPlatform()
public void setShowDeploymentPlatform(boolean display)
If true, the LoginDlg will display the current value of DeploymentPlatform, allowing the value to be changed if desired.
public boolean isShowConnectionMode()
public void setShowConnectionMode(boolean display)
If true, the LoginDlg will display the current value of ConnectionMode, allowing the value to be changed if desired.
public boolean isShowRemoteHost()
public void setShowRemoteHost(boolean display)
If true, the LoginDlg will display the current value of RemoteHost, allowing the value to be changed if desired. This method is depreceated. Use setShowIIOPConnectionName
public boolean isShowRemoteHostPort()
public void setShowRemoteHostPort(boolean display)
If true, the LoginDlg will display the current value of RemoteHostPort, allowing the value to be changed if desired. This method is depreceated. Use isShowIIOPConnectionName
public boolean isShowRemoteApplicationPath()
public void setShowRemoteApplicationPath(boolean display)
If true, the LoginDlg will display the current value of RemoteApplicationPath, allowing the value to be changed if desired.
public void setShowDbAccessDescriptor(boolean display)
If true, the LoginDlg will display the current value of DbAccess Descriptor, allowing the value to be changed if desired.
public boolean isShowDbAccessDescriptor()
public void setDataItemName(java.lang.String dataItemName)
setDataItemName
in interface Control
dataItemName
- : name of the session to connect toControl.getDataItem()
,
ControlSupport.setDataItemName(java.lang.String)
public java.lang.String getDataItemName()
Control
Most controls should delegate this method to ControlSupport.
getDataItemName
in interface Control
Control.getDataItem()
,
ControlSupport.getDataItemName()
public void setDialogIcon(javax.swing.Icon i)
i
- icon to be used in the dialogpublic javax.swing.Icon getImageIcon()
public void releaseResources(InfoBusManagerReleaseEvent e)
InfoBusManagerListener
releaseResources
in interface InfoBusManagerListener
public void setEnabled(boolean b)
setEnabled
in interface Control
b
- boolean flag indicating whether the control is enabledpublic java.lang.String getInfoBusName()
getInfoBusName
in interface Control
ControlSupport.getInfoBusName()
public void setInfoBusName(java.lang.String infoBusName)
By default, the control is connected to the default InfoBus, named DEFAULT_INFOBUS_NAME.
If the named InfoBus does not exist, it is created automatically.
If the control is already connected to an InfoBus, it is disconnected first.
setInfoBusName
in interface Control
infoBusName
- The name of the InfoBus to connect to.Control.DEFAULT_INFOBUS_NAME
,
ControlSupport.setInfoBusName(java.lang.String)
public java.lang.Object getDataItem()
Most controls should delegate this method to ControlSupport.
getDataItem
in interface Control
ControlSupport#getDataItem
public void dataItemChanged(java.lang.Object oldDataItem, java.lang.Object newDataItem)
The control can safely ignore this notification.
dataItemChanged
in interface Control
oldDataItem
- The formerly bound DataItem (can be null).newDataItem
- The newly bound DataItem (can be null).public java.awt.Component getComponent()
getComponent
in interface Control
public boolean isFocusValidated()
Most controls should delegate this method to ControlSupport.
isFocusValidated
in interface Control
ControlSupport#isFocusValidated
public void setFocusValidated(boolean focusValidated)
Most controls should delegate this method to ControlSupport.
setFocusValidated
in interface Control
focusValidated
- If true, focus into this control will
cause validation to occur.ControlSupport#setFocusValidated
public void addNavigatedListener(NavigatedListener listener)
addNavigatedListener
in interface Control
listener
- The listener to add.ControlSupport.addNavigatedListener(oracle.dacf.control.NavigatedListener)
public void removeNavigatedListener(NavigatedListener listener)
removeNavigatedListener
in interface Control
listener
- The listener to remove.ControlSupport.removeNavigatedListener(oracle.dacf.control.NavigatedListener)
public void processNavigatedEvent(NavigatedEvent event)
processNavigatedEvent
in interface Control
event
- The navigated event.ControlSupport.processNavigatedEvent(oracle.dacf.control.NavigatedEvent)
public void addNavigatingListener(NavigatingListener listener)
addNavigatingListener
in interface Control
listener
- The listener to add.ControlSupport.addNavigatedListener(oracle.dacf.control.NavigatedListener)
public void removeNavigatingListener(NavigatingListener listener)
removeNavigatingListener
in interface Control
listener
- The listener to remove.ControlSupport.removeNavigatedListener(oracle.dacf.control.NavigatedListener)
public void processNavigatingEvent(NavigatingEvent event) throws NavigatingException
processNavigatingEvent
in interface Control
event
- The navigating event.
NavigatingException
- If the navigation is redirected to a
different control.ControlSupport.processNavigatedEvent(oracle.dacf.control.NavigatedEvent)
public final void rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent event)
rowsetCursorMoved
in interface javax.infobus.DataItemChangeListener
event
- Contains details of the cursor move.DataItemChangeListener.rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent)
public final void dataItemValueChanged(javax.infobus.DataItemValueChangedEvent event)
dataItemValueChanged
in interface javax.infobus.DataItemChangeListener
event
- Contains change information.DataItemChangeListener.dataItemValueChanged(javax.infobus.DataItemValueChangedEvent)
public final void dataItemAdded(javax.infobus.DataItemAddedEvent event)
dataItemAdded
in interface javax.infobus.DataItemChangeListener
event
- Contains details of the addition.DataItemChangeListener.dataItemAdded(javax.infobus.DataItemAddedEvent)
public final void dataItemDeleted(javax.infobus.DataItemDeletedEvent event)
dataItemDeleted
in interface javax.infobus.DataItemChangeListener
event
- Contains details of the deletion.DataItemChangeListener.dataItemDeleted(javax.infobus.DataItemDeletedEvent)
public final void dataItemRevoked(javax.infobus.DataItemRevokedEvent event)
dataItemRevoked
in interface javax.infobus.DataItemChangeListener
event
- Contains details of the revoked data.DataItemChangeListener.dataItemRevoked(javax.infobus.DataItemRevokedEvent)
protected void processWindowEvent(java.awt.event.WindowEvent e)
e
- the event which caused this method to be calledpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.