Class FreezeColumnsManagerImpl

java.lang.Object
com.illumon.iris.gui.widget.FreezeColumnsManagerImpl
All Implemented Interfaces:
FreezeColumnsManager

public class FreezeColumnsManagerImpl
extends Object
implements FreezeColumnsManager
Allows the user to "Freeze Columns". This takes a normal column and moves it to the left side of the table so that it is always visible. This effect is done by maintaining two Tables with the same Table Model and moving columns between them.