|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectviewer.importer.AutoReimporter
public class AutoReimporter
A timer task for triggering auto-reimport of projects.
Nested Class Summary | |
---|---|
static class |
AutoReimporter.Options
Class that encapsulates the auto-reimport options. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.ActionListener
public static void runNow()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |