List of usage examples for com.intellij.openapi.ui StripeTable StripeTable
public StripeTable(TableModel model)
From source file:org.twodividedbyzero.idea.findbugs.gui.common.TableFacade.java
License:Open Source License
public static JTable createStripeTable(final TableModel dataModel) { return new StripeTable(dataModel); }