-
com.jgoodies.forms.builder.DefaultFormBuilder.appendRow()
-
com.jgoodies.forms.builder.PanelBuilder.appendRow()
-
com.jgoodies.forms.layout.FormLayout.appendRow()
Appends the given row specification to the bottom of all rows.
@param rowSpec the row specification to be added to the form layout
@throws NullPointerException if the rowSpec is null
-
com.salas.bb.utils.uif.BBFormBuilder.appendRow()
Appends row with arbitrary specs.
@param encodedSpecs specs.
-
net.helipilot50.stocktrade.displayproject.controls.ArrayField.appendRow()
-
net.sf.abproject.util.google.csv.GoogleCsvDocument.appendRow()
-
org.mevenide.idea.psi.project.PsiDependencies.appendRow()
-
org.odftoolkit.odfdom.doc.table.OdfTable.appendRow()
Append a row to the end of the table. The style of new row is same with the last row in the table.
Since ODFDOM 8.5 automatic table expansion is supported. Whenever a cell outside the current table is addressed the table is instantly expanded. Method getCellByPosition
can randomly access any cell, no matter it in or out of the table original range.
@return a new appended row
@see #appendRows(int)
@see #getRowByIndex(int)
@see #getCellByPosition(int,int)
@see #getCellByPosition(String)
-
org.odftoolkit.simple.table.Table.appendRow()
Append a row to the end of the table. The style of new row is same with the last row in the table.
Since SIMPLE supports automatic table expansion. Whenever a cell outside the current table is addressed the table is instantly expanded. Method getCellByPosition
can randomly access any cell, no matter it in or out of the table original range.
@return a new appended row
@see #appendRows(int)
@see #getRowByIndex(int)
@see #getCellByPosition(int,int)
@see #getCellByPosition(String)
-
railo.runtime.dump.DumpTable.appendRow()
-
reportgen.prototype.queryresults.ResultsRowList.appendRow()
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
mSettingsPn.add(mConfigBackgroundStyleBt, cc.xy(6, currentRow));
// Foreground color
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("5dlu"));
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("5dlu"));
mForegroundColorLb = new ColorLabel(Settings.propProgramPanelForegroundColor.getColor());
mForegroundColorLb.setStandardColor(Settings.propProgramPanelForegroundColor.getDefaultColor());
ColorButton programPanelForegroundColorChangeBtn = new ColorButton(mForegroundColorLb);
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
// Foreground color
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("5dlu"));
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("5dlu"));
mForegroundColorLb = new ColorLabel(Settings.propProgramPanelForegroundColor.getColor());
mForegroundColorLb.setStandardColor(Settings.propProgramPanelForegroundColor.getDefaultColor());
ColorButton programPanelForegroundColorChangeBtn = new ColorButton(mForegroundColorLb);
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
(currentRow += 2)));
mSettingsPn.add(mForegroundColorLb, cc.xy(4, currentRow));
mSettingsPn.add(programPanelForegroundColorChangeBtn, cc.xy(6, currentRow));
// Miscellaneous *********************************************
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("5dlu"));
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("3dlu"));
layout.appendRow(RowSpec.decode("pref"));
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
mSettingsPn.add(mForegroundColorLb, cc.xy(4, currentRow));
mSettingsPn.add(programPanelForegroundColorChangeBtn, cc.xy(6, currentRow));
// Miscellaneous *********************************************
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("5dlu"));
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("3dlu"));
layout.appendRow(RowSpec.decode("pref"));
mSettingsPn.add(DefaultComponentFactory.getInstance().createSeparator(
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
mSettingsPn.add(programPanelForegroundColorChangeBtn, cc.xy(6, currentRow));
// Miscellaneous *********************************************
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("5dlu"));
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("3dlu"));
layout.appendRow(RowSpec.decode("pref"));
mSettingsPn.add(DefaultComponentFactory.getInstance().createSeparator(
mLocalizer.msg("mouse", "Mouse")), cc.xyw(1,
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
// Miscellaneous *********************************************
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("5dlu"));
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("3dlu"));
layout.appendRow(RowSpec.decode("pref"));
mSettingsPn.add(DefaultComponentFactory.getInstance().createSeparator(
mLocalizer.msg("mouse", "Mouse")), cc.xyw(1,
(currentRow += 2), 8));
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
// Miscellaneous *********************************************
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("5dlu"));
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("3dlu"));
layout.appendRow(RowSpec.decode("pref"));
mSettingsPn.add(DefaultComponentFactory.getInstance().createSeparator(
mLocalizer.msg("mouse", "Mouse")), cc.xyw(1,
(currentRow += 2), 8));
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
}});
mPluginItemList = new SelectableItemList(mResultPluginArr, list.toArray());
int pos = 1;
layout.appendRow(RowSpec.decode("fill:default:grow"));
layout.appendRow(RowSpec.decode("3dlu"));
contentPane.add(mPluginItemList, cc.xy(1,pos));
pos += 2;
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
mPluginItemList = new SelectableItemList(mResultPluginArr, list.toArray());
int pos = 1;
layout.appendRow(RowSpec.decode("fill:default:grow"));
layout.appendRow(RowSpec.decode("3dlu"));
contentPane.add(mPluginItemList, cc.xy(1,pos));
pos += 2;
if (description != null) {
Examples of com.jgoodies.forms.layout.FormLayout.appendRow()
pos += 2;
if (description != null) {
JLabel lb = new JLabel(description);
layout.appendRow(RowSpec.decode("pref"));
layout.appendRow(RowSpec.decode("3dlu"));
contentPane.add(lb, cc.xy(1,pos));
pos += 2;
}
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.