|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaxodraw.gui.panel.JaxoLatexPackage
public class JaxoLatexPackage
Brings up a dialog that allows the inclusion of custom Latex packages in the Latex output.
Constructor Summary | |
---|---|
JaxoLatexPackage(Component parent,
List<String> vector)
Constructor: initializes the dialog with the current list of included Latex packages (at least axodraw and color). |
Method Summary | |
---|---|
List<String> |
getPackageList()
Returns the Vector holding the list of Latex packages. |
void |
valueChanged(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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxoLatexPackage(Component parent, List<String> vector)
parent
- The parent component.vector
- The list of currently included Latex packagesMethod Detail |
---|
public final void valueChanged(ListSelectionEvent e)
valueChanged
in interface ListSelectionListener
e
- The ListSelectionEventpublic final boolean wasCancelled()
public final List<String> getPackageList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |