|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jorphan.gui.GuiUtils
public final class GuiUtils
Constructor Summary | |
---|---|
GuiUtils()
|
Method Summary | |
---|---|
static JComponent |
createLabelCombo(String label,
JComboBox comboBox)
Create a GUI component JLabel + JComboBox with a left and right margin (5px) |
static void |
fixSize(TableColumn column,
JTable table)
Fix the size of a column according to the header text. |
static JScrollPane |
makeScrollPane(Component comp)
Create a scroll panel that sets its preferred size to its minimum size. |
static void |
stopTableEditing(JTable table)
Stop any editing that is currently being done on the table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiUtils()
Method Detail |
---|
public static JScrollPane makeScrollPane(Component comp)
comp
- the component which should be placed inside the scroll pane
public static void fixSize(TableColumn column, JTable table)
column
- to be resizedtable
- containing the columnpublic static JComponent createLabelCombo(String label, JComboBox comboBox)
label
- comboBox
-
public static void stopTableEditing(JTable table)
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |