public class KeySetDataSite
extends java.lang.Object
implements java.awt.event.ActionListener
KeySetDataSite
class provides key set maintenance
title: SysetmCoreDialog
description: SysetmCoreDialog
copyright: (c) 2014 thomas kaffka, born 11/08/1959 in düsseldorf - germany , all rights reserved.
Modifier and Type | Field and Description |
---|---|
javax.swing.JPanel |
pnlScreen |
Constructor and Description |
---|
KeySetDataSite(javax.swing.JFrame frame,
java.lang.String databasename)
The constructor
KeySetDataSite creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
The method
actionPerformed processes the actions. |
int |
showDeleteDialog()
The method
showDeleteDialog shows a window with the delete question. |
public KeySetDataSite(javax.swing.JFrame frame, java.lang.String databasename)
KeySetDataSite
creates a new instance(object) of the class.frame
- the calling framedatabasename
- the name of the databasepublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
processes the actions.actionPerformed
in interface java.awt.event.ActionListener
e
- the action event.public int showDeleteDialog()
showDeleteDialog
shows a window with the delete question.