JavaScript is disabled on your browser.
Contents
Deprecated Fields
Applications should prefer automatic detection, to avoid
ending up with a HTTP client that is not actually supported
on the current platform.
Deprecated Methods
Use
Path.relativize
instead. This can be used even when
working with APIs still using
File
instances:
base.toPath().relativize(file.toPath)
.
Using a map does not allow for an explicit iteration order,
and it also does not allow multiple parameters to use the
same name.
Renamed to
TupleList.copyOf(List)
, both because the new
name is more descriptive and to be consistent with other
collection classes.
Use
SwingUtils.openBrowser(String)
instead, which
provides the same behavior but uses a cross-platform API
that also supports other operating systems.
Use
SwingUtils.openFile(File)
instead, which
provides the same behavior but uses a cross-platform
API that also supports other operating systems.
Use
Table.getSelectedRowKey()
instead. Using the row
index is an unreliable way of identifying towsr, as
sorting the table will actually change the row order.