Uses of Class
org.autogui.swing.util.TextCellRenderer
Packages that use TextCellRenderer
-
Uses of TextCellRenderer in org.autogui.swing.log
Subclasses of TextCellRenderer in org.autogui.swing.logModifier and TypeClassDescriptionstatic classa renderer for an exception messagestatic classa renderer for a stack-trace linesstatic classa renderer for a progress messagestatic classa renderer for progress statusstatic classa string log-entry rendererFields in org.autogui.swing.log declared as TextCellRendererModifier and TypeFieldDescriptionprotected TextCellRenderer<GuiLogEntryException> GuiSwingLogEntryException.GuiSwingLogExceptionRenderer.messageprotected TextCellRenderer<GuiLogEntryProgress> GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.messageprotected TextCellRenderer<GuiLogEntryProgress> GuiSwingLogEntryProgress.GuiSwingLogProgressRenderer.message2Fields in org.autogui.swing.log with type parameters of type TextCellRendererModifier and TypeFieldDescriptionprotected Map<TextCellRenderer<?>, int[]> GuiSwingLogEntryException.selectionMapprotected Map<TextCellRenderer<?>, int[]> GuiSwingLogEntryProgress.selectionsMethods in org.autogui.swing.log that return types with arguments of type TextCellRendererModifier and TypeMethodDescriptionMap<TextCellRenderer<?>, int[]> GuiSwingLogEntryException.getSelections()Map<TextCellRenderer<?>, int[]> GuiSwingLogEntryProgress.getSelections() -
Uses of TextCellRenderer in org.autogui.swing.util
Fields in org.autogui.swing.util declared as TextCellRendererMethods in org.autogui.swing.util with parameters of type TextCellRendererModifier and TypeMethodDescriptionstatic <V> intTextCellRenderer.findTextForComposition(V value, String findKeyword, TextCellRenderer<V>... rs) static <V> ObjectTextCellRenderer.getFocusNextFoundForComposition(V value, Object prevIndex, boolean forward, TextCellRenderer<V>... rs) static <V> StringTextCellRenderer.getSelectedTextForComposition(V value, boolean entireText, Map<TextCellRenderer<?>, int[]> rangesOpt, TextCellRenderer<V>... rs) static <V> voidTextCellRenderer.mouseUpdateForComposition(V value, Map<TextCellRenderer<?>, int[]> ranges, boolean pressInit, Component pointComponent, Point point, TextCellRenderer<V>... rs) change selection range by mouse pressing, dragging or releasing.booleanTextCellRenderer.LineInfoMatch.sameKeys(TextCellRenderer<?> r, Object v) static <V> voidTextCellRenderer.setValueForComposition(V value, Map<TextCellRenderer<?>, int[]> rangesOpt, boolean forMouseEvents, TextCellRenderer<V>... rs) static <V> booleanTextCellRenderer.updateFindPatternForComposition(String findKeyword, TextCellRenderer<V>... rs) Method parameters in org.autogui.swing.util with type arguments of type TextCellRendererModifier and TypeMethodDescriptionstatic <V> StringTextCellRenderer.getSelectedTextForComposition(V value, boolean entireText, Map<TextCellRenderer<?>, int[]> rangesOpt, TextCellRenderer<V>... rs) static <V> voidTextCellRenderer.mouseUpdateForComposition(V value, Map<TextCellRenderer<?>, int[]> ranges, boolean pressInit, Component pointComponent, Point point, TextCellRenderer<V>... rs) change selection range by mouse pressing, dragging or releasing.static <V> voidTextCellRenderer.setValueForComposition(V value, Map<TextCellRenderer<?>, int[]> rangesOpt, boolean forMouseEvents, TextCellRenderer<V>... rs) Constructors in org.autogui.swing.util with parameters of type TextCellRendererModifierConstructorDescriptionLineInfoMatch(int line, int range, TextCellRenderer<?> r, Object v)