MCPcopy Create free account

hub / github.com/NiceSystems/hrider / functions

Functions888 in github.com/NiceSystems/hrider

↓ 2 callersMethodcopyTableToClipboard
Copies selected table to the clipboard.
src/main/java/hrider/ui/views/DesignerView.java:1963
↓ 2 callersMethodcurrent
Gets a list of already loaded rows. @return A list of rows.
src/main/java/hrider/hbase/Scanner.java:338
↓ 2 callersMethoddeleteConverter
(String name)
src/main/java/hrider/converters/ConvertersLoader.java:163
↓ 2 callersMethoddeleteTable
Deletes a table from the hbase cluster. @param tableName The name of the table to delete. @throws IOException Error accessing hbase.
src/main/java/hrider/hbase/Connection.java:249
↓ 2 callersMethodequals
(Object obj)
src/main/java/hrider/data/ConvertibleObject.java:166
↓ 2 callersMethodfamilies
()
src/main/java/hrider/data/TableDescriptor.java:100
↓ 2 callersMethodfileRemove
Removes a file that corresponds to the provided name. @param name The name of the properties file without extension to remove. @return True if the fi
src/main/java/hrider/config/PropertiesConfig.java:91
↓ 2 callersMethodfillComboBox
Fills a combo box with the provided values. @param comboBox A combo box to fill. @param values A list of values to add.
src/main/java/hrider/ui/views/DesignerView.java:2463
↓ 2 callersMethodformat
(Date date)
src/main/java/hrider/format/DateUtils.java:48
↓ 2 callersMethodfromColumn
Gets the type of the column. The default value is {@link ColumnType#String} in case the column is not known. @param column The name of the column. @r
src/main/java/hrider/data/ColumnType.java:128
↓ 2 callersMethodgetAll
Gets all properties in the key/value format which starts with the specific prefix. @param startsWith The prefix to look for in the property names. @r
src/main/java/hrider/config/PropertiesConfig.java:150
↓ 2 callersMethodgetClassesFromFolder
Collects all classes located in the provided directory under the specified package. @param folder The directory to search for the classes. @para
src/main/java/hrider/reflection/JavaPackage.java:107
↓ 2 callersMethodgetColorMappings
()
src/main/java/hrider/ui/controls/format/TextFormatter.java:29
↓ 2 callersMethodgetColumnNameConverterInternal
Gets configured column name converter or a default one. @return A type converter.
src/main/java/hrider/hbase/Scanner.java:693
↓ 2 callersMethodgetConnection
Gets a reference to the {@link hrider.hbase.Connection} class that was used to load the data from hbase. @return The reference to the hbase helper.
src/main/java/hrider/data/DataTable.java:94
↓ 2 callersMethodgetCurrentFolder
Gets current folder of the executing process. @return A path to the current folder.
src/main/java/hrider/io/PathHelper.java:50
↓ 2 callersMethodgetDelimiter
()
src/main/java/hrider/ui/forms/ImportTableDialog.java:491
↓ 2 callersMethodgetDelimiter
()
src/main/java/hrider/ui/forms/ExportTableDialog.java:380
↓ 2 callersMethodgetDisabledLinkColor
()
src/main/java/hrider/ui/controls/JLinkButton.java:140
↓ 2 callersMethodgetFileNameWithoutExtension
(String path)
src/main/java/hrider/io/PathHelper.java:71
↓ 2 callersMethodgetFormattedString
Gets a formatted string. @return A formatted string.
src/main/java/hrider/format/CharacterDelimitedFormatter.java:55
↓ 2 callersMethodgetNameTypes
Gets column types that support column name conversions. @return A list of column types.
src/main/java/hrider/data/ColumnType.java:114
↓ 2 callersMethodgetPort
Gets a port. @return An {@link Integer} representing the port.
src/main/java/hrider/config/ServerDetails.java:81
↓ 2 callersMethodgetQuery
()
src/main/java/hrider/ui/forms/ScanDialog.java:146
↓ 2 callersMethodgetResizingColumn
Gets the the column that will be resized for a specific point. This method only return a column, if the point is within the last 3 pixels + 3 pixels o
src/main/java/hrider/ui/design/ResizeableTableHeader.java:304
↓ 2 callersMethodgetRowCountTimeout
Gets an amount of time to wait before stopping row count operation. @return An amount of time to wait.
src/main/java/hrider/config/GlobalConfig.java:142
↓ 2 callersMethodgetSavedColumnType
Gets the type of the column from the configuration. @param tableName The name of the table that contains the column. @param columnName The name of t
src/main/java/hrider/ui/views/DesignerView.java:2182
↓ 2 callersMethodgetScanner
Gets a scanner for the specified table. @param tableName The name of the table to be scanned. @return An instance of the scanner.
src/main/java/hrider/hbase/Connection.java:671
↓ 2 callersMethodgetScrollBarWidth
(BasicComboPopup popup, JScrollPane scrollPane)
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:281
↓ 2 callersMethodgetSelectedEditableColumnType
Gets a column type that is currently selected and can be edited. The column type of the column name gets higher priority. @return A selected and edit
src/main/java/hrider/ui/views/DesignerView.java:2222
↓ 2 callersMethodgetValue
(String key)
src/main/java/hrider/data/TableDescriptor.java:117
↓ 2 callersMethodgetValue
(String key)
src/main/java/hrider/data/ColumnFamily.java:89
↓ 2 callersMethodgetValueAsByteArray
Gets cell's value as byte array. @return A cell's value represented as a byte array.
src/main/java/hrider/data/DataCell.java:125
↓ 2 callersMethodgetVersion
()
src/main/java/hrider/ui/forms/Window.java:298
↓ 2 callersMethodhasNext
Indicates if there is more rows to show. @return True if there is more rows to show or False otherwise.
src/main/java/hrider/hbase/Scanner.java:215
↓ 2 callersMethodhasRowsInClipboard
Checks if the clipboard has rows to paste. @return True if the clipboard has rows to paste or False otherwise.
src/main/java/hrider/ui/views/DesignerView.java:1096
↓ 2 callersMethodhasTableInClipboard
Checks if the clipboard has table to paste. @return True if the clipboard has table to paste or False otherwise.
src/main/java/hrider/ui/views/DesignerView.java:1106
↓ 2 callersMethodisNumber
Checks whether the string represents a number. @param value The string to check. @return True if the string represents a number or false otherwise.
src/main/java/hrider/reflection/Clazz.java:272
↓ 2 callersMethodisRowsCountPartiallyCalculated
Indicates that the rows count has been partially calculated. @return True if the rows count has been stopped before reaching end of the table or Fals
src/main/java/hrider/hbase/Scanner.java:157
↓ 2 callersMethodisShown
Checks in the configuration whether the specified column is checked. @param tableName The name of the table that contains the column. @param columnN
src/main/java/hrider/ui/views/DesignerView.java:2246
↓ 2 callersMethodisValidForNameConversion
()
src/main/java/hrider/converters/XmlConverter.java:44
↓ 2 callersMethodloadColumns
Loads columns into the columns table. @param tableName The name of the table which columns to be populated. @param row The row to start the pop
src/main/java/hrider/ui/views/DesignerView.java:1721
↓ 2 callersMethodloadOperation
An event that is raised when a row is loaded to the table from the file. @param tableName The name of the table. @param path The path to the fil
src/main/java/hrider/hbase/HbaseActionListener.java:56
↓ 2 callersMethodloadRows
Loads a specified number of rows from the hbase. @param scanner The hbase scanner to retrieve the data. @param offset The offset to start from
src/main/java/hrider/hbase/Scanner.java:502
↓ 2 callersMethodloadTables
Loads the table names.
src/main/java/hrider/ui/views/DesignerView.java:1165
↓ 2 callersMethodonCellChanged
This method is called when the cell has been updated in the grid. @param cell The updated cell.
src/main/java/hrider/ui/ChangeTrackerListener.java:32
↓ 2 callersMethodonError
The method is called when a component wants to show the user an error. @param message The error message. @param ex An exception.
src/main/java/hrider/ui/MessageHandlerListener.java:38
↓ 2 callersMethodonExport
(final Scanner scanner)
src/main/java/hrider/ui/forms/ExportTableDialog.java:248
↓ 2 callersMethodpasteRowsFromClipboard
Pastes rows from the clipboard into the rows table and into the hbase table that the rows table represents.
src/main/java/hrider/ui/views/DesignerView.java:1976
↓ 2 callersMethodpasteTableFromClipboard
Pastes a table from the clipboard into the application and an hbase cluster.
src/main/java/hrider/ui/views/DesignerView.java:2045
↓ 2 callersMethodpopMarker
Removes a marker from the stack. @return A marker.
src/main/java/hrider/hbase/Scanner.java:669
↓ 2 callersMethodpopulate
Populates the view with the data.
src/main/java/hrider/ui/views/DesignerView.java:1010
↓ 2 callersMethodrelease
(ConnectionDetails details)
src/main/java/hrider/hbase/ConnectionManager.java:29
↓ 2 callersMethodsetColumnsFilter
Saves column filter(s). @param table The name of the table. @param filters Filter(s) to save.
src/main/java/hrider/config/ClusterConfig.java:223
↓ 2 callersMethodsetEditable
Sets the value indicating if the text can be edited. @param editable The value to set.
src/main/java/hrider/ui/controls/format/FormatEditor.java:175
↓ 2 callersMethodsetEndKeyType
Sets a new key type. @param keyType A new key type.
src/main/java/hrider/hbase/Query.java:197
↓ 2 callersMethodsetQuery
Sets a new query to use. @param query A new query to set.
src/main/java/hrider/hbase/QueryScanner.java:80
↓ 2 callersMethodsetRows
Sets or adds a rows to the table. @param tableName The name of the table to update. @param rows A list of rows to set/add. @throws IOException E
src/main/java/hrider/hbase/Connection.java:530
↓ 2 callersMethodsetRowsTableColumnVisible
Shows or hides a column in rows table. @param qualifier The name of the column. @param isVisible Indicates if the columns should be shown or hidden.
src/main/java/hrider/ui/views/DesignerView.java:1821
↓ 2 callersMethodsetStartKeyType
Sets a new start key type. @param keyType A new start key type.
src/main/java/hrider/hbase/Query.java:138
↓ 2 callersMethodsetTablesFilter
Saves table filter(s). @param filters Filter(s) to save.
src/main/java/hrider/config/ClusterConfig.java:196
↓ 2 callersMethodsetZookeeper
(ServerDetails zookeeper)
src/main/java/hrider/config/ConnectionDetails.java:47
↓ 2 callersMethodshowDialog
(Component owner)
src/main/java/hrider/ui/forms/AddFamilyDialog.java:156
↓ 2 callersMethodshowDialog
(Component owner)
src/main/java/hrider/ui/forms/AddColumnDialog.java:247
↓ 2 callersMethodshowDialog
(Component owner)
src/main/java/hrider/ui/forms/CustomConverterDialog.java:240
↓ 2 callersMethodshowDialog
(Component owner)
src/main/java/hrider/ui/forms/ScanDialog.java:136
↓ 2 callersMethodstopCellEditing
(JTable table)
src/main/java/hrider/ui/forms/PasteDialog.java:171
↓ 2 callersMethodtoFilter
Gets a filter according to the operator type. @return A filter to be used in query on hbase.
src/main/java/hrider/hbase/Operator.java:53
↓ 2 callersMethodtoJson
(Object obj)
src/main/java/hrider/converters/JsonConverter.java:55
↓ 2 callersMethodtoString
()
src/main/java/hrider/data/TableDescriptor.java:140
↓ 2 callersMethodtoString
()
src/main/java/hrider/data/ColumnFamily.java:107
↓ 2 callersMethodtoggleColumnControls
(boolean enabled)
src/main/java/hrider/ui/views/DesignerView.java:2391
↓ 2 callersMethodtoggleTableControls
()
src/main/java/hrider/ui/views/DesignerView.java:2352
↓ 2 callersMethodupdate
(String action)
src/main/java/hrider/ui/forms/Splash.java:28
↓ 2 callersMethodupdateColumnNameConverter
Updates converter for the column name. @param converter The new column name converter.
src/main/java/hrider/ui/views/DesignerView.java:2311
↓ 2 callersMethodvalidateInput
()
src/main/java/hrider/ui/forms/ExportTableDialog.java:388
↓ 2 callersMethodwrite
Writes a list of rows to the output stream. @param row A row to write. @throws IOException
src/main/java/hrider/export/FileExporter.java:67
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/views/DesignerView.java:2514
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/ImportTableDialog.java:536
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/ExportTableDialog.java:420
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/AddFamilyDialog.java:219
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/ConnectionDetailsDialog.java:160
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/AddTableDialog.java:315
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/PasteDialog.java:196
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/AddColumnDialog.java:300
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/CustomConverterDialog.java:333
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/Splash.java:46
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/UpdateDialog.java:147
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/AddRowDialog.java:250
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/Window.java:551
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/UpdateTableMetadata.java:353
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
src/main/java/hrider/ui/forms/ScanDialog.java:242
↓ 1 callersMethod$$$setupUI$$$
Method generated by IntelliJ IDEA GUI Designer >>> IMPORTANT!! <<< DO NOT edit this method OR call it in your code! @noinspection ALL
updater/src/main/java/hrider/updater/ui/forms/Window.java:194
↓ 1 callersMethodaddAction
This method is called by the component that wants to report to the user additional information with the option to perform an action. @param action Th
src/main/java/hrider/ui/MessageHandler.java:84
↓ 1 callersMethodaddChange
Adds a new cell that was updated. @param cell A cell to add.
src/main/java/hrider/ui/ChangeTracker.java:88
↓ 1 callersMethodaddCluster
Adds a cluster to the configuration. @param name The name of the cluster to add.
src/main/java/hrider/config/ViewConfig.java:69
↓ 1 callersMethodaddColumnToColumnsTable
Adds a column to the columns table. @param tableName The name of the table the column belongs to. Used to look for the column type in the saved confi
src/main/java/hrider/ui/views/DesignerView.java:1775
↓ 1 callersMethodaddHandler
Adds a handler. @param handler The new handler.
src/main/java/hrider/converters/ConvertersLoader.java:60
↓ 1 callersMethodaddListener
Adds a listener to the list of registered listeners. @param listener A listener to add.
src/main/java/hrider/ui/MessageHandler.java:95
↓ 1 callersMethodaddListener
Adds a new listener to the clipboard. @param listener A listener to add.
src/main/java/hrider/system/InMemoryClipboard.java:56
← previousnext →201–300 of 888, ranked by callers