Uses of Class
com.biomatters.geneious.publicapi.components.GButton
-
Packages that use GButton Package Description com.biomatters.geneious.publicapi.components Provides useful GUI (graphical user interface) components, none of which are necessary for creating a plugin, but many plugin implentations will find these components useful.com.biomatters.geneious.publicapi.utilities Provides various utility methods and classes, none of which are necessary for creating a plugin, but many plugins implentations will find these methods useful. -
-
Uses of GButton in com.biomatters.geneious.publicapi.components
Subclasses of GButton in com.biomatters.geneious.publicapi.components Modifier and Type Class Description class
HyperlinkButton
A clickable button with the aesthetics of a web hyperlink text.class
MoreOptionsButton
A button which toggles between "More Options" and "Fewer Options" with a down and up arrow icon respectively (the text can be changed).static class
ProOnlyComponents.Button
Same as aGButton
but automatically becomes disabled if the user does not have an active license.Methods in com.biomatters.geneious.publicapi.components that return types with arguments of type GButton Modifier and Type Method Description java.util.List<GButton>
DialogButtonPanel. getAllButtons()
Get all the buttons in this panel in the order they are displayed in the panel on the current platform (left to right). -
Uses of GButton in com.biomatters.geneious.publicapi.utilities
Methods in com.biomatters.geneious.publicapi.utilities that return GButton Modifier and Type Method Description static GButton
GuiUtilities. createHelpButton()
static GButton
GuiUtilities. createHelpButton(boolean smallButton)
Deprecated.As of Geneious 2021.0.0, all help buttons are created as non-small buttons.static GButton
GuiUtilities. createHelpButton(boolean smallButton, java.lang.String title, java.lang.String message)
Deprecated.As of Geneious 2021.0.0, all help buttons are created as non-small buttons.static GButton
GuiUtilities. createHelpButton(java.lang.String title, java.lang.String message)
Creates a help style button that displays a help dialog with when clicked on
-