Serialized Form


Package sshvncfileaccessablility

Class sshvncfileaccessablility.listPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

DEBUG

boolean DEBUG
used for the MyTableModel


PList

ProgramList PList
creates a local ProgramList for easy access.


submitButton

javax.swing.JButton submitButton
a submit button to get all data and perform actions


selectAll

javax.swing.JButton selectAll
a submit button to get all data and perform actions


deselectAll

javax.swing.JButton deselectAll
a submit button to get all data and perform actions


Info

javax.swing.JTextField Info
a text field to get user, or group that will have acl previleges changed


User

javax.swing.JCheckBox User
a set of check boxes to determine if the Info textfield is a user or a group. User is the default selection


Group

javax.swing.JCheckBox Group
a set of check boxes to determine if the Info textfield is a user or a group. User is the default selection


table

javax.swing.JTable table
a table to hold all the data. This also contains a checkbox for each program and if it is selected the acl will be updated

Class sshvncfileaccessablility.listPanel.MyTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames
different column headers


data

java.lang.Object[][] data
all the data to be displayed in the table

Class sshvncfileaccessablility.ProgramList extends java.util.LinkedList implements Serializable

Class sshvncfileaccessablility.SSHOverVNCMenu extends javax.swing.JMenuBar implements Serializable

Serialized Fields

menu

javax.swing.JMenu menu
the menu that holds an item


menuItem

javax.swing.JMenuItem menuItem
the item to be placed in the menu


ListP

listPanel ListP
the listPanel with all of the GUI Items