bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

add detection of flag "isDesignTime" to support gui designer tool #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To support the gui designer tool .. we need to detect, at runtime, if the
framework has used in "production environment" or "designer environment"

Original issue reported on code.google.com by bartolom...@gmail.com on 7 Dec 2009 at 3:24

GoogleCodeExporter commented 9 years ago
add on SwingEngine class the following static method

  public static boolean isDesignTime( ) {
      return Boolean.getBoolean("org.swixml.designTime");
  }

Original comment by bartolom...@gmail.com on 7 Dec 2009 at 3:26

GoogleCodeExporter commented 9 years ago

Original comment by bartolom...@gmail.com on 7 Dec 2009 at 3:26