Serialized Form


Package hoplugins.teamAnalyzer.ui

Class hoplugins.teamAnalyzer.ui.AutoFilterPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

awayGames

javax.swing.JCheckBox awayGames

cup

javax.swing.JCheckBox cup

defeat

javax.swing.JCheckBox defeat

draw

javax.swing.JCheckBox draw

friendly

javax.swing.JCheckBox friendly

homeGames

javax.swing.JCheckBox homeGames

league

javax.swing.JCheckBox league

qualifier

javax.swing.JCheckBox qualifier

win

javax.swing.JCheckBox win

number

hoplugins.commons.ui.NumberTextField number

Class hoplugins.teamAnalyzer.ui.ComboBoxRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class hoplugins.teamAnalyzer.ui.FilterPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

autoPanel

AutoFilterPanel autoPanel

downloadButton

javax.swing.JButton downloadButton

teamCombo

javax.swing.JComboBox teamCombo

cards

javax.swing.JPanel cards

radioAutomatic

javax.swing.JRadioButton radioAutomatic

radioManual

javax.swing.JRadioButton radioManual

manualPanel

ManualFilterPanel manualPanel

fullUpdate

boolean fullUpdate

Class hoplugins.teamAnalyzer.ui.MainPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

rosterPanel

RosterPanel rosterPanel

teamPanel

TeamPanel teamPanel

Class hoplugins.teamAnalyzer.ui.ManualFilterPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

availableMatches

java.util.List availableMatches
TODO Missing Parameter Documentation


tableModel

javax.swing.table.DefaultTableModel tableModel

table

javax.swing.JTable table

Class hoplugins.teamAnalyzer.ui.ManualFilterTableRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class hoplugins.teamAnalyzer.ui.PlayerInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

ageLabel

javax.swing.JLabel ageLabel
TODO Missing Parameter Documentation


expLabel

javax.swing.JLabel expLabel
TODO Missing Parameter Documentation


formLabel

javax.swing.JLabel formLabel
TODO Missing Parameter Documentation


tsiLabel

javax.swing.JLabel tsiLabel
TODO Missing Parameter Documentation

Class hoplugins.teamAnalyzer.ui.PlayerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

appearanceField

javax.swing.JLabel appearanceField
TODO Missing Parameter Documentation


nameField

javax.swing.JLabel nameField
TODO Missing Parameter Documentation


positionField

javax.swing.JLabel positionField
TODO Missing Parameter Documentation


positionImage

javax.swing.JLabel positionImage
TODO Missing Parameter Documentation


specialEventImage

javax.swing.JLabel specialEventImage
TODO Missing Parameter Documentation


ratingPanel

javax.swing.JPanel ratingPanel
TODO Missing Parameter Documentation


tacticPanel

TacticPanel tacticPanel
TODO Missing Parameter Documentation


mainPanel

javax.swing.JPanel mainPanel

infoPanel

PlayerInfoPanel infoPanel

spotLineup

SpotLineup spotLineup

Class hoplugins.teamAnalyzer.ui.RatingBox extends javax.swing.JPanel implements Serializable

Serialized Fields

arrow

javax.swing.JLabel arrow
TODO Missing Parameter Documentation


myValue

javax.swing.JLabel myValue
TODO Missing Parameter Documentation


opponentValue

javax.swing.JLabel opponentValue
TODO Missing Parameter Documentation

Class hoplugins.teamAnalyzer.ui.RatingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

table

javax.swing.JTable table

tableModel

UiRatingTableModel tableModel

columns

java.lang.String[] columns

Class hoplugins.teamAnalyzer.ui.RecapPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

table

javax.swing.JTable table

sorter

RecapTableSorter sorter

tableModel

UiRecapTableModel tableModel

columns

java.lang.String[] columns

Class hoplugins.teamAnalyzer.ui.RecapTableRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class hoplugins.teamAnalyzer.ui.RecapTableSorter extends hoplugins.commons.ui.sorter.AbstractTableSorter implements Serializable

Serialized Fields

skills

java.util.List skills

Class hoplugins.teamAnalyzer.ui.RosterPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

table

javax.swing.JTable table

oldPlayersInfo

java.util.List oldPlayersInfo

players

java.util.Map players

tableModel

UiRosterTableModel tableModel

columns

java.lang.String[] columns

reloading

boolean reloading

Class hoplugins.teamAnalyzer.ui.RosterTableRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class hoplugins.teamAnalyzer.ui.TacticPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tableModel

javax.swing.table.DefaultTableModel tableModel

table

javax.swing.JTable table

f

java.text.NumberFormat f

Class hoplugins.teamAnalyzer.ui.TeamPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

lineupPanel

FormationPanel lineupPanel

keeper

PlayerPanel keeper

leftAttacker

PlayerPanel leftAttacker

leftBack

PlayerPanel leftBack

leftCentral

PlayerPanel leftCentral

leftMidfielder

PlayerPanel leftMidfielder

leftWinger

PlayerPanel leftWinger

rightAttacker

PlayerPanel rightAttacker

rightBack

PlayerPanel rightBack

rightCentral

