|
dbdrowser b2007102501 |
|||||||||
前 次 | フレームあり フレームなし |
パッケージ org.phosphoresce.dbbrowser |
---|
Class org.phosphoresce.dbbrowser.DatabaseBrowserSession extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
org.phosphoresce.commons.database.core.DatabaseConfig config
パッケージ org.phosphoresce.dbbrowser.config |
---|
Class org.phosphoresce.dbbrowser.config.DatabaseBrowserConfig extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
DatabaseBrowserDefinitionedConnectionConfig definitionedConnectionConfig
DatabaseBrowserRecentConnectionConfig recentConnectionConfig
DatabaseBrowserWindowConfig windowConfig
Class org.phosphoresce.dbbrowser.config.DatabaseBrowserConnectionConfig extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
java.lang.String name
org.phosphoresce.commons.database.core.DatabaseConfig databaseConfig
Class org.phosphoresce.dbbrowser.config.DatabaseBrowserDefinitionedConnectionConfig extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
java.util.List<E> databaseConfigDefinitionList
Class org.phosphoresce.dbbrowser.config.DatabaseBrowserRecentConnectionConfig extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
DatabaseBrowserConnectionConfig connectionConfig
Class org.phosphoresce.dbbrowser.config.DatabaseBrowserWindowBoundsConfig extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
java.awt.Rectangle bounds
int extendsState
Class org.phosphoresce.dbbrowser.config.DatabaseBrowserWindowComponentConfig extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
int messagePaneLocation
DatabaseBrowserWindowComponentQueryManageConfig queryManageConfig
Class org.phosphoresce.dbbrowser.config.DatabaseBrowserWindowComponentQueryManageConfig extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
int tableTreePaneDivideLocation
int queryAreaDivideLocation
int resultAreaDivideLocation
Class org.phosphoresce.dbbrowser.config.DatabaseBrowserWindowConfig extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
DatabaseBrowserWindowBoundsConfig boundsConfig
DatabaseBrowserWindowComponentConfig componentConfig
パッケージ org.phosphoresce.dbbrowser.exception |
---|
Class org.phosphoresce.dbbrowser.exception.BrowserConfigException extends java.lang.Exception implements Serializable |
---|
Class org.phosphoresce.dbbrowser.exception.DatabaseBrowserResourceException extends java.lang.Exception implements Serializable |
---|
パッケージ org.phosphoresce.dbbrowser.gui.common |
---|
Class org.phosphoresce.dbbrowser.gui.common.BrowserFramePanel extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
FrameHeaderPanel frameHeaderPanel
org.phosphoresce.commons.eswing.EPanel contentPanel
Class org.phosphoresce.dbbrowser.gui.common.BrowserScrollableFramePanel extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
FrameHeaderPanel frameHeaderPanel
org.phosphoresce.commons.eswing.EScrollPane contentsScrollPane
org.phosphoresce.commons.eswing.EPanel contentPanel
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.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 jdbcSampleDefinitionListLabel
org.phosphoresce.commons.eswing.EComboBox jdbcSampleDefinitionList
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.ProcessDialog extends org.phosphoresce.commons.eswing.EDialog implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
java.lang.Thread thread
org.phosphoresce.commons.eswing.EPanel contentsPanel
org.phosphoresce.commons.eswing.EProgressBar progressbar
org.phosphoresce.commons.eswing.EButton cancelButton
パッケージ org.phosphoresce.dbbrowser.gui.logging |
---|
Class org.phosphoresce.dbbrowser.gui.logging.LoggingFrame extends org.phosphoresce.commons.eswing.EFrame implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
Class org.phosphoresce.dbbrowser.gui.logging.LoggingPane extends org.phosphoresce.commons.eswing.EScrollPane implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
パッケージ org.phosphoresce.dbbrowser.gui.panel.dbinformation |
---|
Class org.phosphoresce.dbbrowser.gui.panel.dbinformation.DatabaseDetailFieldSet extends org.phosphoresce.commons.eswing.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.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 BrowserScrollableFramePanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
Class org.phosphoresce.dbbrowser.gui.panel.dbinformation.DatabaseQuerySpecificationFieldSet extends org.phosphoresce.commons.eswing.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.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.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 BrowserScrollableFramePanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ELabel contentsPanelSpacer
Class org.phosphoresce.dbbrowser.gui.panel.pcinformation.JavaInformationFieldSet extends org.phosphoresce.commons.eswing.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.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.QueryManageButtonPane extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.EButton executeButton
org.phosphoresce.commons.eswing.EButton insertrowButton
org.phosphoresce.commons.eswing.EButton commitButton
org.phosphoresce.commons.eswing.EButton rollbackButton
org.phosphoresce.commons.eswing.EButton deleterowButton
org.phosphoresce.commons.eswing.EButton saveButton
Class org.phosphoresce.dbbrowser.gui.panel.querymanage.QueryManageEditorPane extends org.phosphoresce.commons.eswing.EPanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ESplitPane queryManageSetPanel
CatalogSchemaTableListPanel catalogSchemaTableListPanel
org.phosphoresce.commons.eswing.ESplitPane queryExecuteSetPanel
org.phosphoresce.commons.eswing.ESplitPane queryManageResultSetPanel
Class org.phosphoresce.dbbrowser.gui.panel.querymanage.QueryManageErrorListPane extends org.phosphoresce.commons.eswing.EScrollPane implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.EList errorList
Class org.phosphoresce.dbbrowser.gui.panel.querymanage.QueryManagePanel extends BrowserFramePanel implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
int databaseSessionHashCode
Class org.phosphoresce.dbbrowser.gui.panel.querymanage.QueryManageResultTablePane extends org.phosphoresce.commons.eswing.EScrollPane implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ETable resultTable
Class org.phosphoresce.dbbrowser.gui.panel.querymanage.QueryManageTextPane extends org.phosphoresce.commons.eswing.EScrollPane implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
org.phosphoresce.commons.eswing.ETextArea queryText
パッケージ org.phosphoresce.dbbrowser.gui.window.about |
---|
Class org.phosphoresce.dbbrowser.gui.window.about.AboutDialog extends org.phosphoresce.commons.eswing.EDialog implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
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
Class org.phosphoresce.dbbrowser.gui.window.main.DatabaseBrowserMenuBar extends org.phosphoresce.commons.eswing.EMenuBar implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
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 browserMenuItemExit
org.phosphoresce.commons.eswing.EMenuItem browserMenuItemClientInformationView
org.phosphoresce.commons.eswing.EMenuItem browserMenuItemDatabaseInformationView
org.phosphoresce.commons.eswing.EMenuItem browserMenuItemQueryManagerView
Class org.phosphoresce.dbbrowser.gui.window.main.DatabaseBrowserPane extends org.phosphoresce.commons.eswing.ESplitPane implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
Class org.phosphoresce.dbbrowser.gui.window.main.DatabaseBrowserTabbedPane extends org.phosphoresce.commons.eswing.ETabbedPane implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
パッケージ org.phosphoresce.dbbrowser.resource.definition.dbdriver |
---|
Class org.phosphoresce.dbbrowser.resource.definition.dbdriver.DatabaseBrowserJDBCSample extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
org.apache.commons.logging.Log log
java.util.List<E> list
Class org.phosphoresce.dbbrowser.resource.definition.dbdriver.DatabaseBrowserJDBCSampleDefinition extends java.lang.Object implements Serializable |
---|
直列化されたフィールド |
---|
java.lang.String name
java.lang.String driver
java.lang.String sampleUrl
|
dbdrowser b2007102501 |
|||||||||
前 次 | フレームあり フレームなし |