MCPcopy Create free account

hub / github.com/NiceSystems/hrider / functions

Functions888 in github.com/NiceSystems/hrider

↓ 222 callersMethodsetText
Sets the new text into the editor. @param text The new text to set.
src/main/java/hrider/ui/controls/format/FormatEditor.java:165
↓ 98 callersMethodformat
(String value)
src/main/java/hrider/ui/controls/format/TextFormatter.java:31
↓ 52 callersMethodgetName
Gets the name of the column type. @return The type's name.
src/main/java/hrider/data/ColumnType.java:146
↓ 49 callersMethodequals
(Object obj)
src/main/java/hrider/data/DataRow.java:207
↓ 46 callersMethodgetText
Gets the original or modified text. @return An original or modified text.
src/main/java/hrider/ui/controls/format/FormatEditor.java:156
↓ 37 callersMethodtoString
()
src/main/java/hrider/data/DataRow.java:221
↓ 35 callersMethodgetKey
Gets the row key. @return The key of the row.
src/main/java/hrider/data/DataRow.java:73
↓ 34 callersMethodclearError
Clears the previously set error messages.
src/main/java/hrider/ui/views/DesignerView.java:1130
↓ 32 callersMethodgetFullName
()
src/main/java/hrider/data/ColumnQualifier.java:75
↓ 31 callersMethodgetSelectedTableName
Gets the currently selected table name. @return The name of the selected table from the list of the tables.
src/main/java/hrider/ui/views/DesignerView.java:1019
↓ 30 callersMethodgetColumn
()
src/main/java/hrider/ui/forms/AddColumnDialog.java:257
↓ 29 callersMethodstopCellEditing
Stops editing of the cell if there is any. @param table The table that contains the cell.
src/main/java/hrider/ui/design/JTableModel.java:42
↓ 28 callersMethodclose
()
src/main/java/hrider/io/PathWatcher.java:36
↓ 27 callersMethoddispose
Cleans the resources of the specified table. @param tableName The name of the table to dispose. @throws IOException Error accessing hbase.
src/main/java/hrider/hbase/TableFactory.java:79
↓ 26 callersMethodget
(String name)
src/main/java/hrider/ui/Images.java:18
↓ 26 callersMethodgetValue
Gets a value of the field. @param obj The instance which field's value is to be retrieved. @param fieldName The name of the field that holds th
src/main/java/hrider/reflection/Clazz.java:128
↓ 26 callersMethodinstance
()
src/main/java/hrider/config/GlobalConfig.java:70
↓ 24 callersMethodset
Sets the property value. @param name The name of the property. @param value The value to set.
src/main/java/hrider/config/PropertiesConfig.java:131
↓ 24 callersMethodsetError
Sets the error message. @param message The error message to set. @param ex An exception.
src/main/java/hrider/ui/views/DesignerView.java:1140
↓ 23 callersMethodappend
Converts a row to a {@link String} representation using specific formatting. @param value A value to append to a formatted string.
src/main/java/hrider/format/Formatter.java:30
↓ 21 callersMethodget
Gets a value for the property specified by name. @param clazz The class that represents the type of the value. @param name The name of the property.
src/main/java/hrider/config/PropertiesConfig.java:103
↓ 19 callersMethoderror
(Throwable t, String format, Object... args)
src/main/java/hrider/io/Log.java:54
↓ 19 callersMethodremove
Removes a property from the file. @param name The name of the property to remove.
src/main/java/hrider/config/PropertiesConfig.java:140
↓ 18 callersMethodaddRow
Adds a row to the table. @param row The row to add.
src/main/java/hrider/data/DataTable.java:103
↓ 18 callersMethodcompile
(File sourceCode, String outputFolder)
src/main/java/hrider/reflection/JavaCompiler.java:57
↓ 18 callersMethodtoBytes
Converts a value represented as a {@link String} to an array of bytes according to the type. @param value The value to converters. @return A byte arr
src/main/java/hrider/data/ColumnType.java:184
↓ 17 callersMethodgetColumn
Gets a column from the specified table. @param columnName The name of the column to look. @param table The table that should contain column. @re
src/main/java/hrider/ui/views/DesignerView.java:1118
↓ 16 callersMethodget
Creates a new table if it wasn't created yet or returns the already created one. @param tableName The name of the table to get/create. @return A refer
src/main/java/hrider/hbase/TableFactory.java:63
↓ 15 callersMethodexists
Checks whether the specified converter exists. @param name The name of the converter to check. @return True if the specified converter exists or Fals
src/main/java/hrider/converters/ConvertersLoader.java:79
↓ 15 callersMethodgetFirstRow
Gets a first row in the table. @return A first row in the table. @throws IOException Error accessing hbase.
src/main/java/hrider/hbase/Scanner.java:309
↓ 15 callersMethodgetLogger
(Class<?> clazz)
src/main/java/hrider/io/Log.java:38
↓ 14 callersMethodclear
Clears all changes.
src/main/java/hrider/ui/ChangeTracker.java:130
↓ 13 callersMethodgetSize
()
src/main/java/hrider/ui/controls/WideComboBox.java:41
↓ 13 callersMethodnext
Gets a list of rows loaded starting from the previous position. @param rowsNumber The number of rows to load. @return A list of rows. @throws IOExcep
src/main/java/hrider/hbase/Scanner.java:385
↓ 12 callersMethodgetType
Gets cell's type. @return The cell's type.
src/main/java/hrider/data/DataCell.java:144
↓ 12 callersMethodsetEditable
Sets the editor to be editable or not. @param editable True if the editor should be editable or False otherwise.
src/main/java/hrider/ui/design/JCellEditor.java:81
↓ 11 callersMethodgetColumn
Gets a column name. @return A column name.
src/main/java/hrider/hbase/Query.java:260
↓ 11 callersMethodgetEditor
Gets a correct editor according to the editor type. @return The component used to edit the value.
src/main/java/hrider/ui/design/JCellEditor.java:217
↓ 11 callersMethodgetName
Gets the name of the converter to be presented as a column type. @return The name of the converter.
src/main/java/hrider/converters/TypeConverter.java:76
↓ 11 callersMethodgetServerName
Gets the name of the hbase muster server. @return The server name.
src/main/java/hrider/hbase/Connection.java:128
↓ 10 callersMethodgetScanner
Gets the hbase scanner. @return A hbase scanner @throws IOException Error accessing hbase.
src/main/java/hrider/hbase/Scanner.java:474
↓ 10 callersMethodinfo
(String format, Object... args)
src/main/java/hrider/io/Log.java:42
↓ 9 callersMethodgetBatchSizeForRead
Gets a size of the batch to be used for read operations. @return A size of the batch.
src/main/java/hrider/config/GlobalConfig.java:115
↓ 9 callersMethodgetConverter
Gets a converter used to convert the values of the type. @return An instance of {@link TypeConverter}.
src/main/java/hrider/data/ColumnType.java:155
↓ 9 callersMethodgetFamily
Gets a column family. @return A column family.
src/main/java/hrider/hbase/Query.java:242
↓ 9 callersMethodgetHost
Gets the name of the server. @return The name of the server.
src/main/java/hrider/config/ServerDetails.java:63
↓ 9 callersMethodgetTableDescriptor
()
src/main/java/hrider/ui/forms/AddTableDialog.java:275
↓ 9 callersMethodwrite
Writes a list of rows into the output stream. @param row A row to write. @param columns A list of columns in the specified order which values to be w
src/main/java/hrider/export/Exporter.java:36
↓ 8 callersMethodappend
(String path1, String path2)
src/main/java/hrider/io/PathHelper.java:128
↓ 8 callersMethodcreate
(ConnectionDetails details)
src/main/java/hrider/hbase/ConnectionManager.java:20
↓ 8 callersMethodgetConnection
Gets a reference to the class used to access the hbase. @return A reference to the {@link hrider.hbase.Connection} class.
src/main/java/hrider/ui/views/DesignerView.java:1050
↓ 8 callersMethodgetRow
Gets a row. @return A reference to the {@link DataRow} which is the owner of the cell.
src/main/java/hrider/data/DataCell.java:71
↓ 8 callersMethodgetZookeeper
()
src/main/java/hrider/config/ConnectionDetails.java:43
↓ 8 callersMethodpopulateRowsTable
Populates a rows table. The method loads the table content. The number of loaded rows depends on the parameter defined by the user in the {@link hride
src/main/java/hrider/ui/views/DesignerView.java:1596
↓ 8 callersMethodstart
(long period)
src/main/java/hrider/io/PathWatcher.java:21
↓ 7 callersMethodextractCode
(String code, String mark)
src/main/java/hrider/ui/forms/CustomConverterDialog.java:256
↓ 7 callersMethodgetCode
Gets the code of the type converter if available. @return The original code.
src/main/java/hrider/converters/TypeConverter.java:58
↓ 7 callersMethodgetColumnNameConverter
Gets type converter for the column names. @return A selected type converter.
src/main/java/hrider/ui/views/DesignerView.java:2209
↓ 7 callersMethodgetTableDescriptor
Gets a descriptor for the specified table. @param tableName The name of the table. @return A new instance of the {@link TableDescriptor}. @throws IOE
src/main/java/hrider/hbase/Connection.java:143
↓ 7 callersMethodgetWord
Gets a word. @return A word.
src/main/java/hrider/hbase/Query.java:308
↓ 7 callersMethodisEditable
Checks whether the column type can be edited. @return True if the column type can be edited or False otherwise.
src/main/java/hrider/data/ColumnType.java:164
↓ 7 callersMethodpopulateColumnsTable
Populates a columns table with the list of the columns from the selected table. @param clearRows Indicates whether the rows table should be cleared.
src/main/java/hrider/ui/views/DesignerView.java:1550
↓ 7 callersMethodsetInfo
Sets the info message. @param message The info message to set.
src/main/java/hrider/ui/views/DesignerView.java:1149
↓ 6 callersMethodaddError
This method is called by the component that wants to report an error to the user. @param message The error message. @param ex The exception.
src/main/java/hrider/ui/MessageHandler.java:51
↓ 6 callersMethodclear
Clears the cache.
src/main/java/hrider/hbase/TableFactory.java:89
↓ 6 callersMethodgetCell
Gets the cell according to the specified column name. @param columnName The name of the column to look for the cell. @return The instance of the {@li
src/main/java/hrider/data/DataRow.java:92
↓ 6 callersMethodgetColumnFamilies
Gets all column families of the specified table. @param tableName The name of the table which column families should be retrieved. @return A list of
src/main/java/hrider/hbase/Connection.java:654
↓ 6 callersMethodgetConfiguration
Gets a reference to the {@link Configuration} instance used by connection. @return A reference to the {@link Configuration} instance.
src/main/java/hrider/hbase/Connection.java:110
↓ 6 callersMethodgetName
()
src/main/java/hrider/data/ColumnQualifier.java:61
↓ 6 callersMethodgetName
()
src/main/java/hrider/data/TableDescriptor.java:72
↓ 6 callersMethodgetOperator
Gets an operator. @return An operator.
src/main/java/hrider/hbase/Query.java:290
↓ 6 callersMethodgetTableName
Gets the name of the table. @return The table name.
src/main/java/hrider/hbase/Scanner.java:148
↓ 6 callersMethodmatch
(String value)
src/main/java/hrider/filters/Filter.java:25
↓ 6 callersMethodremoveRow
Removes the row from the table. @param row The row to remove.
src/main/java/hrider/data/DataTable.java:112
↓ 6 callersMethodsetTableConfig
Sets a configuration data for the specified table. @param table The name of the table. @param value The data to set.
src/main/java/hrider/config/ClusterConfig.java:116
↓ 6 callersMethodsetValue
Sets a value to the field. @param obj The instance which field is to be updated. @param fieldName The name of the field to be updated. @param v
src/main/java/hrider/reflection/Clazz.java:179
↓ 6 callersMethodtoString
()
src/main/java/hrider/data/ColumnQualifier.java:111
↓ 5 callersMethodaddCell
Adds cell to the collection of cells in the row. @param cell The cell to add.
src/main/java/hrider/data/DataRow.java:111
↓ 5 callersMethodclearRows
Clears all rows from the specified table model. @param table The table to clear the rows from.
src/main/java/hrider/ui/views/DesignerView.java:1063
↓ 5 callersMethodexpand
(String path)
src/main/java/hrider/io/PathHelper.java:107
↓ 5 callersMethodgetColumnType
Gets the type of the column from the columns table. @param columnName The name of the column. @return The columns type
src/main/java/hrider/ui/views/DesignerView.java:2196
↓ 5 callersMethodgetData
Gets the data from the clipboard. @param <T> The type of the data to retrieve. @return A requested data if found or null.
src/main/java/hrider/system/InMemoryClipboard.java:89
↓ 5 callersMethodgetData
()
src/main/java/hrider/system/ClipboardData.java:31
↓ 5 callersMethodgetMetadata
()
src/main/java/hrider/data/ColumnFamily.java:71
↓ 5 callersMethodgetRow
()
src/main/java/hrider/ui/forms/AddRowDialog.java:152
↓ 5 callersMethodgetTableFactory
Gets a reference to the {@link TableFactory} instance used by connection. @return A reference to the {@link TableFactory} instance.
src/main/java/hrider/hbase/Connection.java:101
↓ 5 callersMethodgetTypes
Gets all supported column types. @return A list of supported column types.
src/main/java/hrider/data/ColumnType.java:101
↓ 5 callersMethodgetValue
Gets cell's value. @return A cell's value represented as a string.
src/main/java/hrider/data/DataCell.java:107
↓ 5 callersMethodgetWordType
Gets a word type. @return A type of the word.
src/main/java/hrider/hbase/Query.java:340
↓ 5 callersMethodinstance
Gets the singleton instance of the {@link ViewConfig} class. @return A reference to the {@link ViewConfig} singleton.
src/main/java/hrider/config/ViewConfig.java:51
↓ 5 callersMethodisMetaTable
(String tableName)
src/main/java/hrider/hbase/TableUtil.java:29
↓ 5 callersMethodparse
(String date)
src/main/java/hrider/format/DateUtils.java:52
↓ 5 callersMethodresetCurrent
Resets the cache. @param startKey The key the scan should start from. This parameter can be null.
src/main/java/hrider/hbase/Scanner.java:292
↓ 5 callersMethodsetData
Sets a data into the clipboard. @param clipboardData The data to set. @param <T> The type of the data.
src/main/java/hrider/system/InMemoryClipboard.java:75
↓ 5 callersMethodsetName
(String name)
src/main/java/hrider/data/ColumnFamily.java:67
↓ 5 callersMethodsetText
Sets a provided text to the system clipboard. @param text The text to set.
src/main/java/hrider/system/Clipboard.java:58
↓ 5 callersMethodtoggleRowControls
(boolean enabled)
src/main/java/hrider/ui/views/DesignerView.java:2412
↓ 4 callersMethodcreateFamilies
Adds column families to the specified table. @param tableName The name of the table to add column families. @param families A list of column familie
src/main/java/hrider/hbase/Connection.java:696
↓ 4 callersMethodcreateOrModifyTable
Creates a new table or modifies an existing one in the hbase cluster. @param tableName The name of the table to create. @throws IOException Error acc
src/main/java/hrider/hbase/Connection.java:201
↓ 4 callersMethoddelete
(File path, String... exclude)
src/main/java/hrider/io/FileHelper.java:37
next →1–100 of 888, ranked by callers