PlayerPanel rightCentral

rightMidfielder

PlayerPanel rightMidfielder

rightWinger

PlayerPanel rightWinger

Class hoplugins.teamAnalyzer.ui.UserTeamPlayerPanel extends PlayerPanel implements Serializable

Serialized Fields

spotLineup

UserTeamSpotLineup spotLineup


Package hoplugins.teamAnalyzer.ui.component

Class hoplugins.teamAnalyzer.ui.component.AboutPanel extends hoplugins.commons.ui.InfoPanel implements Serializable

Class hoplugins.teamAnalyzer.ui.component.AddPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

menu

FavouriteMenu menu
The Favourite Menu itself


addButton

javax.swing.JButton addButton
The add button


status

javax.swing.JLabel status
A status label


teamId

hoplugins.commons.ui.NumberTextField teamId
The text field

Class hoplugins.teamAnalyzer.ui.component.DeletePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

menu

FavouriteMenu menu
The Favourite Menu itself


addButton

javax.swing.JButton addButton
The add button


deletebutton

javax.swing.JButton deletebutton
The delete button


teams

javax.swing.JComboBox teams
ComboBox with the list of favourite teams


status

javax.swing.JLabel status
A status label

Class hoplugins.teamAnalyzer.ui.component.DownloadPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

downloadButton

javax.swing.JButton downloadButton
Download Button


jLabel1

javax.swing.JLabel jLabel1
Description label


status

javax.swing.JLabel status
Status label


matchId

hoplugins.commons.ui.NumberTextField matchId
The matchid text field

Class hoplugins.teamAnalyzer.ui.component.FavouriteMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

dao

FavoritesDAO dao
The DB Access object


itemAdd

javax.swing.JMenuItem itemAdd
Add menu item


itemDelete

javax.swing.JMenuItem itemDelete
Delete menu item


items

java.util.List items
List of favourite team menu items


teams

java.util.List teams
List of favourite team objects


me

FavouriteMenu me
Reference to itself

Class hoplugins.teamAnalyzer.ui.component.JokePanel extends hoplugins.commons.ui.InfoPanel implements Serializable

Class hoplugins.teamAnalyzer.ui.component.SettingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

checkName

javax.swing.JCheckBox checkName

descRating

javax.swing.JCheckBox descRating

loddarStats

javax.swing.JCheckBox loddarStats

mixedLineup

javax.swing.JCheckBox mixedLineup

myLineup

javax.swing.JCheckBox myLineup

numberRating

javax.swing.JCheckBox numberRating

playerInfo

javax.swing.JCheckBox playerInfo

smartSquad

javax.swing.JCheckBox smartSquad

squad

javax.swing.JCheckBox squad

stars

javax.swing.JCheckBox stars

tacticDetail

javax.swing.JCheckBox tacticDetail

totalStrength

javax.swing.JCheckBox totalStrength

unavailable

javax.swing.JCheckBox unavailable


Package hoplugins.teamAnalyzer.ui.lineup

Class hoplugins.teamAnalyzer.ui.lineup.FormationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

leftAtt

RatingBox leftAtt
Left Attack RatingBox


leftDef

RatingBox leftDef
Left Defence RatingBox


midAtt

RatingBox midAtt
Central Attack RatingBox


midDef

RatingBox midDef
Central Defence RatingBox


midfield

RatingBox midfield
Midfield RatingBox


rightAtt

RatingBox rightAtt
Right Attack RatingBox


rightDef

RatingBox rightDef
Right Defence RatingBox


myTeam

TeamLineupData myTeam
User Team Lineup Data


opponentTeam

TeamLineupData opponentTeam
Opponent Team Lineup Data

Class hoplugins.teamAnalyzer.ui.lineup.LineupStylePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mainPanel

FormationPanel mainPanel
The main formation panel


constraints

java.awt.GridBagConstraints constraints
GridBag Constraints


layout

java.awt.GridBagLayout layout
GridBag layout


centerPanel

javax.swing.JPanel centerPanel
The main panel

Class hoplugins.teamAnalyzer.ui.lineup.MixedLineupPanel extends LineupStylePanel implements Serializable

Class hoplugins.teamAnalyzer.ui.lineup.StandardLineupPanel extends LineupStylePanel implements Serializable


Package hoplugins.teamAnalyzer.ui.model

Class hoplugins.teamAnalyzer.ui.model.UiFilterTableModel extends hoplugins.commons.ui.BaseTableModel implements Serializable

Class hoplugins.teamAnalyzer.ui.model.UiRatingTableModel extends hoplugins.commons.ui.BaseTableModel implements Serializable

Class hoplugins.teamAnalyzer.ui.model.UiRecapTableModel extends hoplugins.commons.ui.BaseTableModel implements Serializable

Class hoplugins.teamAnalyzer.ui.model.UiRosterTableModel extends hoplugins.commons.ui.BaseTableModel implements Serializable


Package hoplugins.teamAnalyzer.ui.renderer

Class hoplugins.teamAnalyzer.ui.renderer.PlayerPositionTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

serialVersionUID: 3258412837305923127l



Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.