Searched refs:table (Results 26 - 50 of 582) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/util/table/
H A Dpackage-info.java34 * implementations. At the moment two types of table output are supported:
36 * <li>{@link CSVTablePrinter} - displays a table in comma-separated
38 * <li>{@link TabSeparatedTablePrinter} - displays a table in tab separated
40 * <li>{@link TextTablePrinter} - displays a table in a human-readable
43 * wrapping table cells where required.
45 * The following code illustrates the construction of a text-based table:
70 * Which will display the following table:
81 package org.opends.server.util.table;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DSortableTableModel.java29 import javax.swing.table.TableModel;
32 * A generic interface that must implement table models that are sortable.
62 * Updates the table model contents and sorts its contents depending on the
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DSortableTableModel.java30 import javax.swing.table.TableModel;
33 * A generic interface that must implement table models that are sortable.
63 * Updates the table model contents and sorts its contents depending on the
/forgerock/opendj2/src/server/org/opends/server/util/table/
H A Dpackage-info.java33 * implementations. At the moment two types of table output are supported:
35 * <li>{@link CSVTablePrinter} - displays a table in comma-separated
37 * <li>{@link TabSeparatedTablePrinter} - displays a table in tab separated
39 * <li>{@link TextTablePrinter} - displays a table in a human-readable
42 * wrapping table cells where required.
44 * The following code illustrates the construction of a text-based table:
69 * Which will display the following table:
80 package org.opends.server.util.table;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DSortableTableModel.java30 import javax.swing.table.TableModel;
33 * A generic interface that must implement table models that are sortable.
63 * Updates the table model contents and sorts its contents depending on the
/forgerock/opendj2.6.2/src/server/org/opends/server/util/table/
H A Dpackage-info.java34 * implementations. At the moment two types of table output are supported:
36 * <li>{@link CSVTablePrinter} - displays a table in comma-separated
38 * <li>{@link TabSeparatedTablePrinter} - displays a table in tab separated
40 * <li>{@link TextTablePrinter} - displays a table in a human-readable
43 * wrapping table cells where required.
45 * The following code illustrates the construction of a text-based table:
70 * Which will display the following table:
81 package org.opends.server.util.table;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/table/
H A Dpackage-info.java34 * implementations. At the moment two types of table output are supported:
36 * <li>{@link CSVTablePrinter} - displays a table in comma-separated
38 * <li>{@link TabSeparatedTablePrinter} - displays a table in tab separated
40 * <li>{@link TextTablePrinter} - displays a table in a human-readable
43 * wrapping table cells where required.
45 * The following code illustrates the construction of a text-based table:
70 * Which will display the following table:
81 package org.opends.server.util.table;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DSortableTableModel.java29 import javax.swing.table.TableModel;
32 * A generic interface that must implement table models that are sortable.
62 * Updates the table model contents and sorts its contents depending on the
/forgerock/opendj2-hg/src/server/org/opends/server/util/table/
H A Dpackage-info.java33 * implementations. At the moment two types of table output are supported:
35 * <li>{@link CSVTablePrinter} - displays a table in comma-separated
37 * <li>{@link TabSeparatedTablePrinter} - displays a table in tab separated
39 * <li>{@link TextTablePrinter} - displays a table in a human-readable
42 * wrapping table cells where required.
44 * The following code illustrates the construction of a text-based table:
69 * Which will display the following table:
80 package org.opends.server.util.table;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DSortableTableModel.java30 import javax.swing.table.TableModel;
33 * A generic interface that must implement table models that are sortable.
63 * Updates the table model contents and sorts its contents depending on the
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DSortableTableModel.java30 import javax.swing.table.TableModel;
33 * A generic interface that must implement table models that are sortable.
63 * Updates the table model contents and sorts its contents depending on the
/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dsnmp.py38 table = {}
49 table[key] = value
51 return table
62 result = result + ' in the reference table.\n'
68 result = result + ' in the new table.\n'
86 def get_handler_count(table):
91 keys=table.keys()
99 def get_handler_index(table, handler):
104 keys=table.keys()
108 if table[ke
[all...]
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dsnmp.py37 table = {}
48 table[key] = value
50 return table
61 result = result + ' in the reference table.\n'
67 result = result + ' in the new table.\n'
85 def get_handler_count(table):
90 keys=table.keys()
98 def get_handler_index(table, handler):
103 keys=table.keys()
107 if table[ke
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dsnmp.py38 table = {}
49 table[key] = value
51 return table
62 result = result + ' in the reference table.\n'
68 result = result + ' in the new table.\n'
86 def get_handler_count(table):
91 keys=table.keys()
99 def get_handler_index(table, handler):
104 keys=table.keys()
108 if table[ke
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dsnmp.py38 table = {}
49 table[key] = value
51 return table
62 result = result + ' in the reference table.\n'
68 result = result + ' in the new table.\n'
86 def get_handler_count(table):
91 keys=table.keys()
99 def get_handler_index(table, handler):
104 keys=table.keys()
108 if table[ke
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/python/
H A Dsnmp.py37 table = {}
48 table[key] = value
50 return table
61 result = result + ' in the reference table.\n'
67 result = result + ' in the new table.\n'
85 def get_handler_count(table):
90 keys=table.keys()
98 def get_handler_index(table, handler):
103 keys=table.keys()
107 if table[ke
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DsaveChanges.less20 table {
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java50 * The renderer used by the table in the 'Attribute View' of the LDAP entry
83 public Component getTableCellRendererComponent(JTable table, Object value, argument
85 if (isRequired(table, row, column))
93 if (isPassword(table, row, column))
95 return getStringValue(table, Utilities.OBFUSCATED_VALUE, isSelected,
100 if (!table.isCellEditable(row, column))
113 ocPanel.setBorder(getDefaultFocusBorder(table, value, isSelected,
120 updateComponent(ocPanel, table, row, column, isSelected);
129 binaryPanel.setValue((byte[])value, isImage(table, row, column));
133 binaryPanel.setValue((byte[])null, isImage(table, ro
198 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
221 isPassword(JTable table, int row, int col) argument
235 isImage(JTable table, int row, int col) argument
275 isRequired(JTable table, int row, int col) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java49 * The renderer used by the table in the 'Attribute View' of the LDAP entry
82 public Component getTableCellRendererComponent(JTable table, Object value, argument
84 if (isRequired(table, row, column))
92 if (isPassword(table, row, column))
94 return getStringValue(table, Utilities.OBFUSCATED_VALUE, isSelected,
99 if (!table.isCellEditable(row, column))
112 ocPanel.setBorder(getDefaultFocusBorder(table, value, isSelected,
119 updateComponent(ocPanel, table, row, column, isSelected);
128 binaryPanel.setValue((byte[])value, isImage(table, row, column));
132 binaryPanel.setValue((byte[])null, isImage(table, ro
197 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
220 isPassword(JTable table, int row, int col) argument
234 isImage(JTable table, int row, int col) argument
274 isRequired(JTable table, int row, int col) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java50 * The renderer used by the table in the 'Attribute View' of the LDAP entry
83 public Component getTableCellRendererComponent(JTable table, Object value, argument
85 if (isRequired(table, row, column))
93 if (isPassword(table, row, column))
95 return getStringValue(table, Utilities.OBFUSCATED_VALUE, isSelected,
100 if (!table.isCellEditable(row, column))
113 ocPanel.setBorder(getDefaultFocusBorder(table, value, isSelected,
120 updateComponent(ocPanel, table, row, column, isSelected);
129 binaryPanel.setValue((byte[])value, isImage(table, row, column));
133 binaryPanel.setValue((byte[])null, isImage(table, ro
198 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
221 isPassword(JTable table, int row, int col) argument
235 isImage(JTable table, int row, int col) argument
275 isRequired(JTable table, int row, int col) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java49 * The renderer used by the table in the 'Attribute View' of the LDAP entry
82 public Component getTableCellRendererComponent(JTable table, Object value, argument
84 if (isRequired(table, row, column))
92 if (isPassword(table, row, column))
94 return getStringValue(table, Utilities.OBFUSCATED_VALUE, isSelected,
99 if (!table.isCellEditable(row, column))
112 ocPanel.setBorder(getDefaultFocusBorder(table, value, isSelected,
119 updateComponent(ocPanel, table, row, column, isSelected);
128 binaryPanel.setValue((byte[])value, isImage(table, row, column));
132 binaryPanel.setValue((byte[])null, isImage(table, ro
197 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
220 isPassword(JTable table, int row, int col) argument
234 isImage(JTable table, int row, int col) argument
274 isRequired(JTable table, int row, int col) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java50 * The renderer used by the table in the 'Attribute View' of the LDAP entry
83 public Component getTableCellRendererComponent(JTable table, Object value, argument
85 if (isRequired(table, row, column))
93 if (isPassword(table, row, column))
95 return getStringValue(table, Utilities.OBFUSCATED_VALUE, isSelected,
100 if (!table.isCellEditable(row, column))
113 ocPanel.setBorder(getDefaultFocusBorder(table, value, isSelected,
120 updateComponent(ocPanel, table, row, column, isSelected);
129 binaryPanel.setValue((byte[])value, isImage(table, row, column));
133 binaryPanel.setValue((byte[])null, isImage(table, ro
198 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
221 isPassword(JTable table, int row, int col) argument
235 isImage(JTable table, int row, int col) argument
275 isRequired(JTable table, int row, int col) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DLDAPEntryTableCellRenderer.java50 * The renderer used by the table in the 'Attribute View' of the LDAP entry
80 public Component getTableCellRendererComponent(JTable table, Object value, argument
82 if (isRequired(table, row, column))
90 if (isPassword(table, row, column))
92 return getStringValue(table, OBFUSCATED_VALUE, isSelected,
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, ro
187 getStringValue(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) argument
210 isPassword(JTable table, int row, int col) argument
223 isImage(JTable table, int row, int col) argument
262 isRequired(JTable table, int row, int col) argument
[all...]
/forgerock/web-agents-v4/tests/
H A Dtest_exits.c49 static const char * cookie_table_get(struct cookie_table * table, const char * key) argument
52 for (i = 0; i < table->c; i++)
53 if (strcmp(table->keys [i], key) == 0)
54 return table->values [i];
59 static void cookie_table_add(struct cookie_table * table, const char * key, const char * value) argument
62 while (i < table->c && table->keys [i])
65 if (i < array_len(table->keys))
67 table->keys [i] = strdup(key);
68 table
75 cookie_table_clear(struct cookie_table * table) argument
91 cookie_table_set(struct cookie_table * table, const char * key, const char * value) argument
108 cookie_table_unset(struct cookie_table * table, const char * key) argument
122 cookie_table_dump(char * title, struct cookie_table * table) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DAbstractBackendIndexesPanel.java66 * The table model.
70 * The table contained by this panel.
72 protected JTable table; field in class:AbstractBackendIndexesPanel
74 * The scroll pane that contains the table.
96 return table;
134 Utilities.updateTableSizes(table);
135 Utilities.updateScrollMode(tableScroll, table);
150 * The method that is called to update the table model with the contents of
191 * Returns the index table model used by this panel.
192 * @return the index table mode
[all...]

Completed in 2647 milliseconds

1234567891011>>