Searched refs:column (Results 1 - 25 of 148) sorted by relevance

123456

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java84 boolean isSelected, boolean hasFocus, int row, int column) {
85 if (isRequired(table, row, column))
93 if (isPassword(table, row, column))
96 hasFocus, row, column);
100 if (!table.isCellEditable(row, column))
114 row, column));
120 updateComponent(ocPanel, table, row, column, isSelected);
129 binaryPanel.setValue((byte[])value, isImage(table, row, column));
133 binaryPanel.setValue((byte[])null, isImage(table, row, column));
138 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
83 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
198 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
H A DTaskCellRenderer.java46 * The border of the first column.
74 boolean isSelected, boolean hasFocus, int row, int column) {
76 row, column);
82 row, column));
84 else if (column == 0)
73 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java83 boolean isSelected, boolean hasFocus, int row, int column) {
84 if (isRequired(table, row, column))
92 if (isPassword(table, row, column))
95 hasFocus, row, column);
99 if (!table.isCellEditable(row, column))
113 row, column));
119 updateComponent(ocPanel, table, row, column, isSelected);
128 binaryPanel.setValue((byte[])value, isImage(table, row, column));
132 binaryPanel.setValue((byte[])null, isImage(table, row, column));
137 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
82 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
197 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
H A DTaskCellRenderer.java45 * The border of the first column.
73 boolean isSelected, boolean hasFocus, int row, int column) {
75 row, column);
81 row, column));
83 else if (column == 0)
72 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java84 boolean isSelected, boolean hasFocus, int row, int column) {
85 if (isRequired(table, row, column))
93 if (isPassword(table, row, column))
96 hasFocus, row, column);
100 if (!table.isCellEditable(row, column))
114 row, column));
120 updateComponent(ocPanel, table, row, column, isSelected);
129 binaryPanel.setValue((byte[])value, isImage(table, row, column));
133 binaryPanel.setValue((byte[])null, isImage(table, row, column));
138 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
83 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
198 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
H A DTaskCellRenderer.java46 * The border of the first column.
74 boolean isSelected, boolean hasFocus, int row, int column) {
76 row, column);
82 row, column));
84 else if (column == 0)
73 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java83 boolean isSelected, boolean hasFocus, int row, int column) {
84 if (isRequired(table, row, column))
92 if (isPassword(table, row, column))
95 hasFocus, row, column);
99 if (!table.isCellEditable(row, column))
113 row, column));
119 updateComponent(ocPanel, table, row, column, isSelected);
128 binaryPanel.setValue((byte[])value, isImage(table, row, column));
132 binaryPanel.setValue((byte[])null, isImage(table, row, column));
137 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
82 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
197 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
H A DTaskCellRenderer.java45 * The border of the first column.
73 boolean isSelected, boolean hasFocus, int row, int column) {
75 row, column);
81 row, column));
83 else if (column == 0)
72 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java84 boolean isSelected, boolean hasFocus, int row, int column) {
85 if (isRequired(table, row, column))
93 if (isPassword(table, row, column))
96 hasFocus, row, column);
100 if (!table.isCellEditable(row, column))
114 row, column));
120 updateComponent(ocPanel, table, row, column, isSelected);
129 binaryPanel.setValue((byte[])value, isImage(table, row, column));
133 binaryPanel.setValue((byte[])null, isImage(table, row, column));
138 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
83 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
198 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java81 boolean isSelected, boolean hasFocus, int row, int column) {
82 if (isRequired(table, row, column))
90 if (isPassword(table, row, column))
93 hasFocus, row, column);
97 final boolean cellEditable = table.isCellEditable(row, column);
103 ocPanel.setBorder(getDefaultFocusBorder(table, value, isSelected, row, column));
109 updateComponent(ocPanel, table, row, column, isSelected);
118 binaryPanel.setValue((byte[])value, isImage(table, row, column));
122 binaryPanel.setValue((byte[])null, isImage(table, row, column));
127 binaryPanel.setValue((BinaryValue)value, isImage(table, row, column));
80 getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
187 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/table/
H A DTableBuilder.java47 // The current column number in the current row where 0 represents
48 // the left-most column in the table.
49 private int column = 0; field in class:TableBuilder
51 // The current with of each column.
54 // The list of column headings.
87 * column.
89 * @param column
90 * The column which will be used as a sort key.
92 public void addSortKey(int column) { argument
93 addSortKey(column, Strin
107 addSortKey(int column, Comparator<String> comparator) argument
[all...]
H A DTabSeparatedTablePrinter.java53 // The current column being output.
54 private int column = 0; field in class:TabSeparatedTablePrinter.Serializer
88 column++;
142 column = 0;
153 column = 0;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java64 public Object getValueAt(int row, int column) argument
66 switch (column)
77 throw new IllegalArgumentException("Invalid column: "+column);
91 * Returns the column count.
92 * @return the column count.
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java65 public Object getValueAt(int row, int column) argument
67 switch (column)
78 throw new IllegalArgumentException("Invalid column: "+column);
92 * Returns the column count.
93 * @return the column count.
/forgerock/opendj2/src/server/org/opends/server/util/table/
H A DTableBuilder.java46 // The current column number in the current row where 0 represents
47 // the left-most column in the table.
48 private int column = 0; field in class:TableBuilder
50 // The current with of each column.
53 // The list of column headings.
86 * column.
88 * @param column
89 * The column which will be used as a sort key.
91 public void addSortKey(int column) { argument
92 addSortKey(column, Strin
106 addSortKey(int column, Comparator<String> comparator) argument
[all...]
H A DTabSeparatedTablePrinter.java52 // The current column being output.
53 private int column = 0; field in class:TabSeparatedTablePrinter.Serializer
87 column++;
141 column = 0;
152 column = 0;
/forgerock/opendj2.6.2/src/server/org/opends/server/util/table/
H A DTableBuilder.java47 // The current column number in the current row where 0 represents
48 // the left-most column in the table.
49 private int column = 0; field in class:TableBuilder
51 // The current with of each column.
54 // The list of column headings.
87 * column.
89 * @param column
90 * The column which will be used as a sort key.
92 public void addSortKey(int column) { argument
93 addSortKey(column, Strin
107 addSortKey(int column, Comparator<String> comparator) argument
[all...]
H A DTabSeparatedTablePrinter.java53 // The current column being output.
54 private int column = 0; field in class:TabSeparatedTablePrinter.Serializer
88 column++;
142 column = 0;
153 column = 0;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java65 public Object getValueAt(int row, int column) argument
67 switch (column)
78 throw new IllegalArgumentException("Invalid column: "+column);
92 * Returns the column count.
93 * @return the column count.
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java64 public Object getValueAt(int row, int column) argument
66 switch (column)
77 throw new IllegalArgumentException("Invalid column: "+column);
91 * Returns the column count.
92 * @return the column count.
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java65 public Object getValueAt(int row, int column) argument
67 switch (column)
78 throw new IllegalArgumentException("Invalid column: "+column);
92 * Returns the column count.
93 * @return the column count.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/table/
H A DTableBuilder.java47 // The current column number in the current row where 0 represents
48 // the left-most column in the table.
49 private int column = 0; field in class:TableBuilder
51 // The current with of each column.
54 // The list of column headings.
87 * column.
89 * @param column
90 * The column which will be used as a sort key.
92 public void addSortKey(int column) { argument
93 addSortKey(column, Strin
107 addSortKey(int column, Comparator<String> comparator) argument
[all...]
H A DTabSeparatedTablePrinter.java53 // The current column being output.
54 private int column = 0; field in class:TabSeparatedTablePrinter.Serializer
88 column++;
142 column = 0;
153 column = 0;
/forgerock/opendj2-hg/src/server/org/opends/server/util/table/
H A DTableBuilder.java46 // The current column number in the current row where 0 represents
47 // the left-most column in the table.
48 private int column = 0; field in class:TableBuilder
50 // The current with of each column.
53 // The list of column headings.
86 * column.
88 * @param column
89 * The column which will be used as a sort key.
91 public void addSortKey(int column) { argument
92 addSortKey(column, Strin
106 addSortKey(int column, Comparator<String> comparator) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBackupTableModel.java59 public Object getValueAt(int row, int column) argument
61 switch (column)
72 throw new IllegalArgumentException("Invalid column: "+column);
86 * Returns the column count.
87 * @return the column count.

Completed in 143 milliseconds

123456