public class PushToApplicationButton
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
static java.util.List<PushToApplication> |
applications |
Constructor and Description |
---|
PushToApplicationButton(JabRefFrame frame,
java.util.List<PushToApplication> pushActions) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.awt.Component |
getComponent()
Get the toolbar component for the push button.
|
javax.swing.Action |
getMenuAction() |
static void |
showSettingsDialog(java.lang.Object parent,
PushToApplication toApp,
javax.swing.JPanel options) |
public static java.util.List<PushToApplication> applications
public PushToApplicationButton(JabRefFrame frame, java.util.List<PushToApplication> pushActions)
public java.awt.Component getComponent()
public javax.swing.Action getMenuAction()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public static void showSettingsDialog(java.lang.Object parent, PushToApplication toApp, javax.swing.JPanel options)