|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.sasserver.LibrarySelectorDialog
public class LibrarySelectorDialog
LibrarySelectorDialog
| Field Summary | |
|---|---|
protected java.lang.String |
library
Initial and selected library. |
protected com.sas.sasserver.librarylist.LibraryListInterface |
libraryList
The library list used to populate the ListBox. |
protected ListBox |
listbox
ListBox used to display the available libraries. |
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 | |
|---|---|
LibrarySelectorDialog(java.awt.Frame parent,
java.awt.Component owner,
com.sas.rmi.Connection connection,
boolean cloneConnection,
com.sas.rmi.Rocf rocf,
java.lang.String library)
|
|
LibrarySelectorDialog(java.awt.Frame parent,
java.awt.Component owner,
com.sas.rmi.Connection connection,
com.sas.rmi.Rocf rocf,
java.lang.String library)
Constructs a LibrarySelectorDialog. |
|
LibrarySelectorDialog(java.awt.Frame parent,
com.sas.rmi.Connection connection,
com.sas.rmi.Rocf rocf,
java.lang.String library)
Constructs a LibrarySelectorDialog. |
|
| Method Summary | |
|---|---|
protected void |
close()
|
protected void |
createRemoteObjects()
Creates an instance of LibraryListInterface. |
protected void |
disposeRemoteObjects()
Cleans up created remote objects. |
java.lang.String |
getLibrary()
Returns the selected library. |
void |
initialize()
Initializes the RemoteObjectSelectorDialog. |
| Methods inherited from class com.sas.sasserver.RemoteObjectSelectorDialog |
|---|
dispose, registerRemoteBaseClient, setVisible, wasCancelled, wasExceptionThrown |
| Methods inherited from class com.sas.visuals.OkCancelHelpDialog |
|---|
actionPerformed, cancel, 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.librarylist.LibraryListInterface libraryList
protected ListBox listbox
protected java.lang.String library
| Constructor Detail |
|---|
public LibrarySelectorDialog(java.awt.Frame parent,
com.sas.rmi.Connection connection,
com.sas.rmi.Rocf rocf,
java.lang.String library)
parent - the parent frameconnection - the connection objectrocf - the rocf object used to create the remote objectslibrary - the initial library to select, may be null
public LibrarySelectorDialog(java.awt.Frame parent,
java.awt.Component owner,
com.sas.rmi.Connection connection,
com.sas.rmi.Rocf rocf,
java.lang.String library)
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 null
public LibrarySelectorDialog(java.awt.Frame parent,
java.awt.Component owner,
com.sas.rmi.Connection connection,
boolean cloneConnection,
com.sas.rmi.Rocf rocf,
java.lang.String library)
| Method Detail |
|---|
public java.lang.String getLibrary()
public void initialize()
RemoteObjectSelectorDialog
initialize in interface ComponentInterfaceinitialize in class RemoteObjectSelectorDialogRemoteObjectSelectorDialog.initialize()protected void close()
close in class OkCancelHelpDialog
protected void createRemoteObjects()
throws java.lang.Exception
createRemoteObjects in class RemoteObjectSelectorDialogjava.lang.ExceptionRemoteObjectSelectorDialog.createRemoteObjects()protected void disposeRemoteObjects()
RemoteObjectSelectorDialog
disposeRemoteObjects in class RemoteObjectSelectorDialogRemoteObjectSelectorDialog.disposeRemoteObjects()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||