MCPcopy Create free account

hub / github.com/NiceSystems/hrider / functions

Functions888 in github.com/NiceSystems/hrider

MethodsetForwardNavigateOnly
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
MethodsetHost
Sets a new server name. @param host A new server name.
src/main/java/hrider/config/ServerDetails.java:72
MethodsetIncludeHeaderWidth
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
MethodsetLinkBehavior
(int bnew)
src/main/java/hrider/ui/controls/JLinkButton.java:97
MethodsetLinkVisited
(boolean flagNew)
src/main/java/hrider/ui/controls/JLinkButton.java:168
MethodsetMaximumWidth
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
MethodsetName
(String name)
src/main/java/hrider/data/TableDescriptor.java:76
MethodsetPopupAbove
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
MethodsetPopupWider
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
MethodsetPort
Sets a new port. @param port A new port.
src/main/java/hrider/config/ServerDetails.java:90
MethodsetRow
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
MethodsetScrollBarRequired
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
MethodsetTable
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
MethodsetTableName
Sets a new table name. @param tableName A new table name.
src/main/java/hrider/data/DataTable.java:85
MethodsetText
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
MethodsetType
Sets a new column type. @param value A new column type.
src/main/java/hrider/data/TypedColumn.java:84
MethodsetType
Sets a new object type. @param type A new object type.
src/main/java/hrider/data/ConvertibleObject.java:122
MethodsetTypeConverter
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
MethodsetValue
Sets a new value for the cell. @param value A new value to set.
src/main/java/hrider/data/DataCell.java:116
MethodsetValue
Sets a new value. @param value A new value.
src/main/java/hrider/data/ConvertibleObject.java:73
MethodsetVisitedLinkColor
(Color colorNew)
src/main/java/hrider/ui/controls/JLinkButton.java:144
MethodshowDialog
()
src/main/java/hrider/ui/forms/Splash.java:20
MethodsupportsFormatting
()
src/main/java/hrider/converters/BooleanConverter.java:48
MethodsupportsFormatting
()
src/main/java/hrider/converters/StringConverter.java:56
MethodsupportsFormatting
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
MethodsupportsFormatting
()
src/main/java/hrider/converters/DateAsLongConverter.java:51
MethodsupportsFormatting
()
src/main/java/hrider/converters/DoubleConverter.java:48
MethodsupportsFormatting
()
src/main/java/hrider/converters/ShortConverter.java:48
MethodsupportsFormatting
()
src/main/java/hrider/converters/LongConverter.java:48
MethodsupportsFormatting
()
src/main/java/hrider/converters/JsonConverter.java:40
MethodsupportsFormatting
()
src/main/java/hrider/converters/IntegerConverter.java:48
MethodsupportsFormatting
()
src/main/java/hrider/converters/FloatConverter.java:48
MethodtableChanged
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
MethodtableChanged
(TableModelEvent e)
src/main/java/hrider/ui/views/DesignerView.java:1369
MethodtableChanged
(TableModelEvent e)
src/main/java/hrider/ui/forms/AddTableDialog.java:104
MethodtableChanged
(TableModelEvent e)
src/main/java/hrider/ui/forms/AddColumnDialog.java:92
MethodtableChanged
(TableModelEvent e)
src/main/java/hrider/ui/forms/UpdateTableMetadata.java:97
MethodtableEnabled
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
MethodtableOperation
(String tableName, String operation)
src/main/java/hrider/ui/views/DesignerView.java:295
MethodtableOperation
(String tableName, String operation)
src/main/java/hrider/ui/forms/ImportTableDialog.java:448
MethodtableOperation
(String tableName, String operation)
src/main/java/hrider/ui/forms/ExportTableDialog.java:357
MethodtoBytes
(String value)
src/main/java/hrider/converters/BinaryStringConverter.java:37
MethodtoBytes
(String value)
src/main/java/hrider/converters/BooleanConverter.java:53
MethodtoBytes
(String value)
src/main/java/hrider/converters/StringConverter.java:29
MethodtoBytes
(String value)
src/main/java/hrider/converters/RegionInfoConverter.java:61
MethodtoBytes
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
MethodtoBytes
(String value)
src/main/java/hrider/converters/DateAsLongConverter.java:56
MethodtoBytes
(String value)
src/main/java/hrider/converters/DoubleConverter.java:53
MethodtoBytes
(String value)
src/main/java/hrider/converters/ShortConverter.java:53
MethodtoBytes
(String value)
src/main/java/hrider/converters/LongConverter.java:53
MethodtoBytes
(String value)
src/main/java/hrider/converters/IntegerConverter.java:53
MethodtoBytes
(String value)
src/main/java/hrider/converters/FloatConverter.java:53
MethodtoDecimal
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
MethodtoDescriptor
()
src/main/java/hrider/data/TableDescriptor.java:104
MethodtoMap
Gets the key/value representation of the row. @return A map containing a key/value mapping.
src/main/java/hrider/data/DataRow.java:199
MethodtoNumber
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
MethodtoString
()
src/main/java/hrider/data/DataCell.java:210
MethodtoString
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
MethodtoString
(byte[] value)
src/main/java/hrider/converters/BinaryStringConverter.java:29
MethodtoString
(byte[] value)
src/main/java/hrider/converters/BooleanConverter.java:29
MethodtoString
(byte[] value)
src/main/java/hrider/converters/RegionInfoConverter.java:86
MethodtoString
(byte[] value)
src/main/java/hrider/converters/DateAsLongConverter.java:32
MethodtoString
(byte[] value)
src/main/java/hrider/converters/DoubleConverter.java:29
MethodtoString
(byte[] value)
src/main/java/hrider/converters/ShortConverter.java:29
MethodtoString
(byte[] value)
src/main/java/hrider/converters/LongConverter.java:29
MethodtoString
(byte[] value)
src/main/java/hrider/converters/IntegerConverter.java:29
MethodtoString
(byte[] value)
src/main/java/hrider/converters/FloatConverter.java:29
MethodupdateColumnNameConverter
Updates converter for the column name. @param converter The new column name converter.
src/main/java/hrider/data/DataRow.java:184
MethodupdateColumnType
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
MethodvalueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/views/DesignerView.java:1229
MethodvalueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/ImportTableDialog.java:111
MethodvalueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/AddFamilyDialog.java:80
MethodvalueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/AddTableDialog.java:96
MethodvalueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/AddColumnDialog.java:83
MethodvalueChanged
(ListSelectionEvent e)
src/main/java/hrider/ui/forms/UpdateTableMetadata.java:89
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/ImportTableDialog.java:139
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/ExportTableDialog.java:200
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/AddFamilyDialog.java:110
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/ConnectionDetailsDialog.java:74
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/AddTableDialog.java:159
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/PasteDialog.java:95
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/AddColumnDialog.java:196
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/CustomConverterDialog.java:222
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/UpdateDialog.java:78
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/AddRowDialog.java:103
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/Window.java:281
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/UpdateTableMetadata.java:239
MethodwindowClosing
(WindowEvent e)
src/main/java/hrider/ui/forms/ScanDialog.java:118
← previous801–888 of 888, ranked by callers