* @throws Exception if the indices cannot be accessed
*/
public void showIndexDialog( String idxAttr )
throws Exception
{
Index index = null;
boolean isSystem = database.hasSystemIndexOn( idxAttr );
if ( isSystem )
{
index = database.getSystemIndex( idxAttr );