toggle menu
0.4.9
androidJvm
switch theme
search in API
Command
/
com.amarcolini.joos.dashboard
/
SuperTelemetry
/
Inlinable
Inlinable
public
abstract
class
Inlinable
extends
SuperTelemetry.Linable
A
Linable
that can share a line with other
Inlinable
s.
Inheritors
Item
ItemProvider
Members
Constructors
Super
Telemetry.
Inlinable
Link copied to clipboard
public
SuperTelemetry.Inlinable
SuperTelemetry.Inlinable
(
)
Properties
parent
Link copied to clipboard
private
final
SuperTelemetry.Line
parent
Functions
add
Link copied to clipboard
public
SuperTelemetry.Inlinable
add
(
SuperTelemetry.Inlinable
item
)
public
SuperTelemetry.Linable
add
(
SuperTelemetry.Linable
item
)
add
Data
Link copied to clipboard
public
SuperTelemetry.Item
addData
(
String
caption
,
Object
value
)
public
SuperTelemetry.Item
addData
(
String
caption
,
String
format
,
Object
arg1
,
Object
args
)
add
Data
Provider
Link copied to clipboard
public
SuperTelemetry.ItemProvider
addDataProvider
(
String
caption
,
Supplier
<
Object
>
provider
)
get
Parent
Link copied to clipboard
public
final
SuperTelemetry.Line
getParent
(
)