|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.gui.GuiUtilities
public class GuiUtilities
A class containing simple GUI helper methods.
Constructor Summary | |
---|---|
GuiUtilities()
|
Method Summary | |
---|---|
static int |
getPreferredWidthOfCell(javax.swing.JTable table,
int rowIndex,
int colIndex)
Returns the preferred width of a given cell in a table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiUtilities()
Method Detail |
---|
public static int getPreferredWidthOfCell(javax.swing.JTable table, int rowIndex, int colIndex)
table
- the tablecolIndex
- the colum indexrowIndex
- the row index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |