Uses of Class
org.apache.uima.tools.util.gui.ImageButton
-
Packages that use ImageButton Package Description org.apache.uima.tools.stylemap org.apache.uima.tools.util.gui -
-
Uses of ImageButton in org.apache.uima.tools.stylemap
Fields in org.apache.uima.tools.stylemap declared as ImageButton Modifier and Type Field Description private ImageButton
TableGUIMediator. addEntryButton
The add entry button.private ImageButton
StyleMapEditor. addTableEntryButton
The add table entry button.private ImageButton
TableGUIMediator. delete
The delete.private ImageButton
TableGUIMediator. down
The delete.private ImageButton
StyleMapEditor. moveRowDownButton
The move row down button.private ImageButton
StyleMapEditor. moveRowUpButton
The move row up button.private ImageButton
StyleMapEditor. removeTableRowButton
The remove table row button.private ImageButton
TableGUIMediator. up
The delete.Methods in org.apache.uima.tools.stylemap with parameters of type ImageButton Modifier and Type Method Description void
TableGUIMediator. setButtons(ImageButton up, ImageButton down, ImageButton delete)
Sets the buttons.void
TableGUIMediator. setEntryButton(ImageButton but)
Sets the entry button. -
Uses of ImageButton in org.apache.uima.tools.util.gui
Fields in org.apache.uima.tools.util.gui declared as ImageButton Modifier and Type Field Description private ImageButton
ListSelector. moveDownButton
The move down button.private ImageButton
ListSelector. moveUpButton
The move up button.
-