public abstract class SimpleButtonPlugin extends QuickAccessPlugin
CELL_HEIGHT, CELL_WIDTH
Constructor and Description |
---|
SimpleButtonPlugin() |
Modifier and Type | Method and Description |
---|---|
abstract void |
activate()
This method will be called when the button is clicked.
|
abstract javax.swing.Icon |
getButtonIcon()
Returns an icon to show in the button.
|
abstract java.lang.String |
getTitle()
Returns the text to show in the button.
|
getIcon, getPaddedCellSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCopyright, getHelpText, getName, getVersion, setContext
public abstract java.lang.String getTitle()
public abstract javax.swing.Icon getButtonIcon()
public abstract void activate()