japlot.jaxodraw
Class JaxoLatexPackage
- java.lang.Object
-
- japlot.jaxodraw.JaxoLatexPackage
-
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ListSelectionListener
public class JaxoLatexPackage extends java.lang.Object implements javax.swing.event.ListSelectionListenerBrings up a dialog that allows the inclusion of custom Latex packages in the Latex output.
-
-
Constructor Summary
Constructors Constructor and Description JaxoLatexPackage(java.util.ArrayList vector)Constructor: initializes the dialog with the current list of included Latex packages (at least axodraw and color).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.ArrayListgetPackageList()Returns the Vector holding the list of Latex packages.voidvalueChanged(javax.swing.event.ListSelectionEvent e)Executes the corresponding action when the list of Latex packages has been changed.
-
-
-
Constructor Detail
-
JaxoLatexPackage
public JaxoLatexPackage(java.util.ArrayList vector)
Constructor: initializes the dialog with the current list of included Latex packages (at least axodraw and color).- Parameters:
vector- The list of currently included Latex packages
-
-
Method Detail
-
valueChanged
public final void valueChanged(javax.swing.event.ListSelectionEvent e)
Executes the corresponding action when the list of Latex packages has been changed.- Specified by:
valueChangedin interfacejavax.swing.event.ListSelectionListener- Parameters:
e- The ListSelectionEvent
-
getPackageList
public final java.util.ArrayList getPackageList()
Returns the Vector holding the list of Latex packages.- Returns:
- The vector holding the list of Latex packages.
-
-
DMelt 3.0 © DataMelt by jWork.ORG