|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package cayleytable |
---|
Class cayleytable.groupMain extends javax.swing.JApplet implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JButton btnCheckAbel
javax.swing.JButton btnCheckGroup
javax.swing.JButton btnCheckName
javax.swing.JButton btnDefRelnGroup
javax.swing.JButton btnInnerAut
javax.swing.JButton btnUserDefinedGroup
javax.swing.JButton btnXProdGroup
javax.swing.JButton btnZnGroup
groupIdentify groupNamer
javax.swing.JLabel lblGeneratorButtons
javax.swing.JLabel lblGroupName
javax.swing.JLabel lblPropertyButtons
javax.swing.JLabel lblResultsOfAnalysis
groupCreator myCreator
groupPanel myGroup
boolean blnGroupCreated
createDefinedRelationshipGroup
,
createXProdGroup
, and createZnGroup
methods to identify if
a new group was successfully created.
Class cayleytable.groupMainFrame extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JButton btnCheckAbel
checkIfAbel
method.
javax.swing.JButton btnCheckGroup
checkIfGroup
method.
javax.swing.JButton btnCheckName
findGroupName
method.
javax.swing.JButton btnDefRelnGroup
createDefinedRelationshipGroup
method.
javax.swing.JButton btnInnerAut
createInnerAutGroup
method.
javax.swing.JButton btnUserDefinedGroup
createUserEntryGroup
method.
javax.swing.JButton btnXProdGroup
createXProdGroup
method.
javax.swing.JButton btnZnGroup
createZnGroup
method.
groupIdentify groupNamer
groupIdentify
object called to determine the name of the current
group that is stored in myCreator
groupCreator
object and displayed
in myGroup
groupPanel
object.
javax.swing.JLabel lblGeneratorButtons
btnDefRelnGroup
,
btnUserDefinedGroup
, btnXProdGroup
, and btnZnGroup
.
javax.swing.JLabel lblGroupName
findGroupName
method with the current
name of the group displayed in myGroup
groupPanel
object.
javax.swing.JLabel lblPropertyButtons
btnCheckGroup
,
btnCheckAbel
, btnCheckName
, and btnInnerAut
.
javax.swing.JLabel lblResultsOfAnalysis
checkGroup
, checkAbel
and createInnerAutGroup
methods with respect to the current
group displayed in myGroup
groupPanel
object.
groupCreator myCreator
createDefinedRelationshipGroup
,
createUserEntryGroup
, createXProdGroup
, createZnGroup
, and createInnerAutGroup
methods.
Also, stores group that is analyzed via the checkIfGroup
and checkIfAbelian
methods.
This is the group that is also sent to the myGroup
groupPanel
object and
the groupNamer
groupIdentify
object for use in displaying the Cayley Table
and finding the name of the group via the findGroupName
method.
groupPanel myGroup
groupPanel
object used for displaying the Cayley Table that it
is passed via a groupMatrix
object.
boolean blnGroupCreated
createDefinedRelationshipGroup
,
createXProdGroup
, and createZnGroup
methods to identify if
a new group was successfully created.
Class cayleytable.groupPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
groupMatrix myGroup
groupMatrix
object used to store the actual Cayley Table being displayed
on the panel via the tblGroupTable
JTable object.
javax.swing.JScrollPane spnGroupTable
tblGroupTable
JTable object being displayed on the user
interface so that groups of higher order can be displayed.
javax.swing.JTable tblGroupTable
myGroup
groupMatrix
object. Formatting of the table is done via the gtmGroupModel
.
groupTableModel gtmGroupModel
myGroup
groupMatrix
object is displayed using the tblGroupTable
JTable
object.
Class cayleytable.groupTableModel extends javax.swing.table.AbstractTableModel implements Serializable |
---|
Serialized Fields |
---|
int order
boolean canEditTable
java.util.ArrayList<E> tableRows
groupMatrix
object passed to the groupTableModel
constructor.
groupPanel topPanel
groupPanel
object that contains the JTable that the current
instanced of groupTableModel
defines.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |