|
dbdrowser b2007092301 |
|||||||||
前 次 | フレームあり フレームなし |
パッケージ org.phosphoresce.dbbrowser.exception |
---|
Class org.phosphoresce.dbbrowser.exception.BrowserPropertiesException extends java.lang.Exception implements Serializable |
---|
パッケージ org.phosphoresce.dbbrowser.gui.common |
---|
Class org.phosphoresce.dbbrowser.gui.common.DialogHeaderPanel extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ELabel applicationLogoImage
org.phosphoresce.commons.eswing.ELabel headerMessage
Class org.phosphoresce.dbbrowser.gui.common.FrameHeaderPanel extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ELabel headerImage
org.phosphoresce.commons.eswing.ELabel headerTitile
org.phosphoresce.commons.eswing.ELabel headerTitileShadow
org.phosphoresce.commons.eswing.ELabel headerDescription
Class org.phosphoresce.dbbrowser.gui.common.FrameStatusBarPanel extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
java.lang.Thread refreshThread
org.phosphoresce.commons.eswing.ELabel statusBarSpacer
java.text.NumberFormat memoryNumberFormat
org.phosphoresce.commons.eswing.ELabel memoryBarLabel
org.phosphoresce.commons.eswing.EProgressBar memoryBar
org.phosphoresce.commons.eswing.ELabel jdbcUrlLabel
パッケージ org.phosphoresce.dbbrowser.gui.common.component |
---|
Class org.phosphoresce.dbbrowser.gui.common.component.CatalogSchemaTableListCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable |
---|
Class org.phosphoresce.dbbrowser.gui.common.component.CatalogSchemaTableListPanel extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ETree tableTree
org.phosphoresce.commons.eswing.EScrollPane tableTreeScrollPane
パッケージ org.phosphoresce.dbbrowser.gui.common.window |
---|
Class org.phosphoresce.dbbrowser.gui.common.window.ConnectionConfigureFrame extends org.phosphoresce.commons.eswing.EDialog implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
DatabaseBrowserSession browserSession
ConnectionConfigureFrame instance
org.phosphoresce.commons.eswing.EPanel contentsPanel
DialogHeaderPanel dialogHeaderPanel
org.phosphoresce.commons.eswing.extend.EFieldSet jdbcFieldSet
org.phosphoresce.commons.eswing.ELabel jdbcDefinitionListLabel
org.phosphoresce.commons.eswing.EComboBox jdbcDefinitionList
org.phosphoresce.commons.eswing.ELabel jdbcDefinitionNameLabel
org.phosphoresce.commons.eswing.ETextField jdbcDefinitionNameField
org.phosphoresce.commons.eswing.ELabel jdbcDriverClassLabel
org.phosphoresce.commons.eswing.ETextField jdbcDriverClassField
org.phosphoresce.commons.eswing.ELabel jdbcUrlLabel
org.phosphoresce.commons.eswing.ETextField jdbcUrlField
org.phosphoresce.commons.eswing.ELabel jdbcUserLabel
org.phosphoresce.commons.eswing.ETextField jdbcUserField
org.phosphoresce.commons.eswing.ELabel jdbcPasswordLabel
org.phosphoresce.commons.eswing.EPasswordField jdbcPasswordField
org.phosphoresce.commons.eswing.EPanel buttonPanel
org.phosphoresce.commons.eswing.ELabel buttonPanelSpacer
org.phosphoresce.commons.eswing.EButton cancelButton
org.phosphoresce.commons.eswing.EButton clearButton
org.phosphoresce.commons.eswing.EButton connectButton
org.phosphoresce.commons.eswing.EButton saveButton
Class org.phosphoresce.dbbrowser.gui.common.window.MessageDialog extends org.phosphoresce.commons.eswing.EDialog implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
int pressedButton
org.phosphoresce.commons.eswing.EPanel contentsPanel
org.phosphoresce.commons.eswing.ELabel dialogIconLabel
org.phosphoresce.commons.eswing.ELabel messageLabel
org.phosphoresce.commons.eswing.EPanel messageContentsPanel
org.phosphoresce.commons.eswing.EPanel buttonPanel
boolean okButtonVisible
org.phosphoresce.commons.eswing.EButton okButton
boolean retryButtonVisible
org.phosphoresce.commons.eswing.EButton retryButton
boolean cancelButtonVisible
org.phosphoresce.commons.eswing.EButton cancelButton
boolean yesButtonVisible
org.phosphoresce.commons.eswing.EButton yesButton
boolean noButtonVisible
org.phosphoresce.commons.eswing.EButton noButton
boolean detailButtonVisible
org.phosphoresce.commons.eswing.EButton detailButton
org.phosphoresce.commons.eswing.EScrollPane detailMessageScrollPane
org.phosphoresce.commons.eswing.ETextArea detailMessageField
パッケージ org.phosphoresce.dbbrowser.gui.panel.dbinformation |
---|
Class org.phosphoresce.dbbrowser.gui.panel.dbinformation.DatabaseDetailFieldSet extends org.phosphoresce.commons.eswing.extend.EFieldSet implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ELabel catalogTermLabel
org.phosphoresce.commons.eswing.ELabel catalogTerm
org.phosphoresce.commons.eswing.ELabel procedureTermLabel
org.phosphoresce.commons.eswing.ELabel procedureTerm
org.phosphoresce.commons.eswing.ELabel schemaTermLabel
org.phosphoresce.commons.eswing.ELabel schemaTerm
org.phosphoresce.commons.eswing.ELabel catalogSeparatorLabel
org.phosphoresce.commons.eswing.ELabel catalogSeparator
org.phosphoresce.commons.eswing.ELabel catalogListLabel
org.phosphoresce.commons.eswing.EScrollPane catalogListScrollPane
org.phosphoresce.commons.eswing.EList catalogList
org.phosphoresce.commons.eswing.ELabel schemaListLabel
org.phosphoresce.commons.eswing.EScrollPane schemaListScrollPane
org.phosphoresce.commons.eswing.EList schemaList
org.phosphoresce.commons.eswing.ELabel tableTypeListLabel
org.phosphoresce.commons.eswing.EScrollPane tableTypeListScrollPane
org.phosphoresce.commons.eswing.EList tableTypeList
org.phosphoresce.commons.eswing.ELabel typeInfoListLabel
org.phosphoresce.commons.eswing.EScrollPane typeInfoListScrollPane
org.phosphoresce.commons.eswing.EList typeInfoList
Class org.phosphoresce.dbbrowser.gui.panel.dbinformation.DatabaseInformationFieldSet extends org.phosphoresce.commons.eswing.extend.EFieldSet implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ELabel productNameLabel
org.phosphoresce.commons.eswing.ELabel productName
org.phosphoresce.commons.eswing.ELabel productVersionLabel
org.phosphoresce.commons.eswing.ELabel productVersion
Class org.phosphoresce.dbbrowser.gui.panel.dbinformation.DatabaseInformationPanel extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
FrameHeaderPanel frameHeaderPanel
org.phosphoresce.commons.eswing.EScrollPane contentsScrollPane
org.phosphoresce.commons.eswing.EPanel contentsPane
org.phosphoresce.commons.eswing.ELabel contentsPanelSpacer
org.phosphoresce.commons.eswing.EPanel buttonPanel
org.phosphoresce.commons.eswing.ELabel buttonPanelSpacer
org.phosphoresce.commons.eswing.EButton refreshButton
DatabaseInformationFieldSet databaseInformationFieldSet
JdbcConnectionInformationFieldSet jdbcConnectionInformationFieldSet
DatabaseDetailFieldSet databaseDetailsFeildSet
DatabaseQuerySpecificationFieldSet databaseQuerySpecificationFieldSet
DatabaseSpecificationFieldSet databaseSpecificationFieldSet
Class org.phosphoresce.dbbrowser.gui.panel.dbinformation.DatabaseQuerySpecificationFieldSet extends org.phosphoresce.commons.eswing.extend.EFieldSet implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ELabel extraNameCharactersLabel
org.phosphoresce.commons.eswing.ELabel extraNameCharacters
org.phosphoresce.commons.eswing.ELabel identifierQuoteStringLabel
org.phosphoresce.commons.eswing.ELabel identifierQuoteString
org.phosphoresce.commons.eswing.ELabel searchStringEscapeLabel
org.phosphoresce.commons.eswing.ELabel searchStringEscape
org.phosphoresce.commons.eswing.ELabel numericFunctionListLabel
org.phosphoresce.commons.eswing.EScrollPane numericFunctionListScrollPane
org.phosphoresce.commons.eswing.EList numericFunctionList
org.phosphoresce.commons.eswing.ELabel sqlKeywordListLabel
org.phosphoresce.commons.eswing.EScrollPane sqlKeywordListScrollPane
org.phosphoresce.commons.eswing.EList sqlKeywordList
org.phosphoresce.commons.eswing.ELabel systemFunctionListLabel
org.phosphoresce.commons.eswing.EScrollPane systemFunctionListScrollPane
org.phosphoresce.commons.eswing.EList systemFunctionList
org.phosphoresce.commons.eswing.ELabel timeDateFunctionListLabel
org.phosphoresce.commons.eswing.EScrollPane timeDateFunctionListScrollPane
org.phosphoresce.commons.eswing.EList timeDateFunctionList
Class org.phosphoresce.dbbrowser.gui.panel.dbinformation.DatabaseSpecificationFieldSet extends org.phosphoresce.commons.eswing.extend.EFieldSet implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.EScrollPane databaseSpecificationTableScrollPane
org.phosphoresce.commons.eswing.ETable databaseSpecificationTable
Class org.phosphoresce.dbbrowser.gui.panel.dbinformation.JdbcConnectionInformationFieldSet extends org.phosphoresce.commons.eswing.extend.EFieldSet implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ELabel driverClassNameLabel
org.phosphoresce.commons.eswing.ELabel driverClassName
org.phosphoresce.commons.eswing.ELabel driverVersionLabel
org.phosphoresce.commons.eswing.ELabel driverVersion
org.phosphoresce.commons.eswing.ELabel connectionUserLabel
org.phosphoresce.commons.eswing.ELabel connectionUser
org.phosphoresce.commons.eswing.ELabel jdbcUrlLabel
org.phosphoresce.commons.eswing.ELabel jdbcUrl
パッケージ org.phosphoresce.dbbrowser.gui.panel.pcinformation |
---|
Class org.phosphoresce.dbbrowser.gui.panel.pcinformation.ClientPCInformationPanel extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
FrameHeaderPanel frameHeaderPanel
org.phosphoresce.commons.eswing.EScrollPane contentsScrollPane
org.phosphoresce.commons.eswing.EPanel contentsPane
org.phosphoresce.commons.eswing.ELabel contentsPanelSpacer
SystemInformationFieldSet systemInformationFieldSet
JavaInformationFieldSet javaInformationFieldSet
Class org.phosphoresce.dbbrowser.gui.panel.pcinformation.JavaInformationFieldSet extends org.phosphoresce.commons.eswing.extend.EFieldSet implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ELabel runtimeNameLabel
org.phosphoresce.commons.eswing.ELabel runtimeName
org.phosphoresce.commons.eswing.ELabel vendorNameLabel
org.phosphoresce.commons.eswing.ELabel vendorName
org.phosphoresce.commons.eswing.ELabel jvmVersionLabel
org.phosphoresce.commons.eswing.ELabel jvmVersion
Class org.phosphoresce.dbbrowser.gui.panel.pcinformation.SystemInformationFieldSet extends org.phosphoresce.commons.eswing.extend.EFieldSet implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ELabel osNameLabel
org.phosphoresce.commons.eswing.ELabel osName
org.phosphoresce.commons.eswing.ELabel osVersionLabel
org.phosphoresce.commons.eswing.ELabel osVersion
org.phosphoresce.commons.eswing.ELabel osArchitectureLabel
org.phosphoresce.commons.eswing.ELabel osArchitecture
パッケージ org.phosphoresce.dbbrowser.gui.panel.querymanage |
---|
Class org.phosphoresce.dbbrowser.gui.panel.querymanage.QueryManagePanel extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
int databaseSessionHashCode
FrameHeaderPanel frameHeaderPanel
org.phosphoresce.commons.eswing.EPanel contentsPane
org.phosphoresce.dbbrowser.gui.panel.querymanage.QueryManageContainerPanel queryContainerPanel
パッケージ org.phosphoresce.dbbrowser.gui.window.about |
---|
Class org.phosphoresce.dbbrowser.gui.window.about.AboutDialog extends org.phosphoresce.commons.eswing.EDialog implements Serializable |
---|
直列化されたフィールド |
---|
org.phosphoresce.commons.eswing.EPanel containerPanel
org.phosphoresce.commons.eswing.EPanel aboutImagePanel
org.phosphoresce.commons.eswing.ELabel aboutImageLabel
org.phosphoresce.commons.eswing.ELabel applicationVersionLabel
org.phosphoresce.commons.eswing.ELabel siteAddressLabel
org.phosphoresce.commons.eswing.EPanel buttonPanel
org.phosphoresce.commons.eswing.EButton okButton
パッケージ org.phosphoresce.dbbrowser.gui.window.main |
---|
Class org.phosphoresce.dbbrowser.gui.window.main.DatabaseBrowserFrame extends org.phosphoresce.commons.eswing.EFrame implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.EPanel mainContainerPanel
FrameStatusBarPanel frameStatusBarPanel
org.phosphoresce.commons.eswing.ETabbedPane browserTabbedPane
ClientPCInformationPanel clientPCInformationPanel
DatabaseInformationPanel databaseInformationPanel
QueryManagePanel queryManagerPanel
org.phosphoresce.commons.eswing.EMenuBar browserMenuBar
org.phosphoresce.commons.eswing.EMenu browserMenuFile
org.phosphoresce.commons.eswing.EMenu browserMenuView
org.phosphoresce.commons.eswing.EMenu browserMenuHelp
org.phosphoresce.commons.eswing.EMenuItem browserMenuItemAbout
org.phosphoresce.commons.eswing.EMenuItem browserMenuItemNewConnection
org.phosphoresce.commons.eswing.EMenuItem browserMenuItemClientInformationView
org.phosphoresce.commons.eswing.EMenuItem browserMenuItemDatabaseInformationView
org.phosphoresce.commons.eswing.EMenuItem browserMenuItemQueryManagerView
|
dbdrowser b2007092301 |
|||||||||
前 次 | フレームあり フレームなし |