|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolButton | |
---|---|
artofillusion.ui |
Uses of ToolButton in artofillusion.ui |
---|
Subclasses of ToolButton in artofillusion.ui | |
---|---|
class |
DefaultToolButton
This ToolButton is the classic button with one icon for standard representation and another one for selected state. |
Methods in artofillusion.ui that return ToolButton | |
---|---|
ToolButton |
EditingTool.getButton()
Get the ToolButton used to represent this tool in a ToolPalette. |
static ToolButton |
ThemeManager.getToolButton(java.lang.Object owner,
java.lang.String iconName)
Creates a ToolButton according to the current theme |
static ToolButton |
ThemeManager.getToolButton(java.lang.Object owner,
java.lang.String iconName,
java.lang.String selectedIconName)
Deprecated. this method allows pre 2.7 plugins to continue to function. Such code should be ported to the new API as soon as possible. |
Constructors in artofillusion.ui with parameters of type ToolButton | |
---|---|
ToolButtonWidget(ToolButton button)
Create a new ToolButtonWidget whose appearance is determined by a ToolButton. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |