|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.businesslogic.ireport.plugin.IReportPlugin
it.eng.spagobi.plugins.ireport.Plugin
Field Summary | |
static java.awt.Dimension |
buttonsDimensions
|
static int |
margin
|
Constructor Summary | |
Plugin()
This constructor gets System.getProperty("user.home") to set the default configuration folder. |
Method Summary | |
void |
call()
This method is called every time the plugin is selected from the iReport Plugin menu First, it sets the LookAndFeel. |
void |
checkUser()
This method checks if there is already a user logged by reading the UserProfile information If no users are available it opens the Login Frame Otherwise it show the hidden Tree Frame |
void |
configure()
This method is called when the plugin configuration button on plugin list is selected. |
static Plugin |
getMainInstance()
Return the main instance of the Plugin. |
static void |
main(java.lang.String[] args)
|
boolean |
updateConfiguration(java.lang.String serverLocationTemp,
java.lang.String tempFolderTemp)
This method updates the local fields serverLocation and tempFolder getting the new values as input parameters. |
Methods inherited from class it.businesslogic.ireport.plugin.IReportPlugin |
getMainFrame, getName, setMainFrame |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.awt.Dimension buttonsDimensions
public static final int margin
Constructor Detail |
public Plugin()
Method Detail |
public static void main(java.lang.String[] args)
public void call()
public void configure()
public boolean updateConfiguration(java.lang.String serverLocationTemp, java.lang.String tempFolderTemp)
serverLocationTemp
- tempFolderTemp
-
public void checkUser()
public static Plugin getMainInstance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |