Class ComponentTable
- java.lang.Object
-
- org.deeplearning4j.ui.api.Component
-
- org.deeplearning4j.ui.components.table.ComponentTable
-
public class ComponentTable extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComponentTable.Builder
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_TYPE-
Fields inherited from class org.deeplearning4j.ui.api.Component
componentType, style
-
-
Constructor Summary
Constructors Constructor Description ComponentTable()ComponentTable(String[] header, String[][] table, StyleTable style)ComponentTable(ComponentTable.Builder builder)
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ComponentTable
public ComponentTable()
-
ComponentTable
public ComponentTable(ComponentTable.Builder builder)
-
ComponentTable
public ComponentTable(String[] header, String[][] table, StyleTable style)
-
-