Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
O
P
R
S
T
U
V
W
Y
A
AboutPanel
- Class in
org.am.snitch.gui
About Panel.
AboutPanel(JFrame)
- Constructor for class org.am.snitch.gui.
AboutPanel
actionPerformed(ActionEvent)
- Method in class org.am.snitch.gui.
EditCVSRoot
actionPerformed(ActionEvent)
- Method in class org.am.snitch.gui.
SnitchPanel
APP_VERSION
- Static variable in class org.am.snitch.constants.
SnitchConstants
APPLICATION_NAME
- Static variable in class org.am.snitch.constants.
SnitchConstants
B
BUTTON_SIZE
- Static variable in class org.am.snitch.constants.
SnitchConstants
ButtonsPanel
- Class in
org.am.snitch.gui
Buttons Panel.
ButtonsPanel()
- Constructor for class org.am.snitch.gui.
ButtonsPanel
Buttons panel constructor.
C
CalendarBean
- Class in
org.am.snitch.otherparty
JCalendar is a bean for entering a date by choosing the year, month and day.
CalendarBean(JTextField, JFrame)
- Constructor for class org.am.snitch.otherparty.
CalendarBean
Default JCalendar constructor.
centralize(JDialog)
- Static method in class org.am.snitch.utilities.
Utilities
Centralize a
JDialog
in the user screen.
changedUpdate(DocumentEvent)
- Method in class org.am.snitch.gui.
EditCVSRoot
COMMITS
- Static variable in class org.am.snitch.constants.
SnitchConstants
createCommitsPerDevelopersChart()
- Method in class org.am.snitch.chart.maker.
DeveloperCommits
Create the panel holding the commits per developer.
createCVSLog(SnitchFilters)
- Method in class org.am.snitch.utilities.
CVSLogCreator
CVS log creator utility.
createLOCChart()
- Method in class org.am.snitch.chart.maker.
TimeLOC
Create the panel holding the lines of code.
createPropertiesFileStructure()
- Static method in class org.am.snitch.utilities.
Utilities
Create the necessary file structure that will hold the applications config files.
createRevisionsPerDayChart()
- Method in class org.am.snitch.chart.maker.
WeekdayRevisions
Create the panel holding the revisions per day.
createRevisionsPerDevelopersChart()
- Method in class org.am.snitch.chart.maker.
DeveloperRevisions
Create the chart of
Revision
per
Author
.
createRevisionsPerHourChart()
- Method in class org.am.snitch.chart.maker.
HourRevisions
Create the panel holding the revisions per hour.
CVS_PROP_DATEFILTER
- Static variable in class org.am.snitch.constants.
SnitchConstants
CVS_PROP_HOSTNAME
- Static variable in class org.am.snitch.constants.
SnitchConstants
CVS_PROP_LOCALPATH
- Static variable in class org.am.snitch.constants.
SnitchConstants
CVS_PROP_METHOD
- Static variable in class org.am.snitch.constants.
SnitchConstants
CVS_PROP_PASSWORD
- Static variable in class org.am.snitch.constants.
SnitchConstants
CVS_PROP_PORT
- Static variable in class org.am.snitch.constants.
SnitchConstants
CVS_PROP_REPOSITORY
- Static variable in class org.am.snitch.constants.
SnitchConstants
CVS_PROP_USERNAME
- Static variable in class org.am.snitch.constants.
SnitchConstants
CVS_PSERVER_PORT
- Static variable in class org.am.snitch.constants.
SnitchConstants
CVSLogCreator
- Class in
org.am.snitch.utilities
Utilities that create the cvs log.
CVSLogCreator(String, String)
- Constructor for class org.am.snitch.utilities.
CVSLogCreator
Constructor.
CVSLogParser
- Class in
org.am.snitch.utilities
Utilities that parse the cvs log and create a cvs repository model.
CVSLogParser(String, String)
- Constructor for class org.am.snitch.utilities.
CVSLogParser
Constructor.
CVSSnitch
- Class in
org.am.snitch
CVS Snitch.
CVSSnitch()
- Constructor for class org.am.snitch.
CVSSnitch
Default public Constructor.
D
DATE_DD_MM_YYY
- Static variable in class org.am.snitch.constants.
SnitchConstants
DATE_YYY_MM_DD
- Static variable in class org.am.snitch.constants.
SnitchConstants
dayChooser
- Variable in class org.am.snitch.otherparty.
CalendarBean
the day chooser
DeveloperCommits
- Class in
org.am.snitch.chart.maker
Creator of Panel for commits per developer.
DeveloperCommits(Repository)
- Constructor for class org.am.snitch.chart.maker.
DeveloperCommits
Constructor.
DeveloperRevisions
- Class in
org.am.snitch.chart.maker
Creator of Panel for revisions per developer.
DeveloperRevisions(Repository)
- Constructor for class org.am.snitch.chart.maker.
DeveloperRevisions
Constructor.
DIR_APPLICATION
- Static variable in class org.am.snitch.constants.
SnitchConstants
E
EditCVSRoot
- Class in
org.am.snitch.gui
Configuration Dialog for CVS Roots.
EditCVSRoot(JFrame)
- Constructor for class org.am.snitch.gui.
EditCVSRoot
Constructor that will initialize all GUI parameters and set the controls.
F
FILE_CVS_ROOTS
- Static variable in class org.am.snitch.constants.
SnitchConstants
FILE_LOCAL_PATHS
- Static variable in class org.am.snitch.constants.
SnitchConstants
FiltersPanel
- Class in
org.am.snitch.gui
Filters Panel.
FiltersPanel()
- Constructor for class org.am.snitch.gui.
FiltersPanel
Constructor.
formatDate(String, String, String)
- Static method in class org.am.snitch.utilities.
Utilities
Format a String representation of a
Date
.
formatDate(Date, String)
- Static method in class org.am.snitch.utilities.
Utilities
Format a
Date
.
G
getAboutb()
- Method in class org.am.snitch.gui.
ButtonsPanel
getButtonsPanel()
- Method in class org.am.snitch.gui.
SnitchPanel
getCalendar()
- Method in class org.am.snitch.otherparty.
CalendarBean
Returns the calendar property.
getComboBoxData(JComboBox)
- Static method in class org.am.snitch.utilities.
Utilities
Retrieve a
Vector
of
String
s from a
JComboBox
data.
getCvsconfigureB()
- Method in class org.am.snitch.gui.
OptionsPanel
getCvslog()
- Method in class org.am.snitch.utilities.
CVSLogParser
getCvsRoot()
- Method in class org.am.snitch.filters.
SnitchFilters
getCvsRoot()
- Method in class org.am.snitch.gui.
EditCVSRoot
getCvsrootsCB()
- Method in class org.am.snitch.gui.
OptionsPanel
getCvsRootsList()
- Method in class org.am.snitch.gui.
EditCVSRoot
getDate()
- Method in class org.am.snitch.otherparty.
CalendarBean
Returns a Date object.
getDayChooser()
- Method in class org.am.snitch.otherparty.
CalendarBean
Gets the dayChooser attribute of the JCalendar object
getDayFromDate(Date)
- Static method in class org.am.snitch.utilities.
Utilities
Retrieve the Date name from a date.
getDecorationBackgroundColor()
- Method in class org.am.snitch.otherparty.
CalendarBean
Returns the color of the decoration (day names and weeks).
getEnabledateCB()
- Method in class org.am.snitch.gui.
FiltersPanel
getEnableuserCB()
- Method in class org.am.snitch.gui.
FiltersPanel
getEndDate()
- Method in class org.am.snitch.filters.
SnitchFilters
getEnddateDC()
- Method in class org.am.snitch.gui.
FiltersPanel
getFiltersPanel()
- Method in class org.am.snitch.gui.
SnitchPanel
getListModel()
- Method in class org.am.snitch.gui.
EditCVSRoot
getLocale()
- Method in class org.am.snitch.otherparty.
CalendarBean
Returns the locale.
getLocalPath()
- Method in class org.am.snitch.filters.
SnitchFilters
getLocalpathsB()
- Method in class org.am.snitch.gui.
OptionsPanel
getLocalpathsCB()
- Method in class org.am.snitch.gui.
OptionsPanel
getMonthChooser()
- Method in class org.am.snitch.otherparty.
CalendarBean
Gets the monthChooser attribute of the JCalendar object
getName()
- Method in class org.am.snitch.otherparty.
CalendarBean
Returns "JCalendar".
getOptionsPanel()
- Method in class org.am.snitch.gui.
SnitchPanel
getParent()
- Method in class org.am.snitch.gui.
AboutPanel
getParent()
- Method in class org.am.snitch.gui.
EditCVSRoot
getParentComp()
- Method in class org.am.snitch.gui.
SnitchPanel
getPassword()
- Method in class org.am.snitch.utilities.
CVSLogCreator
getPasswordField()
- Method in class org.am.snitch.gui.
PasswordDialog
getRepository()
- Method in class org.am.snitch.chart.maker.
DeveloperCommits
getRepository()
- Method in class org.am.snitch.chart.maker.
DeveloperRevisions
getRepository()
- Method in class org.am.snitch.chart.maker.
HourRevisions
getRepository()
- Method in class org.am.snitch.chart.maker.
TimeLOC
getRepository()
- Method in class org.am.snitch.chart.maker.
WeekdayRevisions
getRepository()
- Method in class org.am.snitch.utilities.
CVSLogCreator
getRepository()
- Method in class org.am.snitch.utilities.
CVSLogParser
getResultsTabbedPane()
- Method in class org.am.snitch.gui.
SnitchPanel
getStartB()
- Method in class org.am.snitch.gui.
ButtonsPanel
getStartDate()
- Method in class org.am.snitch.filters.
SnitchFilters
getStartdateDC()
- Method in class org.am.snitch.gui.
FiltersPanel
getSundayForeground()
- Method in class org.am.snitch.otherparty.
CalendarBean
Returns the Sunday foreground.
getUser()
- Method in class org.am.snitch.filters.
SnitchFilters
getUser()
- Method in class org.am.snitch.gui.
FiltersPanel
getVrFilters()
- Method in class org.am.snitch.gui.
SnitchPanel
getWeekdayForeground()
- Method in class org.am.snitch.otherparty.
CalendarBean
Returns the weekday foreground.
getYearChooser()
- Method in class org.am.snitch.otherparty.
CalendarBean
Gets the yearChooser attribute of the JCalendar object
H
HourRevisions
- Class in
org.am.snitch.chart.maker
Creator of Panel for revisions per hour.
HourRevisions(Repository)
- Constructor for class org.am.snitch.chart.maker.
HourRevisions
Constructor.
I
IMG_ABOUT
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_ADD
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_APPIMAGE
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_CLEAR
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_CONFIGURECVS
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_CVSSNITCH_LOGO
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_HTML
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_OPEN
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_REMOVE
- Static variable in class org.am.snitch.constants.
SnitchConstants
IMG_START
- Static variable in class org.am.snitch.constants.
SnitchConstants
insertUpdate(DocumentEvent)
- Method in class org.am.snitch.gui.
EditCVSRoot
isDateFilter()
- Method in class org.am.snitch.filters.
SnitchFilters
isDecorationBackgroundVisible()
- Method in class org.am.snitch.otherparty.
CalendarBean
Gets the visibility of the decoration background.
isDecorationBordersVisible()
- Method in class org.am.snitch.otherparty.
CalendarBean
Gets the visibility of the decoration border.
isEnabled()
- Method in class org.am.snitch.otherparty.
CalendarBean
Returns true, if enabled.
isUserFilter()
- Method in class org.am.snitch.filters.
SnitchFilters
isWeekOfYearVisible()
- Method in class org.am.snitch.otherparty.
CalendarBean
Indicates if the weeks of year are visible..
L
loadExistingCVSRoots()
- Static method in class org.am.snitch.utilities.
Utilities
Read to an array the CVS Roots.
locale
- Variable in class org.am.snitch.otherparty.
CalendarBean
the locale
M
main(String[])
- Static method in class org.am.snitch.
CVSSnitch
Entry point of the application.
monthChooser
- Variable in class org.am.snitch.otherparty.
CalendarBean
the month chooser
mouseClicked(MouseEvent)
- Method in class org.am.snitch.gui.
SnitchPanel
mouseClicked(MouseEvent)
- Method in class org.am.snitch.otherparty.
CalendarBean
mouseEntered(MouseEvent)
- Method in class org.am.snitch.gui.
SnitchPanel
mouseEntered(MouseEvent)
- Method in class org.am.snitch.otherparty.
CalendarBean
mouseExited(MouseEvent)
- Method in class org.am.snitch.gui.
SnitchPanel
mouseExited(MouseEvent)
- Method in class org.am.snitch.otherparty.
CalendarBean
mousePressed(MouseEvent)
- Method in class org.am.snitch.gui.
SnitchPanel
mousePressed(MouseEvent)
- Method in class org.am.snitch.otherparty.
CalendarBean
mouseReleased(MouseEvent)
- Method in class org.am.snitch.gui.
SnitchPanel
mouseReleased(MouseEvent)
- Method in class org.am.snitch.otherparty.
CalendarBean
MSG_ABOUT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_ABOUT_TEXT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_ADD_CVSROOT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_AUTH_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_AUTH_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CAL_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CLEAR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_COMMITS
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_COMMITS_PER_DAY
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_COMMITS_PER_USER
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CONFIGURECVS
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CSV
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVS_COMM_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVS_COMM_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVS_CONFIG_ERROR_GENERAL
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVS_CONFIG_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVS_CONFIGURE_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVS_ROOTS_VALIDATION_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVS_ROOTS_VALIDATION_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVS_VALIDATION_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVS_VALIDATION_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVSROOT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_CVSROOTS_CB
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_DATE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_DATE_TT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_DATE_VALIDATION_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_DATE_VALIDATION_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_DAY_OF_WEEK
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_DEFAULT_CVS_ROOT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_DESCRIPTION
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_EDIT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_END_DATE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_ENDDATE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_FILE_READING_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_FILE_READING_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_FILE_WRITING_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_FILE_WRITING_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_FILTERS
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_HTML
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_LOC
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_LOCALPATH
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_LOG_CREATION_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_LOG_PARSE_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_NO_COMMITS
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_NO_CVS_ROOT_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_NO_END_DATE_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_NO_LOCAL_PATH_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_NO_REVISIONS
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_NO_START_DATE_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_NO_USER_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_OK
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_OPEN
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_OPERATION
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_OPTIONS
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_PASSWORD_DIALOG
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_REMOVE_CVSROOT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_REQUEST_FAILURE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_REVISIONS
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_REVISIONS_PER_HOUR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_REVISIONS_PER_USER
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_REVISIONS_PER_WEEKDAY
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_SAVE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_SET
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_SNITCHING_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_SNITCHING_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_START
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_START_DATE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_STARTDATE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_STRUCTURE_CREATION_ERROR
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_STRUCTURE_CREATION_ERROR_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_TAB_COMMITS
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_UNCOMMENTED_COMMIT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_UNPARSABLE_RESPONSE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_USER
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_USER_FILTER
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_USER_TT
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_USERS
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_VALIDATION_TITLE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_WRONG_CVS_COMMAND
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_WRONG_REQUEST
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSG_WRONG_RESPONSE
- Static variable in class org.am.snitch.constants.
SnitchConstants
MSGF_LOCALPATH_CB
- Static variable in class org.am.snitch.constants.
SnitchConstants
O
OptionsPanel
- Class in
org.am.snitch.gui
Options Panel.
OptionsPanel()
- Constructor for class org.am.snitch.gui.
OptionsPanel
Constructor.
org.am.snitch
- package org.am.snitch
Entry point of the application.
org.am.snitch.chart.maker
- package org.am.snitch.chart.maker
Provides classes for making the necessary charts.
org.am.snitch.constants
- package org.am.snitch.constants
Application Constants.
org.am.snitch.filters
- package org.am.snitch.filters
CVS Filters.
org.am.snitch.gui
- package org.am.snitch.gui
GUI creators.
org.am.snitch.otherparty
- package org.am.snitch.otherparty
Third Party libraries.
org.am.snitch.utilities
- package org.am.snitch.utilities
Application Utilities.
P
parseCVSLog()
- Method in class org.am.snitch.utilities.
CVSLogParser
CVS log parser utility.
parseCVSRoot(String)
- Static method in class org.am.snitch.utilities.
Utilities
Creates
Properties
representing the CVS Root.
PASSWORD_DIALOG
- Static variable in class org.am.snitch.constants.
SnitchConstants
PasswordDialog
- Class in
org.am.snitch.gui
Password Dialog.
PasswordDialog()
- Constructor for class org.am.snitch.gui.
PasswordDialog
Constructor.
PICS_PATH
- Static variable in class org.am.snitch.constants.
SnitchConstants
propertyChange(PropertyChangeEvent)
- Method in class org.am.snitch.otherparty.
CalendarBean
JCalendar is a PropertyChangeListener, for its day, month and year chooser.
R
readFileLines(String)
- Static method in class org.am.snitch.utilities.
Utilities
Read the contents of a file into a
Vector
of
String
s.
removeUpdate(DocumentEvent)
- Method in class org.am.snitch.gui.
EditCVSRoot
REVISIONS
- Static variable in class org.am.snitch.constants.
SnitchConstants
S
setAboutb(JButton)
- Method in class org.am.snitch.gui.
ButtonsPanel
setBackground(Color)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the background color.
setButtonsPanel(ButtonsPanel)
- Method in class org.am.snitch.gui.
SnitchPanel
setCalendar(Calendar)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the calendar property.
setCvsconfigureB(JButton)
- Method in class org.am.snitch.gui.
OptionsPanel
setCvslog(String)
- Method in class org.am.snitch.utilities.
CVSLogParser
setCvsRoot(String)
- Method in class org.am.snitch.filters.
SnitchFilters
setCvsRoot(JTextField)
- Method in class org.am.snitch.gui.
EditCVSRoot
setCvsrootsCB(JComboBox)
- Method in class org.am.snitch.gui.
OptionsPanel
setCvsRootsList(JList)
- Method in class org.am.snitch.gui.
EditCVSRoot
setDate(Date)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the date.
setDateFilter(boolean)
- Method in class org.am.snitch.filters.
SnitchFilters
setDecorationBackgroundColor(Color)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the background of days and weeks of year buttons.
setDecorationBackgroundVisible(boolean)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the decoration background visible.
setDecorationBordersVisible(boolean)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the decoration borders visible.
setEnabled(boolean)
- Method in class org.am.snitch.otherparty.
CalendarBean
Enable or disable the JCalendar.
setEnabledateCB(JCheckBox)
- Method in class org.am.snitch.gui.
FiltersPanel
setEnableuserCB(JCheckBox)
- Method in class org.am.snitch.gui.
FiltersPanel
setEndDate(String)
- Method in class org.am.snitch.filters.
SnitchFilters
setEnddateDC(JTextField)
- Method in class org.am.snitch.gui.
FiltersPanel
setFiltersPanel(FiltersPanel)
- Method in class org.am.snitch.gui.
SnitchPanel
setFont(Font)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the font property.
setForeground(Color)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the foreground color.
setListModel(DefaultListModel)
- Method in class org.am.snitch.gui.
EditCVSRoot
setLocale(Locale)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the locale property.
setLocalPath(String)
- Method in class org.am.snitch.filters.
SnitchFilters
setLocalpathsB(JButton)
- Method in class org.am.snitch.gui.
OptionsPanel
setLocalpathsCB(JComboBox)
- Method in class org.am.snitch.gui.
OptionsPanel
setOptionsPanel(OptionsPanel)
- Method in class org.am.snitch.gui.
SnitchPanel
setParent(JFrame)
- Method in class org.am.snitch.gui.
AboutPanel
setParent(JFrame)
- Method in class org.am.snitch.gui.
EditCVSRoot
setParentComp(JFrame)
- Method in class org.am.snitch.gui.
SnitchPanel
setPassword(String)
- Method in class org.am.snitch.utilities.
CVSLogCreator
setPasswordField(JPasswordField)
- Method in class org.am.snitch.gui.
PasswordDialog
setRepository(Repository)
- Method in class org.am.snitch.chart.maker.
DeveloperCommits
setRepository(Repository)
- Method in class org.am.snitch.chart.maker.
DeveloperRevisions
setRepository(Repository)
- Method in class org.am.snitch.chart.maker.
HourRevisions
setRepository(Repository)
- Method in class org.am.snitch.chart.maker.
TimeLOC
setRepository(Repository)
- Method in class org.am.snitch.chart.maker.
WeekdayRevisions
setRepository(String)
- Method in class org.am.snitch.utilities.
CVSLogCreator
setRepository(String)
- Method in class org.am.snitch.utilities.
CVSLogParser
setResultsTabbedPane(JTabbedPane)
- Method in class org.am.snitch.gui.
SnitchPanel
setStartB(JButton)
- Method in class org.am.snitch.gui.
ButtonsPanel
setStartDate(String)
- Method in class org.am.snitch.filters.
SnitchFilters
setStartdateDC(JTextField)
- Method in class org.am.snitch.gui.
FiltersPanel
setSundayForeground(Color)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the Sunday foreground.
setUser(String)
- Method in class org.am.snitch.filters.
SnitchFilters
setUser(JTextField)
- Method in class org.am.snitch.gui.
FiltersPanel
setUserFilter(boolean)
- Method in class org.am.snitch.filters.
SnitchFilters
setVrFilters(SnitchFilters)
- Method in class org.am.snitch.gui.
SnitchPanel
setWeekdayForeground(Color)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the weekday foreground.
setWeekOfYearVisible(boolean)
- Method in class org.am.snitch.otherparty.
CalendarBean
Sets the week of year visible.
SnitchConstants
- Class in
org.am.snitch.constants
Wrapper for the Application Constants.
SnitchError
- Class in
org.am.snitch.utilities
Error Dialog.
SnitchError(String, String, String, JFrame)
- Constructor for class org.am.snitch.utilities.
SnitchError
Constructor of the class that will be used for informing the user about the error that occurred.
SnitchFilters
- Class in
org.am.snitch.filters
Wrapper for CVS filters.
SnitchFilters()
- Constructor for class org.am.snitch.filters.
SnitchFilters
SnitchFrame
- Class in
org.am.snitch.gui
CVS Snitch Main Frame.
SnitchFrame()
- Constructor for class org.am.snitch.gui.
SnitchFrame
Default constructor.
SnitchPanel
- Class in
org.am.snitch.gui
CVS Snitch Main Panel.
SnitchPanel(JFrame)
- Constructor for class org.am.snitch.gui.
SnitchPanel
Constructor that initializes the GUI parameters.
T
TimeLOC
- Class in
org.am.snitch.chart.maker
Creator of Panel for lines of code.
TimeLOC(Repository)
- Constructor for class org.am.snitch.chart.maker.
TimeLOC
Constructor.
U
USER_HOME
- Static variable in class org.am.snitch.constants.
SnitchConstants
Utilities
- Class in
org.am.snitch.utilities
Utilities class serving all other classes.
V
valueChanged(ListSelectionEvent)
- Method in class org.am.snitch.gui.
EditCVSRoot
W
WeekdayRevisions
- Class in
org.am.snitch.chart.maker
Creator of Panel for revisions per day.
WeekdayRevisions(Repository)
- Constructor for class org.am.snitch.chart.maker.
WeekdayRevisions
Constructor.
weekOfYearVisible
- Variable in class org.am.snitch.otherparty.
CalendarBean
indicates if weeks of year shall be visible
writeFile(String, List<String>)
- Static method in class org.am.snitch.utilities.
Utilities
Write tho the file system a configuration file.
Y
yearChooser
- Variable in class org.am.snitch.otherparty.
CalendarBean
the year chhoser
A
B
C
D
E
F
G
H
I
L
M
O
P
R
S
T
U
V
W
Y
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008 Axel Maroudas All Rights Reserved.