Package com.macrofocus.high_d.table
Class AbstractTable<Component,Color,Format,R,C,V>
java.lang.Object
com.macrofocus.high_d.table.AbstractTable<Component,Color,Format,R,C,V>
- All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<Component>
,Table<Component,
Color, Format, R, C, V>
- Direct Known Subclasses:
SwingTable
public abstract class AbstractTable<Component,Color,Format,R,C,V>
extends Object
implements Table<Component,Color,Format,R,C,V>
Created by luc on 04/11/15.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.macrofocus.high_d.table.Table
Table.CellRenderer<Component,
R, C, V>, Table.ColumnResizePolicy, Table.DetailsFactory<Component, R>, Table.InteractionMode, Table.PropertyType, Table.Style -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMutableProperty<com.macrofocus.igraphics.colortheme.ColorTheme<Color>>
Returns the color theme to use.getStyle()
boolean
void
setColorTheme
(MutableProperty<com.macrofocus.igraphics.colortheme.ColorTheme<Color>> colorTheme) Sets the color theme to use.void
setLocksmith
(Object locksmith) void
setSelectionMode
(boolean value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.macrofocus.crossplatform.CPComponent
getNativeComponent, setStyleClass
Methods inherited from interface com.macrofocus.high_d.table.Table
adjustColumns, getSortedDataFrame, reset, setCellRenderer, setColumnResizePolicy, setColumnVisible, setDetailsFactory, setFormat, setFrozenColumnCount, setHidable, setLabel, setModel, setShowFiltered, setSortKey
-
Field Details
-
properties
-
-
Constructor Details
-
AbstractTable
-
-
Method Details
-
getLocksmith
-
setLocksmith
-
isSelectionMode
public boolean isSelectionMode() -
setSelectionMode
public void setSelectionMode(boolean value) -
getShowFiltered
-
getInteractionMode
-
getStyle
-
getShowDistribution
-
setColorTheme
public void setColorTheme(MutableProperty<com.macrofocus.igraphics.colortheme.ColorTheme<Color>> colorTheme) Description copied from interface:Table
Sets the color theme to use. -
getColorTheme
Description copied from interface:Table
Returns the color theme to use.
-