Class PanelUtil
- java.lang.Object
-
- org.processmining.lip.visualizer.filter.PanelUtil
-
public class PanelUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PanelUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcofigureListBasic(javax.swing.JList list)static voidconfigPanelForLeftAligned(javax.swing.JComponent component)static javax.swing.JComponentconfigureAnyScrollable(javax.swing.JComponent scrollable)static javax.swing.JComponentconfigureVHScrollable(javax.swing.JComponent scrollable)static javax.swing.JLabelcreateHelpLabel(javax.swing.JComponent panel, java.lang.String textlabel)static javax.swing.JLabelcreateLabel(javax.swing.JComponent panel, java.lang.String textlabel)static javax.swing.JLabelcreateLabel(javax.swing.JComponent panel, java.lang.String textlabel, javax.swing.border.Border border)static javax.swing.JSlidercreateSlider(javax.swing.JComponent panel, javax.swing.event.ChangeListener c, int min, int max, int init)static javax.swing.JComponentpackLeftAligned(javax.swing.JComponent component)static javax.swing.JComponentpackLeftAlignedWithStrut(javax.swing.JComponent component)
-
-
-
Method Detail
-
cofigureListBasic
public static void cofigureListBasic(javax.swing.JList list)
-
configureVHScrollable
public static javax.swing.JComponent configureVHScrollable(javax.swing.JComponent scrollable)
-
configureAnyScrollable
public static javax.swing.JComponent configureAnyScrollable(javax.swing.JComponent scrollable)
-
configPanelForLeftAligned
public static void configPanelForLeftAligned(javax.swing.JComponent component)
-
packLeftAligned
public static javax.swing.JComponent packLeftAligned(javax.swing.JComponent component)
-
packLeftAlignedWithStrut
public static javax.swing.JComponent packLeftAlignedWithStrut(javax.swing.JComponent component)
-
createLabel
public static javax.swing.JLabel createLabel(javax.swing.JComponent panel, java.lang.String textlabel, javax.swing.border.Border border)
-
createLabel
public static javax.swing.JLabel createLabel(javax.swing.JComponent panel, java.lang.String textlabel)
-
createHelpLabel
public static javax.swing.JLabel createHelpLabel(javax.swing.JComponent panel, java.lang.String textlabel)
-
createSlider
public static javax.swing.JSlider createSlider(javax.swing.JComponent panel, javax.swing.event.ChangeListener c, int min, int max, int init)
-
-