org.herac.tuxguitar.gui.table
Class SongTable.SongTableColumn

java.lang.Object
  extended by Composite
      extended by org.herac.tuxguitar.gui.table.SongTable.SongTableColumn
Enclosing class:
SongTable

public class SongTable.SongTableColumn
extends Composite


Constructor Summary
SongTable.SongTableColumn(Composite parent)
           
 
Method Summary
 void clearAfter(int index)
           
 int getHeaderHeight()
           
 Control getItem(int index)
           
 int getItemCount()
           
 int getItemHeight()
           
 boolean isEmpty()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SongTable.SongTableColumn

public SongTable.SongTableColumn(Composite parent)
Method Detail

setName

public void setName(java.lang.String name)

getItemCount

public int getItemCount()

getItemHeight

public int getItemHeight()

getItem

public Control getItem(int index)

getHeaderHeight

public int getHeaderHeight()

isEmpty

public boolean isEmpty()

clearAfter

public void clearAfter(int index)