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 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 ImageButton Modifier and Type Method Description voidTableGUIMediator. 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 ImageButton Modifier and Type Field Description private ImageButtonListSelector. moveDownButtonThe move down button.private ImageButtonListSelector. moveUpButtonThe move up button.
-