Uses of Class
org.fife.ui.rtextarea.IconGroup
-
Packages that use IconGroup Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of IconGroup in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as IconGroup Modifier and Type Field Description private static IconGroup
RTextArea. iconGroup
Methods in org.fife.ui.rtextarea that return IconGroup Modifier and Type Method Description static IconGroup
RTextArea. getIconGroup()
Returns the icon group being used for the actions of this text area.Methods in org.fife.ui.rtextarea with parameters of type IconGroup Modifier and Type Method Description static void
RTextArea. setIconGroup(IconGroup group)
Sets the path in which to find images to associate with the editor's actions.
-