org.apache.uima.tools.stylemap
Class TableGUIMediator

java.lang.Object
  extended by org.apache.uima.tools.stylemap.TableGUIMediator

public class TableGUIMediator
extends java.lang.Object

Mediates GI elements in StyleMapEditor keeping buttons enabled or disabled depending on whether a row is selected.


Constructor Summary
TableGUIMediator()
           
 
Method Summary
 int getColumnSelected()
           
 int getRowSelected()
           
 void setButtons(ImageButton up, ImageButton down, ImageButton delete)
           
 void setEntryButton(ImageButton but)
           
 void setTable(StyleMapTable t)
           
 void tableClicked(javax.swing.event.ListSelectionEvent ev)
           
 void treeClicked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableGUIMediator

public TableGUIMediator()
Method Detail

setTable

public void setTable(StyleMapTable t)

tableClicked

public void tableClicked(javax.swing.event.ListSelectionEvent ev)

setButtons

public void setButtons(ImageButton up,
                       ImageButton down,
                       ImageButton delete)

getRowSelected

public int getRowSelected()

getColumnSelected

public int getColumnSelected()

setEntryButton

public void setEntryButton(ImageButton but)

treeClicked

public void treeClicked()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.