直列化された形式
-
パッケージ org.iplass.mtp.tools.gui
-
クラス org.iplass.mtp.tools.gui.MtpJDialogBase
class MtpJDialogBase extends JDialog implements Serializable- serialVersionUID:
- -1500336624356351767L
-
直列化されたフィールド
-
language
String language
言語(locale名) -
resourceBundle
ResourceBundle resourceBundle
リソースバンドル
-
-
クラス org.iplass.mtp.tools.gui.MtpJFrameBase
class MtpJFrameBase extends JFrame implements Serializable- serialVersionUID:
- -7811831007311276158L
-
直列化されたフィールド
-
language
String language
言語(locale名) -
resourceBundle
ResourceBundle resourceBundle
リソースバンドル
-
-
-
パッケージ org.iplass.mtp.tools.gui.partition
-
クラス org.iplass.mtp.tools.gui.partition.PartitionCreateDialog
class PartitionCreateDialog extends MtpJDialogBase implements Serializable- serialVersionUID:
- 3059528383221001309L
-
直列化されたフィールド
-
adapter
org.iplass.mtp.impl.rdb.adapter.RdbAdapter adapter
-
btnCancel
JButton btnCancel
-
btnCreate
JButton btnCreate
-
dataChangeListners
List<ChangeListener> dataChangeListners
-
txtMaxTenantId
JTextField txtMaxTenantId
-
txtMessageArea
JTextArea txtMessageArea
-
txtSubPartitionSize
JTextField txtSubPartitionSize
-
-
クラス org.iplass.mtp.tools.gui.partition.PartitionManagerApp
class PartitionManagerApp extends MtpJFrameBase implements Serializable- serialVersionUID:
- 7274431196176548612L
-
直列化されたフィールド
-
btnCreate
JButton btnCreate
-
btnRefresh
JButton btnRefresh
-
btnTenantList
JButton btnTenantList
-
manager
PartitionBatch manager
-
model
PartitionTable.PartitionTableModel model
-
txtCount
JTextField txtCount
-
-
クラス org.iplass.mtp.tools.gui.partition.PartitionTable
class PartitionTable extends JTable implements Serializable- serialVersionUID:
- 6158350463892104161L
-
直列化されたフィールド
-
model
PartitionTable.PartitionTableModel model
-
-
クラス org.iplass.mtp.tools.gui.partition.PartitionTable.PartitionTableModel
class PartitionTableModel extends DefaultTableModel implements Serializable- serialVersionUID:
- -7508376391663965403L
-
直列化されたフィールド
-
data
List<org.iplass.mtp.impl.tools.tenant.PartitionInfo> data
-
-
-
パッケージ org.iplass.mtp.tools.gui.tenant
-
クラス org.iplass.mtp.tools.gui.tenant.DataChangeEvent
class DataChangeEvent extends AWTEvent implements Serializable -
クラス org.iplass.mtp.tools.gui.tenant.TenantCreateDialog
class TenantCreateDialog extends MtpJDialogBase implements Serializable- serialVersionUID:
- -8293278349056121678L
-
直列化されたフィールド
-
btnCancel
JButton btnCancel
-
btnCreate
JButton btnCreate
-
chkBlankTenant
JCheckBox chkBlankTenant
-
chkDisplayName
JCheckBox chkDisplayName
-
chkSubPartitionSize
JCheckBox chkSubPartitionSize
-
chkTopUrl
JCheckBox chkTopUrl
-
chkUrl
JCheckBox chkUrl
-
chkUseLanguages
JCheckBox chkUseLanguages
-
dataChangeListners
List<ChangeListener> dataChangeListners
-
defaultEnableLanguages
String defaultEnableLanguages
-
i18nService
org.iplass.mtp.impl.i18n.I18nService i18nService
-
toolService
org.iplass.mtp.impl.tools.tenant.TenantToolService toolService
-
txtAdminUserId
JTextField txtAdminUserId
-
txtAdminUserPass
JPasswordField txtAdminUserPass
-
txtConfirmAdminUserPass
JPasswordField txtConfirmAdminUserPass
-
txtDisplayName
JTextField txtDisplayName
-
txtMessageArea
JTextArea txtMessageArea
-
txtName
JTextField txtName
-
txtSubPartitionSize
JTextField txtSubPartitionSize
-
txtTopUrl
JTextField txtTopUrl
-
txtUrl
JTextField txtUrl
-
txtUseLanguages
JTextField txtUseLanguages
-
-
クラス org.iplass.mtp.tools.gui.tenant.TenantDeleteDialog
class TenantDeleteDialog extends MtpJDialogBase implements Serializable- serialVersionUID:
- 4144178376940227935L
-
直列化されたフィールド
-
btnCancel
JButton btnCancel
-
btnDelete
JButton btnDelete
-
dataChangeListners
List<ChangeListener> dataChangeListners
-
model
TenantDialogTableModel model
-
txtMessageArea
JTextArea txtMessageArea
-
-
クラス org.iplass.mtp.tools.gui.tenant.TenantDialogTableModel
class TenantDialogTableModel extends DefaultTableModel implements Serializable-
直列化されたフィールド
-
data
List<org.iplass.mtp.impl.tools.tenant.TenantInfo> data
-
-
-
クラス org.iplass.mtp.tools.gui.tenant.TenantManagerApp
class TenantManagerApp extends MtpJFrameBase implements Serializable- serialVersionUID:
- -8414236309660247814L
-
直列化されたフィールド
-
btnRefresh
JButton btnRefresh
-
COLUMN_NAMES
String[] COLUMN_NAMES
-
COLUMNS
List<TenantManagerApp.TenantTableColumnInfo> COLUMNS
-
model
org.iplass.mtp.tools.gui.tenant.TenantManagerApp.TenantTableModel model
-
tenantToolService
org.iplass.mtp.impl.tools.tenant.TenantToolService tenantToolService
-
txtCount
JTextField txtCount
-
-
例外クラス org.iplass.mtp.tools.gui.tenant.UnsupportedConnectionDriverException
class UnsupportedConnectionDriverException extends RuntimeException implements Serializable -
例外クラス org.iplass.mtp.tools.gui.tenant.UnsupportedRdbAdapterException
class UnsupportedRdbAdapterException extends RuntimeException implements Serializable
-
-
パッケージ org.iplass.mtp.tools.gui.widget.menu