|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tvbrowser.ui.programtable.AbstractProgramTableLayout tvbrowser.ui.programtable.CompactLayout
public class CompactLayout
This layout has (nearly) the same height for each column. The height of all columns is defined by the height of the channel column with the largest sum of panel heights. In all other columns space is added after each program to "stretch" the column to the same height. algorithm:
Constructor Summary | |
---|---|
CompactLayout()
Creates a new instance of CompactLayout. |
Method Summary | |
---|---|
void |
updateLayout(ProgramTableModel model)
|
Methods inherited from class tvbrowser.ui.programtable.AbstractProgramTableLayout |
---|
getColumnStart, setColumnStarts |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompactLayout()
Method Detail |
---|
public void updateLayout(ProgramTableModel model)
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |