|
|
@ -645,22 +645,6 @@ public class ElementCasePaneAuthorityEditPane extends AuthorityEditPane { |
|
|
|
return TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, rowCount, LayoutConstants.VGAP_SMALL, LayoutConstants.VGAP_SMALL); |
|
|
|
return TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, rowCount, LayoutConstants.VGAP_SMALL, LayoutConstants.VGAP_SMALL); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// private JPanel populateWidgetCheckPane() {
|
|
|
|
|
|
|
|
// double f = TableLayout.FILL;
|
|
|
|
|
|
|
|
// double p = TableLayout.PREFERRED;
|
|
|
|
|
|
|
|
// Component[][] components = new Component[][]{
|
|
|
|
|
|
|
|
// new Component[]{new UILabel(com.fr.design.i18n.Toolkit.i18nText("FR-Designer_Cell"), SwingConstants.LEFT), cellElementVisibleCheckBoxes},
|
|
|
|
|
|
|
|
// new Component[]{null, newValue},
|
|
|
|
|
|
|
|
// new Component[]{null, valueEditor},
|
|
|
|
|
|
|
|
// new Component[]{new UILabel(com.fr.design.i18n.Toolkit.i18nText("FR-Designer_Widget"), SwingConstants.LEFT), widgetVisible},
|
|
|
|
|
|
|
|
// new Component[]{null, widgetAvailable}
|
|
|
|
|
|
|
|
// };
|
|
|
|
|
|
|
|
// double[] rowSize = {p, p, p, p, p};
|
|
|
|
|
|
|
|
// double[] columnSize = {p, f};
|
|
|
|
|
|
|
|
// int[][] rowCount = {{1, 1}, {1, 1}, {1, 1}, {1, 1}, {1, 1}};
|
|
|
|
|
|
|
|
// return TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, rowCount, LayoutConstants.VGAP_MEDIUM, LayoutConstants.VGAP_MEDIUM);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private JPanel populateWidgetCheckPane() { |
|
|
|
private JPanel populateWidgetCheckPane() { |
|
|
|
double f = TableLayout.FILL; |
|
|
|
double f = TableLayout.FILL; |
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
double p = TableLayout.PREFERRED; |
|
|
@ -705,20 +689,6 @@ public class ElementCasePaneAuthorityEditPane extends AuthorityEditPane { |
|
|
|
return TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, rowCount, LayoutConstants.VGAP_MEDIUM, LayoutConstants.VGAP_MEDIUM); |
|
|
|
return TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, rowCount, LayoutConstants.VGAP_MEDIUM, LayoutConstants.VGAP_MEDIUM); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// private JPanel populatCellCheckPane() {
|
|
|
|
|
|
|
|
// double f = TableLayout.FILL;
|
|
|
|
|
|
|
|
// double p = TableLayout.PREFERRED;
|
|
|
|
|
|
|
|
// Component[][] components = new Component[][]{
|
|
|
|
|
|
|
|
// new Component[]{cellElementVisibleCheckBoxes},
|
|
|
|
|
|
|
|
// new Component[]{newValue},
|
|
|
|
|
|
|
|
// new Component[]{valueEditor}
|
|
|
|
|
|
|
|
// };
|
|
|
|
|
|
|
|
// double[] rowSize = {p, p, p};
|
|
|
|
|
|
|
|
// double[] columnSize = {f};
|
|
|
|
|
|
|
|
// int[][] rowCount = {{1}, {1}, {1}};
|
|
|
|
|
|
|
|
// return TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, rowCount, LayoutConstants.VGAP_MEDIUM, LayoutConstants.VGAP_MEDIUM);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private JPanel populatCellCheckPane() { |
|
|
|
private JPanel populatCellCheckPane() { |
|
|
|
double f = TableLayout.FILL; |
|
|
|
double f = TableLayout.FILL; |
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|
double p = TableLayout.PREFERRED; |
|
|
|