public abstract class QuickAccessPlugin extends java.lang.Object implements MMPlugin
| Modifier and Type | Field and Description | 
|---|---|
static int | 
CELL_HEIGHT
The height of a single cell in the Quick-Access Window. 
 | 
static int | 
CELL_WIDTH
The width of a single cell in the Quick-Access Window. 
 | 
| Constructor and Description | 
|---|
QuickAccessPlugin()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract javax.swing.ImageIcon | 
getIcon()
Provide an icon to use to represent this plugin when configuring the
 Quick-Access Window. 
 | 
static java.awt.Dimension | 
getPaddedCellSize()
Provides a dimension that mostly fills 1 cell in the Quick-Access Window. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCopyright, getHelpText, getName, getVersion, setContextpublic static final int CELL_WIDTH
public static final int CELL_HEIGHT
public static java.awt.Dimension getPaddedCellSize()
public abstract javax.swing.ImageIcon getIcon()