albumArtistColumn.setText(Messages.AudioTagPage_album_artist_column);
table.setSortColumn(trackColumn);
// table.setSortDirection(SWT.UP);
tableViewer.setContentProvider(new AudioTagContentProvider());
tableViewer.setLabelProvider(new AudioTagLabelProvider());
tableViewer.setInput(null);
tableViewer.setColumnProperties(new String[] { "name", "title", //$NON-NLS-1$ //$NON-NLS-2$
"artist", "album", "year", "track", "genre", "comment", //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$