Modifier and Type | Method and Description |
---|---|
public Action | |
public JabRefIcon | Returns: The icon for the application.Gets the icon associated with the application. |
public String | |
public String | Returns: The display name for the push operation.Gets the display name for the push operation. |
public PushToApplicationSettings | getSettings(PushToApplication application, PushToApplicationPreferences pushToApplicationPreferences)
|
public String | |
public void | |
public void | onOperationCompleted()
Reporting etc., this method is called on the event dispatch thread after pushEntries() returns. |
public void | pushEntries(BibDatabaseContext database, List<BibEntry> entries, String keyString)
The actual operation. |
public boolean | Returns: true if citation keys are required for this operation.Check whether this operation requires citation keys to be set for the entries. |
getAction | back to summary |
---|---|
public Action getAction() |
getApplicationIcon | back to summary |
---|---|
public JabRefIcon getApplicationIcon() Gets the icon associated with the application.
|
getDelimiter | back to summary |
---|---|
public String getDelimiter() |
getDisplayName | back to summary |
---|---|
public String getDisplayName() Gets the display name for the push operation. This name is used in the GUI to represent the push action to the user.
|
getSettings | back to summary |
---|---|
public PushToApplicationSettings getSettings(PushToApplication application, PushToApplicationPreferences pushToApplicationPreferences) |
getTooltip | back to summary |
---|---|
public String getTooltip() Gets a tooltip for the push operation. |
jumpToLine | back to summary |
---|---|
public void jumpToLine(Path fileName, int line, int column) |
onOperationCompleted | back to summary |
---|---|
public void onOperationCompleted() Reporting etc., this method is called on the event dispatch thread after pushEntries() returns. |
pushEntries | back to summary |
---|---|
public void pushEntries(BibDatabaseContext database, List<BibEntry> entries, String keyString) The actual operation. This method will not be called on the event dispatch thread, so it should not do GUI operations without utilizing invokeLater(). |
requiresCitationKeys | back to summary |
---|---|
public boolean requiresCitationKeys() Check whether this operation requires citation keys to be set for the entries. If true is returned an error message will be displayed if keys are missing.
|