public class JaxoLatexPackage
extends java.lang.Object
implements javax.swing.event.ListSelectionListener
Constructor and Description |
---|
JaxoLatexPackage(java.awt.Component parent,
java.util.List vector)
Constructor: initializes the dialog with the current list of
included Latex packages (at least axodraw and color).
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getPackageList()
Returns the Vector holding the list of Latex packages.
|
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
Executes the corresponding action when the list of Latex packages
has been changed.
|
boolean |
wasCancelled()
Cheks if the dialog was closed via the cancel button.
|
public JaxoLatexPackage(java.awt.Component parent, java.util.List vector)
parent
- The parent component.vector
- The list of currently included Latex packagespublic final void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
e
- The ListSelectionEventpublic final boolean wasCancelled()
public final java.util.List getPackageList()
Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.