Uses of Class
org.apache.uima.tools.util.gui.ImageButton
Packages that use ImageButton
-
Uses of ImageButton in org.apache.uima.tools.stylemap
Fields in org.apache.uima.tools.stylemap declared as ImageButtonModifier and TypeFieldDescriptionprivate 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 ImageButtonModifier and TypeMethodDescriptionvoid
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 ImageButtonModifier and TypeFieldDescriptionprivate ImageButton
ListSelector.moveDownButton
The move down button.private ImageButton
ListSelector.moveUpButton
The move up button.