|
|||||||||
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(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). |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxoLatexPackage(java.awt.Component parent, java.util.List vector)
parent
- The parent component.vector
- The list of currently included Latex packagesMethod Detail |
---|
public 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |