A B C D E F G H I L M N O P R S T V

A

ASCENDING - Static variable in class hoplugins.commons.ui.sorter.AbstractTableSorter
TODO Missing Parameter Documentation
AbstractTableSorter - class hoplugins.commons.ui.sorter.AbstractTableSorter.
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
AbstractTableSorter() - Constructor for class hoplugins.commons.ui.sorter.AbstractTableSorter
Creates a new TableSorter object.
AbstractTableSorter(TableModel) - Constructor for class hoplugins.commons.ui.sorter.AbstractTableSorter
Creates a new TableSorter object.
AbstractTableSorter(TableModel, JTableHeader) - Constructor for class hoplugins.commons.ui.sorter.AbstractTableSorter
Creates a new TableSorter object.
addLayoutComponent(String, Component) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Adds the specified component with the specified name to the layout.
alignment - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout.Entry
Horizontal and vertical alignment
assignAbsoluteSize(int, int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Assigns absolute sizes.
assignFillSize(int, int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Assigns FILL sizes.
assignPrefMinSize(int, int, double) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Assigned widths to preferred and minimum size columns and rows.
assignRelativeSize(int, int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Assigns relative sizes.

B

BOTTOM - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the component is bottom justified in its cell
BaseTableModel - class hoplugins.commons.ui.BaseTableModel.
Base TableModel that creates a not editable table and manage the rendering
BaseTableModel() - Constructor for class hoplugins.commons.ui.BaseTableModel
Creates a new instance of BaseTableModel
BaseTableModel(Vector, Vector) - Constructor for class hoplugins.commons.ui.BaseTableModel
Creates a new BaseTableModel object.

C

C - Static variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Indicates a column
CENTER - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the component is centered in its cell
COMPARABLE_COMAPRATOR - Static variable in class hoplugins.commons.ui.sorter.AbstractTableSorter
TODO Missing Parameter Documentation
CompositeIcon - class hoplugins.commons.ui.CompositeIcon.
CompositeIcon is an Icon implementation which draws two icons with a specified relative position: LEFT, RIGHT, TOP, BOTTOM specify how icon1 is drawn relative to icon2 CENTER: icon1 is drawn first, icon2 is drawn over it and with horizontal and vertical orientations within the alloted space It's useful with VTextIcon when you want an icon with your text: if icon1 is the graphic icon and icon2 is the VTextIcon, you get a similar effect to a JLabel with a graphic icon and text
CompositeIcon(Icon, Icon) - Constructor for class hoplugins.commons.ui.CompositeIcon
Create a CompositeIcon from the specified Icons, using the default relative position (icon1 above icon2) and orientations (centered horizontally and vertically)
CompositeIcon(Icon, Icon, int) - Constructor for class hoplugins.commons.ui.CompositeIcon
Create a CompositeIcon from the specified Icons, using the specified relative position and default orientations (centered horizontally and vertically)
CompositeIcon(Icon, Icon, int, int, int) - Constructor for class hoplugins.commons.ui.CompositeIcon
Create a CompositeIcon from the specified Icons, using the specified relative position and orientations
calculateLayoutSize(Container, double) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Calculates the preferred or minimum size for the methods preferredLayoutSize and minimumLayoutSize.
calculateLayoutSize(Container, int, double, TableLayout.Entry[], Dimension[]) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Calculates the preferred or minimum size for the method calculateLayoutSize(Container container, double typeOfSize).
calculateOffset(int, Insets) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Calculates the offset of each cr.
calculateSize(Container) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Calculates the sizes of the rows and columns based on the absolute and relative sizes specified in crSpec[R] and crSpec[C] and the size of the container.
calculateSizeAndOffset(TableLayout.Entry, int, boolean) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Calculates the vertical/horizontal offset and size of a component.
cancelSorting() - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
 
centerDialogInParent(Dialog) - Static method in class hoplugins.commons.ui.PositioningUtilities
Method that place Dialog in the center of his parent
centerFrameOnScreen(Window) - Static method in class hoplugins.commons.ui.PositioningUtilities
Method the center the frame in the center of the screen
checkForComponentOrientationSupport - Static variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Used to minimize reflection calls
col1 - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Cell in which the upper left corner of the component lays
col2 - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Cell in which the lower right corner of the component lays
component - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout.Entry
Component bound by the constraints
copy() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout.Entry
Copies this Entry.
cr1 - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout.Entry
Cell in which the upper-left corner of the component lies
cr2 - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout.Entry
Cell in which the lower-right corner of the component lies
crOffset - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Offsets of crs in pixels.
crSize - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Sizes of crs in pixels
crSpec - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Sizes of crs expressed in absolute and relative terms
createEconomyCalendar(IHOMiniModel) - Static method in class hoplugins.commons.utils.HTCalendarFactory
Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
createEconomyCalendar(IHOMiniModel, Date) - Static method in class hoplugins.commons.utils.HTCalendarFactory
Creates a HTCalendar to calculate local values for a league, using the economy date to flip over to the next week.
createGlobalCalendar() - Static method in class hoplugins.commons.utils.HTCalendarFactory
Creates a HTCalendar to calculate global (Swedish) values.
createGlobalCalendar(Date) - Static method in class hoplugins.commons.utils.HTCalendarFactory
Creates a HTCalendar to calculate global (Swedish) values and presets it with he specified date a date.
createTrainingCalendar(IHOMiniModel) - Static method in class hoplugins.commons.utils.HTCalendarFactory
Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.
createTrainingCalendar(IHOMiniModel, Date) - Static method in class hoplugins.commons.utils.HTCalendarFactory
Creates a HTCalendar to calculate local values for a league, using the training date to flip over to the next week.

D

DESCENDING - Static variable in class hoplugins.commons.ui.sorter.AbstractTableSorter
TODO Missing Parameter Documentation
DateUtil - class hoplugins.commons.utils.DateUtil.
Collection of Date Utility
Debug - class hoplugins.commons.utils.Debug.
TODO Missing Class Documentation
Debug() - Constructor for class hoplugins.commons.utils.Debug
Creates a new Debug object.
DebugWindow - class hoplugins.commons.ui.DebugWindow.
TODO Debug window helper class
DefaultTableSorter - class hoplugins.commons.ui.DefaultTableSorter.
Default Table sorter
DefaultTableSorter() - Constructor for class hoplugins.commons.ui.DefaultTableSorter
Creates a new DefaultTableSorter object.
DefaultTableSorter(TableModel) - Constructor for class hoplugins.commons.ui.DefaultTableSorter
Creates a new DefaultTableSorter object.
DefaultTableSorter(TableModel, JTableHeader) - Constructor for class hoplugins.commons.ui.DefaultTableSorter
Creates a new DefaultTableSorter object.
debug(Exception) - Static method in class hoplugins.commons.ui.DebugWindow
Appends the stack trace of the given exception to the debug window.
debug(String) - Static method in class hoplugins.commons.ui.DebugWindow
Appends the given string to the debug window.
defaultSize - Static variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Default row/column size
deleteColumn(int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Deletes a column in this layout.
deleteCr(int, int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Deletes a cr for the methods deleteRow or deleteColumn.
deleteRow(int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Deletes a row in this layout.
dirty - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Indicates whether or not the size of the cells are known for the last known size of the container.

E

equalsAsDays(Date, Date) - Static method in class hoplugins.commons.utils.DateUtil
Check if the two dates are in the same day

F

FILL - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the row/column should fill the available space
FULL - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the component is full justified in its cell
float2HTint(float) - Method in class hoplugins.commons.vo.MatchRating
Convert reduced float rating (1.00....20.99) to original integer HT rating (1...80) one +0.5 is because of correct rounding to integer

G

getCentralAttack() - Method in class hoplugins.commons.vo.MatchRating
Gets the central attack rating
getCentralDefense() - Method in class hoplugins.commons.vo.MatchRating
Gets the central defense rating
getColumn() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the sizes of columns in this layout.
getColumn(int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the width of a single column in this layout.
getColumnClass(int) - Method in class hoplugins.commons.ui.BaseTableModel
Method the return the column class type
getColumnClass(int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getColumnCount() - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getColumnName(int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getComparator(int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getComponentOrientation(Container) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the container's component orientation.
getConstraints(Component) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the constraints of a given component.
getCustomComparator(int) - Method in class hoplugins.commons.ui.DefaultTableSorter
DOCUMENT ME!
getCustomComparator(int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getDiffDays(Date, Date) - Static method in class hoplugins.commons.utils.DateUtil
Returns the number of full days between two dates
getHGap() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the horizontal gap between colunns.
getHTSeason() - Method in class hoplugins.commons.utils.HTCalendar
Gets the calculated Hattrick season or 0 if the date is before the league's first season.
getHTWeek() - Method in class hoplugins.commons.utils.HTCalendar
Gets the calculated Hattrick week.
getHatStats() - Method in class hoplugins.commons.vo.MatchRating
Returns the calculated HatStats(3 midfield) + (sum of defence) + (sum of attack )
getHeaderRendererIcon(int, int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getIconHeight() - Method in class hoplugins.commons.ui.CompositeIcon
Returns the icon's height.
getIconHeight() - Method in class hoplugins.commons.ui.VTextIcon
Returns the icon's height.
getIconWidth() - Method in class hoplugins.commons.ui.CompositeIcon
Returns the icon's width.
getIconWidth() - Method in class hoplugins.commons.ui.VTextIcon
Returns the icon's width.
getInvalidEntry() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Determines whether or not there are any components with invalid constraints.
getLayoutAlignmentX(Container) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Returns the alignment along the y axis.
getLeftAttack() - Method in class hoplugins.commons.vo.MatchRating
Gets the left attack rating
getLeftDefense() - Method in class hoplugins.commons.vo.MatchRating
Gets the left defense rating
getLocale() - Static method in class hoplugins.commons.utils.PluginProperty
Convert HT language ID to Java locale
getLoddarStats(int, int) - Method in class hoplugins.commons.vo.MatchRating
Returns the calculated LoddarStats
getMidfield() - Method in class hoplugins.commons.vo.MatchRating
Gets the midfield rating
getNumColumn() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the number of columns in this layout.
getNumRow() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the number of rows in this layout.
getOverlappingEntry() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets a list of overlapping components and their constraints.
getPStats() - Method in class hoplugins.commons.vo.MatchRating
Returns the calculated PStats (aka PeasoStats)
getRating(int, boolean, boolean, IHOMiniModel) - Static method in class hoplugins.commons.utils.RatingUtil
Utility Method that returns a string representation of the rating
getRating(String, boolean, boolean, List) - Static method in class hoplugins.commons.utils.RatingUtil
Utility Method that returns a double representation of the rating
getRightAttack() - Method in class hoplugins.commons.vo.MatchRating
Gets the right attack rating
getRightDefense() - Method in class hoplugins.commons.vo.MatchRating
Gets the right defense rating
getRow() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the height of a single row in this layout.
getRow(int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the sizes of a row in this layout.
getRowCount() - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
 
getSeriesLevel(String) - Static method in class hoplugins.commons.utils.SeriesUtil
TODO Missing Method Documentation
getSmartSquad(double) - Method in class hoplugins.commons.vo.MatchRating
Returns the calculated Smart Squad Rating (Squad Rating / stars)
getSortedSet(Collection, Comparator) - Static method in class hoplugins.commons.utils.ListUtil
Sort the collection and returns a SortedSet
getSortingColumns() - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getSortingStatus(int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getSquad() - Method in class hoplugins.commons.vo.MatchRating
Returns the calculated Squad Rating(2 midfield) + (sum of defence) + (sum of attack )
getString(String) - Static method in class hoplugins.commons.utils.PluginProperty
Returns the property value
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class hoplugins.commons.ui.renderer.HtmlCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class hoplugins.commons.ui.renderer.TextAreaCellRenderer
 
getTableHeader() - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getTableModel() - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
getTime() - Method in class hoplugins.commons.utils.HTCalendar
Gets the date for which the Hattrick season and week is calculated.
getVGap() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Gets the vertical gap between rows.
getValue() - Method in class hoplugins.commons.ui.NumberTextField
Returns the int value
getValueAt(int, int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!

H

HTCalendar - class hoplugins.commons.utils.HTCalendar.
HTCalendar is a class for calculating the Hattrick season and week number for a given date.
HTCalendarFactory - class hoplugins.commons.utils.HTCalendarFactory.
Factory for creating HTCalendar instances.
HtmlCellRenderer - class hoplugins.commons.ui.renderer.HtmlCellRenderer.
HTML cell renderer.
HtmlCellRenderer() - Constructor for class hoplugins.commons.ui.renderer.HtmlCellRenderer
Constructor
hAlign - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Horizontal justification if component occupies just one cell
hGap - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Horizontal gap between columns
hasHeaderLine() - Method in class hoplugins.commons.ui.DefaultTableSorter
DOCUMENT ME!
hasHeaderLine() - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
hoplugins.commons.ui - package hoplugins.commons.ui
 
hoplugins.commons.ui.info.clearthought.layout - package hoplugins.commons.ui.info.clearthought.layout
 
hoplugins.commons.ui.renderer - package hoplugins.commons.ui.renderer
 
hoplugins.commons.ui.sorter - package hoplugins.commons.ui.sorter
 
hoplugins.commons.utils - package hoplugins.commons.utils
 
hoplugins.commons.vo - package hoplugins.commons.vo
 

I

InfoPanel - class hoplugins.commons.ui.InfoPanel.
An info customizable panel, it shows the Strings passed thru constructor!!!
InfoPanel(String[]) - Constructor for class hoplugins.commons.ui.InfoPanel
Constructs a new instance.
init(double[], double[]) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Initializes the TableLayout for all constructors.
insertColumn(int, double) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Inserts a column in this layout.
insertCr(int, int, double) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Inserts a cr for the methods insertRow or insertColumn.
insertRow(int, double) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Inserts a row in this layout.
invalidateLayout(Container) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
isCellEditable(int, int) - Method in class hoplugins.commons.ui.BaseTableModel
Method that returns if the cell if editable, false by default
isCellEditable(int, int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
isSorting() - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!

L

LEADING - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the component is leading justified in its cell.
LEFT - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the component is left justified in its cell
LEXICAL_COMPARATOR - Static variable in class hoplugins.commons.ui.sorter.AbstractTableSorter
TODO Missing Parameter Documentation
ListUtil - class hoplugins.commons.utils.ListUtil.
List Utility class
layoutContainer(Container) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
To lay out the specified container using this layout.
list - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
List of components and their sizes
loadPluginProperties(String) - Static method in class hoplugins.commons.utils.PluginProperty
Loads the own property file of the given plugin.
log(String) - Static method in class hoplugins.commons.utils.Debug
TODO Missing Method Documentation
logException(Exception) - Static method in class hoplugins.commons.utils.Debug
TODO Missing Method Documentation

M

MINIMUM - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the row/column should be allocated just enough space to accomidate the minimum size of all components contained completely within this row/column.
MatchRating - class hoplugins.commons.vo.MatchRating.
Class with holds the Ratings of a team in the 7 areas of the field
MatchRating() - Constructor for class hoplugins.commons.vo.MatchRating
 
MathUtil - class hoplugins.commons.utils.MathUtil.
Math Utility Class
maximumLayoutSize(Container) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
methodGetComponentOrientation - Static variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Method used to get component orientation while preserving compatability with earlier versions of java.awt.Container.
minSortableColumn() - Method in class hoplugins.commons.ui.DefaultTableSorter
DOCUMENT ME!
minSortableColumn() - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
minimumLayoutSize(Container) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Determines the minimum size of the container argument using this layout.
modelIndex(int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!

N

NOT_SORTED - Static variable in class hoplugins.commons.ui.sorter.AbstractTableSorter
TODO Missing Parameter Documentation
NumberTextField - class hoplugins.commons.ui.NumberTextField.
configurable JLabel that handles numeric values
NumberTextField(int) - Constructor for class hoplugins.commons.ui.NumberTextField
costructor for integer values only

O

oldHeight - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Previous known height of the container
oldWidth - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Previous known width of the container

P

PREFERRED - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the row/column should be allocated just enough space to accomidate the preferred size of all components contained completely within this row/column.
PluginProperty - class hoplugins.commons.utils.PluginProperty.
Property Manager class for HO Plugins
PositioningUtilities - class hoplugins.commons.ui.PositioningUtilities.
Class of Utility for positioning of Frames and Dialog
PositioningUtilities() - Constructor for class hoplugins.commons.ui.PositioningUtilities
 
paintIcon(Component, Graphics, int, int) - Method in class hoplugins.commons.ui.CompositeIcon
Draw the icon at the specified location.
paintIcon(Component, Graphics, int, int) - Method in class hoplugins.commons.ui.VTextIcon
Draw the icon at the specified location.
positionDialogRelativeToParent(Dialog, double, double) - Static method in class hoplugins.commons.ui.PositioningUtilities
Method that place the dialog relative to the parent
positionFrameOnScreen(Window, double, double) - Static method in class hoplugins.commons.ui.PositioningUtilities
Method that place the window relative to the screen
positionFrameRandomly(Window) - Static method in class hoplugins.commons.ui.PositioningUtilities
Method that place the window randomly in the screen
preferredLayoutSize(Container) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Determines the preferred size of the container argument using this layout.
propertyChange(PropertyChangeEvent) - Method in class hoplugins.commons.ui.VTextIcon
Checks for changes to the font on the fComponent so that it can invalidate the layout if the size changes

R

R - Static variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Indicates a row
RIGHT - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the component is right justified in its cell
ROTATE_DEFAULT - Static variable in class hoplugins.commons.ui.VTextIcon
Rotate
ROTATE_LEFT - Static variable in class hoplugins.commons.ui.VTextIcon
Rotate LEft
ROTATE_NONE - Static variable in class hoplugins.commons.ui.VTextIcon
Don't Rotate
ROTATE_RIGHT - Static variable in class hoplugins.commons.ui.VTextIcon
Ratate Right
RatingUtil - class hoplugins.commons.utils.RatingUtil.
Utility for Rating Formatting
random(int) - Static method in class hoplugins.commons.utils.MathUtil
Method to generate a random integer, from 0 to number-1
removeLayoutComponent(Component) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Removes the specified component from the layout.
resetDay(Date) - Static method in class hoplugins.commons.utils.DateUtil
Reset the Date to midnight time
row1 - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Cell in which the upper left corner of the component lays
row2 - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Cell in which the lower right corner of the component lays

S

SeriesUtil - class hoplugins.commons.utils.SeriesUtil.
Utility for Rating Formatting
setCentralAttack(double) - Method in class hoplugins.commons.vo.MatchRating
Sets the central attack rating
setCentralDefense(double) - Method in class hoplugins.commons.vo.MatchRating
Sets the central defense rating
setColumn(double[]) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Adjusts the number and sizes of rows in this layout.
setColumn(int, double) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Adjusts the width of a single column in this layout.
setColumnComparator(Class, Comparator) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
setConstraints(Component, TableLayoutConstraints) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Sets the constraints of a given component.
setCr(int, double[]) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Sets the sizes of rows or columns for the methods setRow or setColumn.
setCr(int, int, double) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Sets the sizes of rows or columns for the methods setRow or setColumn.
setHGap(int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Sets the horizontal gap between colunns.
setInfoText(String) - Static method in class hoplugins.commons.ui.DebugWindow
Sets info text on HO panel.
setLabel(String) - Method in class hoplugins.commons.ui.VTextIcon
sets the label to the given string, updating the orientation as needed and invalidating the layout if the size changes
setLeftAttack(double) - Method in class hoplugins.commons.vo.MatchRating
Sets the left attack rating
setLeftDefense(double) - Method in class hoplugins.commons.vo.MatchRating
Sets the left defense rating
setMidfield(double) - Method in class hoplugins.commons.vo.MatchRating
Sets the midfield rating
setRightAttack(double) - Method in class hoplugins.commons.vo.MatchRating
Sets the right attack rating
setRightDefense(double) - Method in class hoplugins.commons.vo.MatchRating
Sets the right defense rating
setRow(double[]) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Adjusts the number and sizes of rows in this layout.
setRow(int, double) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Adjusts the height of a single row in this layout.
setSortingStatus(int, int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
setTableHeader(JTableHeader) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
setTableModel(TableModel) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!
setTime(Timestamp) - Method in class hoplugins.commons.utils.HTCalendar
Sets the date for which to calculate the Hattrick season and week.
setTime(Date) - Method in class hoplugins.commons.utils.HTCalendar
Sets the date for which to calculate the Hattrick season and week.
setTime(Calendar) - Method in class hoplugins.commons.utils.HTCalendar
Sets the date for which to calculate the Hattrick season and week.
setVGap(int) - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Sets the vertical gap between rows.
setValueAt(Object, int, int) - Method in class hoplugins.commons.ui.sorter.AbstractTableSorter
DOCUMENT ME!

T

TOP - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the component is top justified in its cell
TRAILING - Static variable in interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants
Indicates that the component is trailing justified in its cell.
TableLayout - class hoplugins.commons.ui.info.clearthought.layout.TableLayout.
TableLayout is a layout manager that arranges components in rows and columns like a spreadsheet.
TableLayout() - Constructor for class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Constructs an instance of TableLayout.
TableLayout(double[][]) - Constructor for class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Constructs an instance of TableLayout.
TableLayout(double[], double[]) - Constructor for class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Constructs an instance of TableLayout.
TableLayout.Entry - class hoplugins.commons.ui.info.clearthought.layout.TableLayout.Entry.
 
TableLayout.Entry(Component, TableLayoutConstraints) - Constructor for class hoplugins.commons.ui.info.clearthought.layout.TableLayout.Entry
Constructs an Entry that binds a component to a set of constraints.
TableLayoutConstants - interface hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstants.
TableLayoutConstants define the constants used by all the TableLayout classes.
TableLayoutConstraints - class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints.
TableLayoutConstraints binds components to their constraints.
TableLayoutConstraints() - Constructor for class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Constructs an TableLayoutConstraints with the default settings.
TableLayoutConstraints(String) - Constructor for class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Constructs an TableLayoutConstraints from a string.
TableLayoutConstraints(int, int, int, int, int, int) - Constructor for class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Constructs an TableLayoutConstraints a set of constraints.
TextAreaCellRenderer - class hoplugins.commons.ui.renderer.TextAreaCellRenderer.
TextArea table cell renderer.
TextAreaCellRenderer() - Constructor for class hoplugins.commons.ui.renderer.TextAreaCellRenderer
Constructor
tableModel - Variable in class hoplugins.commons.ui.sorter.AbstractTableSorter
TODO Missing Parameter Documentation
toString() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout.Entry
Gets the string representation of this Entry.
toString() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Converts this TableLayout to a string.
toString() - Method in class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Gets a string representation of this TableLayoutConstraints.
toString() - Method in class hoplugins.commons.vo.MatchRating

V

VTextIcon - class hoplugins.commons.ui.VTextIcon.
VTextIcon is an Icon implementation which draws a short string vertically.
VTextIcon(Component, String) - Constructor for class hoplugins.commons.ui.VTextIcon
Creates a VTextIcon for the specified component with the specified label.
VTextIcon(Component, String, int) - Constructor for class hoplugins.commons.ui.VTextIcon
Creates a VTextIcon for the specified component with the specified label.
vAlign - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayoutConstraints
Verical justification if component occupies just one cell
vGap - Variable in class hoplugins.commons.ui.info.clearthought.layout.TableLayout
Vertical gap between rows
verifyRotation(String, int) - Static method in class hoplugins.commons.ui.VTextIcon
verifyRotation returns the best rotation for the string (ROTATE_NONE, ROTATE_LEFT, ROTATE_RIGHT) This is public static so you can use it to test a string without creating a VTextIcon from http://www.unicode.org/unicode/reports/tr9/tr9-3.html When setting text using the Arabic script in vertical lines, it is more common to employ a horizontal baseline that is rotated by 90¡ counterclockwise so that the characters are ordered from top to bottom.

A B C D E F G H I L M N O P R S T V

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