|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.sasserver.EISSelectorDialog
public class EISSelectorDialog
EISSelectorDialog is a dialog that allows selection of eis entries.
Field Summary | |
---|---|
protected ListBox |
catalogEntryListBox
ListBox used to display the eis application entries. |
protected ListBox |
catalogListBox
ListBox used to display catalogs. |
protected ListBox |
libraryListBox
ListBox used to display libraries. |
protected com.sas.sasserver.metabaselist.MetabaseListInterface |
metabaseList
MetabaseListInterface object used to retrieve eis application information. |
static java.lang.String |
RB_KEY
|
Fields inherited from class com.sas.sasserver.RemoteObjectSelectorDialog |
---|
connection, owner, remoteObjects, rocf |
Fields inherited from class com.sas.visuals.OkCancelHelpDialog |
---|
CANCEL, CLOSE, HELP |
Fields inherited from class com.sas.visuals.ButtonDialog |
---|
buttonPanel, buttons, panel |
Fields inherited from class com.sas.awt.Dialog |
---|
_cantUseSASModal, _inApplet, _modal, autoDispose, READY, setVisibleCalled, t |
Constructor Summary | |
---|---|
EISSelectorDialog(java.awt.Frame parent,
java.awt.Component owner,
com.sas.rmi.Connection connection,
boolean cloneConnection,
com.sas.rmi.Rocf rocf,
java.lang.String eisEntry)
Constructs an EISSelectorDialog. |
|
EISSelectorDialog(java.awt.Frame parent,
java.awt.Component owner,
com.sas.rmi.Connection connection,
com.sas.rmi.Rocf rocf,
java.lang.String eisEntry)
Constructs an EISSelectorDialog. |
|
EISSelectorDialog(java.awt.Frame parent,
com.sas.rmi.Connection connection,
com.sas.rmi.Rocf rocf,
java.lang.String eisEntry)
Deprecated. Use EISSelectorDialog(Frame, Component, Connection, Rocf, String) |
Method Summary | |
---|---|
protected void |
createRemoteObjects()
Creates an instance of MetabaseListInterface. |
protected void |
disposeRemoteObjects()
Clears existing remote objects. |
java.lang.String |
getEISEntry()
Returns the full name of the selected eis application entry. |
void |
initialize()
Initializes the selector dialog. |
void |
itemStateChanged(java.awt.event.ItemEvent event)
Handles ItemEvent processing. |
Methods inherited from class com.sas.sasserver.RemoteObjectSelectorDialog |
---|
dispose, registerRemoteBaseClient, setVisible, wasCancelled, wasExceptionThrown |
Methods inherited from class com.sas.visuals.OkCancelHelpDialog |
---|
actionPerformed, cancel, close, help, isValidateBeforeClosing, setValidateBeforeClosing, windowClosing |
Methods inherited from class com.sas.visuals.ButtonDialog |
---|
getButtonPanel, getMainPanel, windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
Methods inherited from class com.sas.awt.Dialog |
---|
center, centerOver, centerOverWindow, fireReadySignal, getAutoDispose, getDefaultHeight, getDefaultWidth, getExtendedBeanInfo, getText, hide, isSASModalEnabled, newDispatchThread, processWindowEvent, setAutoDispose, setDefaultHeight, setDefaultWidth, setModal, setResizable, setSASModalEnabled, setText, setTitle, setVisible, show, stopDispatchThread, waitForReadySignal, waitTilReady |
Methods inherited from interface com.sas.awt.ContainerInterface |
---|
getComponents, getLayout, invalidate, setLayout, validate |
Field Detail |
---|
public static final java.lang.String RB_KEY
protected com.sas.sasserver.metabaselist.MetabaseListInterface metabaseList
protected ListBox libraryListBox
protected ListBox catalogListBox
protected ListBox catalogEntryListBox
Constructor Detail |
---|
public EISSelectorDialog(java.awt.Frame parent, com.sas.rmi.Connection connection, com.sas.rmi.Rocf rocf, java.lang.String eisEntry)
parent
- the parent frameconnection
- the connection objectrocf
- the rocf object used to create the remote objectslibrary
- the initial library to select, may be nullpublic EISSelectorDialog(java.awt.Frame parent, java.awt.Component owner, com.sas.rmi.Connection connection, com.sas.rmi.Rocf rocf, java.lang.String eisEntry)
parent
- the parent frameowner
- the owner of the dialog, may also be the parentconnection
- the connection objectrocf
- the rocf object used to create the remote objectslibrary
- the initial library to select, may be nullpublic EISSelectorDialog(java.awt.Frame parent, java.awt.Component owner, com.sas.rmi.Connection connection, boolean cloneConnection, com.sas.rmi.Rocf rocf, java.lang.String eisEntry)
parent
- the parent frameowner
- the owner of the dialog, may also be the parentconnection
- the connection objectcloneConnection
- rocf
- the rocf object used to create the remote objectslibrary
- the initial library to select, may be nullMethod Detail |
---|
public void initialize()
initialize
in interface com.sas.ComponentInterface
initialize
in class RemoteObjectSelectorDialog
RemoteObjectSelectorDialog.initialize()
protected void createRemoteObjects() throws java.lang.Exception
createRemoteObjects
in class RemoteObjectSelectorDialog
java.lang.Exception
RemoteObjectSelectorDialog.createRemoteObjects()
protected void disposeRemoteObjects()
disposeRemoteObjects
in class RemoteObjectSelectorDialog
RemoteObjectSelectorDialog.disposeRemoteObjects()
public java.lang.String getEISEntry()
public void itemStateChanged(java.awt.event.ItemEvent event)
itemStateChanged
in interface java.awt.event.ItemListener
ItemListener.itemStateChanged(java.awt.event.ItemEvent)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |