Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NiceSystems/hrider
/ functions
Functions
888 in github.com/NiceSystems/hrider
⨍
Functions
888
◇
Types & classes
117
Method
setForwardNavigateOnly
Sets the value indicating if this scanner should support forward navigate only. @param forwardNavigateOnly True if this instance of the scanner shoul
src/main/java/hrider/hbase/Scanner.java:139
Method
setHost
Sets a new server name. @param host A new server name.
src/main/java/hrider/config/ServerDetails.java:72
Method
setIncludeHeaderWidth
Sets whether the header's width are included on calculation @param includeHeaderWidth true if the headers are included @see #getIncludeH
src/main/java/hrider/ui/design/ResizeableTableHeader.java:131
Method
setLinkBehavior
(int bnew)
src/main/java/hrider/ui/controls/JLinkButton.java:97
Method
setLinkVisited
(boolean flagNew)
src/main/java/hrider/ui/controls/JLinkButton.java:168
Method
setMaximumWidth
Set the maximum width for the popup. This value is only used when setPopupWider( true ) has been specified. A value of -1 indicates that there is no m
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:112
Method
setName
(String name)
src/main/java/hrider/data/TableDescriptor.java:76
Method
setPopupAbove
Change the location of the popup relative to the combo box. @param popupAbove true display popup above the combo box, false display
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:131
Method
setPopupWider
Change the width of the popup to be the greater of the width of the combo box or the preferred width of the popup. Normally the popup width is always
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:151
Method
setPort
Sets a new port. @param port A new port.
src/main/java/hrider/config/ServerDetails.java:90
Method
setRow
Sets or adds a row to the table. @param tableName The name of the table to update. @param row The row to set/add. @throws IOException Error acc
src/main/java/hrider/hbase/Connection.java:580
Method
setScrollBarRequired
For some reason the default implementation of the popup removes the horizontal scrollBar from the popup scroll pane which can result in the truncation
src/main/java/hrider/ui/controls/BoundsPopupMenuListener.java:173
Method
setTable
Sets the table associated with this header. Also adds a TableModelListener to the table's TableModel to allow resizing of columns if data of table cha
src/main/java/hrider/ui/design/ResizeableTableHeader.java:88
Method
setTableName
Sets a new table name. @param tableName A new table name.
src/main/java/hrider/data/DataTable.java:85
Method
setText
Replaces the text pane content with the new text. @param t The text to set.
src/main/java/hrider/ui/controls/format/FormatTextPane.java:60
Method
setType
Sets a new column type. @param value A new column type.
src/main/java/hrider/data/TypedColumn.java:84
Method
setType
Sets a new object type. @param type A new object type.
src/main/java/hrider/data/ConvertibleObject.java:122
Method
setTypeConverter
Sets the type converter to format the data. @param typeConverter The type converter to set.
src/main/java/hrider/ui/controls/format/FormatTextPane.java:75
Method
setValue
Sets a new value for the cell. @param value A new value to set.
src/main/java/hrider/data/DataCell.java:116
Method
setValue
Sets a new value. @param value A new value.
src/main/java/hrider/data/ConvertibleObject.java:73
Method
setVisitedLinkColor
(Color colorNew)
src/main/java/hrider/ui/controls/JLinkButton.java:144
Method
showDialog
()
src/main/java/hrider/ui/forms/Splash.java:20
Method
supportsFormatting
()
src/main/java/hrider/converters/BooleanConverter.java:48
Method
supportsFormatting
()
src/main/java/hrider/converters/StringConverter.java:56
Method
supportsFormatting
Indicates whether the type converter supports formatting of the data. @return True if the type converter can be used to format the data or False othe
src/main/java/hrider/converters/TypeConverter.java:127
Method
supportsFormatting
()
src/main/java/hrider/converters/DateAsLongConverter.java:51
Method
supportsFormatting
()
src/main/java/hrider/converters/DoubleConverter.java:48
Method
supportsFormatting
()
src/main/java/hrider/converters/ShortConverter.java:48
Method
supportsFormatting
()
src/main/java/hrider/converters/LongConverter.java:48
Method
supportsFormatting
()
src/main/java/hrider/converters/JsonConverter.java:40
Method
supportsFormatting
()
src/main/java/hrider/converters/IntegerConverter.java:48
Method
supportsFormatting
()
src/main/java/hrider/converters/FloatConverter.java:48
Method
tableChanged
Listen for table model events from table model. If new data is inserted, only determine the width of new cell and adjust column width, if necessary. I
src/main/java/hrider/ui/design/ResizeableTableHeader.java:222
Method
tableChanged
(TableModelEvent e)
src/main/java/hrider/ui/views/DesignerView.java:1369
Method
tableChanged
(TableModelEvent e)
src/main/java/hrider/ui/forms/AddTableDialog.java:104
Method
tableChanged
(TableModelEvent e)
src/main/java/hrider/ui/forms/AddColumnDialog.java:92
Method
tableChanged
(TableModelEvent e)
src/main/java/hrider/ui/forms/UpdateTableMetadata.java:97
Method
tableEnabled
Checks whether the specified table is enabled. @param tableName The name of the table to check. @return True if the table is enabled or False otherwi
src/main/java/hrider/hbase/Connection.java:191
Method
tableOperation
(String tableName, String operation)
src/main/java/hrider/ui/views/DesignerView.java:295
Method
tableOperation
(String tableName, String operation)
src/main/java/hrider/ui/forms/ImportTableDialog.java:448
Method
tableOperation
(String tableName, String operation)
src/main/java/hrider/ui/forms/ExportTableDialog.java:357
Method
toBytes
(String value)
src/main/java/hrider/converters/BinaryStringConverter.java:37
Method
toBytes
(String value)
src/main/java/hrider/converters/BooleanConverter.java:53
Method
toBytes
(String value)
src/main/java/hrider/converters/StringConverter.java:29
Method
toBytes
(String value)
src/main/java/hrider/converters/RegionInfoConverter.java:61
Method
toBytes
Converts an {@link String} to an array of bytes. @param value An string to convert. @return A converted byte array.
src/main/java/hrider/converters/TypeConverter.java:104
Method
toBytes
(String value)
src/main/java/hrider/converters/DateAsLongConverter.java:56
Method
toBytes
(String value)
src/main/java/hrider/converters/DoubleConverter.java:53
Method
toBytes
(String value)
src/main/java/hrider/converters/ShortConverter.java:53
Method
toBytes
(String value)
src/main/java/hrider/converters/LongConverter.java:53
Method
toBytes
(String value)
src/main/java/hrider/converters/IntegerConverter.java:53
Method
toBytes
(String value)
src/main/java/hrider/converters/FloatConverter.java:53
Method
toDecimal
Converts a {@link String} to a floating number represented by {@link Integer} or {@link Long}. @param value The value to converters. @return A conver
src/main/java/hrider/reflection/Clazz.java:113
Method
toDescriptor
()
src/main/java/hrider/data/TableDescriptor.java:104
Method
toMap
Gets the key/value representation of the row. @return A map containing a key/value mapping.
src/main/java/hrider/data/DataRow.java:199
Method
toNumber
Converts a {@link String} to a number represented by {@link Integer} or {@link Long}. @param value The value to converters. @return A converted numbe
src/main/java/hrider/reflection/Clazz.java:100
Method
toString
()
src/main/java/hrider/data/DataCell.java:210
Method
toString
Converts an {@link Object} to a {@link String}. @param value An object to convert. @return A converted string.
src/main/java/hrider/data/ColumnType.java:174
Method
toString
(byte[] value)
src/main/java/hrider/converters/BinaryStringConverter.java:29
Method
toString
(byte[] value)
src/main/java/hrider/converters/BooleanConverter.java:29
Method
toString
(byte[] value)
src/main/java/hrider/converters/RegionInfoConverter.java:86
Method
toString
(byte[] value)
src/main/java/hrider/converters/DateAsLongConverter.java:32
Method
toString
(byte[] value)
src/main/java/hrider/converters/DoubleConverter.java:29
Method
toString
(byte[] value)
src/main/java/hrider/converters/ShortConverter.java:29
Method
toString
(byte[] value)
src/main/java/hrider/converters/LongConverter.java:29
Method
toString
(byte[] value)
src/main/java/hrider/converters/IntegerConverter.java:29
Method
toString
(byte[] value)
src/main/java/hrider/converters/FloatConverter.java:29
Method
updateColumnNameConverter
Updates converter for the column name. @param converter The new column name converter.
src/main/java/hrider/data/DataRow.java:184
Method
updateColumnType
Updates a column type for all cells that belong to the specified column. @param columnName The name of the column which type should be updated. @para
src/main/java/hrider/data/DataRow.java:172
Method
valueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/views/DesignerView.java:1229
Method
valueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/ImportTableDialog.java:111
Method
valueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/AddFamilyDialog.java:80
Method
valueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/AddTableDialog.java:96
Method
valueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/AddColumnDialog.java:83
Method
valueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/UpdateTableMetadata.java:89
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/ImportTableDialog.java:139
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/ExportTableDialog.java:200
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/AddFamilyDialog.java:110
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/ConnectionDetailsDialog.java:74
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/AddTableDialog.java:159
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/PasteDialog.java:95
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/AddColumnDialog.java:196
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/CustomConverterDialog.java:222
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/UpdateDialog.java:78
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/AddRowDialog.java:103
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/Window.java:281
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/UpdateTableMetadata.java:239
Method
windowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/ScanDialog.java:118
← previous
801–888 of 888, ranked by callers