public class AutoReimporter
extends java.lang.Object
implements java.awt.event.ActionListener
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoReimporter.Options
Class that encapsulates the auto-reimport options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae)
Performs the re-import of the project's files.
|
static javax.swing.Timer |
create(VPTProject p)
Static constructor.
|
static void |
runNow()
For testing purposes, run auto-reimport now, for the current
project.
|
public static javax.swing.Timer create(VPTProject p)
p - The affected project.public void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed in interface java.awt.event.ActionListenerpublic static void runNow()