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 ImageButtonTableGUIMediator.addEntryButtonThe add entry button.private ImageButtonStyleMapEditor.addTableEntryButtonThe add table entry button.private ImageButtonTableGUIMediator.deleteThe delete.private ImageButtonTableGUIMediator.downThe delete.private ImageButtonStyleMapEditor.moveRowDownButtonThe move row down button.private ImageButtonStyleMapEditor.moveRowUpButtonThe move row up button.private ImageButtonStyleMapEditor.removeTableRowButtonThe remove table row button.private ImageButtonTableGUIMediator.upThe delete.Methods in org.apache.uima.tools.stylemap with parameters of type ImageButtonModifier and TypeMethodDescriptionvoidTableGUIMediator.setButtons(ImageButton up, ImageButton down, ImageButton delete) Sets the buttons.voidTableGUIMediator.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 ImageButtonListSelector.moveDownButtonThe move down button.private ImageButtonListSelector.moveUpButtonThe move up button.