Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Vaadin is a web application framework for Rich Internet Applications (RIA). In contrast to Javascript libraries and browser-plugin based solutions it features a server-side architecture, which means that the majority of the logic runs on the servers. Ajax technology is used at the browser-side to ... [More] ensure a rich and interactive user experience. Vaadin is a big collection of UI components. There are server-side components like Button, Table, Tree that you use to compose the application user interface. The components use events, listeners and data binding to communicate with each other and the business logic. The component based architecture together with the data binding features help you to build applications that are easily modularized and refactored as needed. [Less]

4.8
   
  0 reviews  |  363 users  |  4,678,194 lines of code  |  54 current contributors  |  Analyzed 2 days ago
 
 

Lazy Query Container is a Vaadin framework addon which provides lazy loading container for Vaadin tables. Lazy Query Container supports buffered reads and writes of items. Data reads and writes are delegated through Query interface to an application specific business delegate.The QueryFactory and ... [More] Query interface implementations are designed to be application specific and should invoke a data source like WebService client, JDBC connection, JPA context or Java service class to read and write data items. The data source has to support querying data in batches.Lazy Query Container supports the following features: lazy loading of items, loading Items in batches, item caching with limited cache size, sorting, query statistics, changing item set and changing property set. Since version 1.1.0 Lazy Query Container also supports adding items, modifying items and removing items. The changes are buffered and can be either commited or discarded. Row status icons and status column generator are also included to allow for visualization of row states. See the demo for hands on experience on the features.If you like this add-on please add it to your stack in ohloh by clicking I use this button in the project page: https://www.ohloh.net/p/vaadin-lazyquerycontainer [Less]

4.66667
   
  0 reviews  |  7 users  |  5,880 lines of code  |  5 current contributors  |  Analyzed 8 days ago
 
 

JGoodies form layout implementation for Ext-GWT (GXT) The first advanced layout manager for ExtGWT (GXT). Live demo (1.0.4): http://www.sparksc.com/gxt-jglayout Main features: aligns components in a dynamic rectangular grid of cells column and row specifications horizontal grow, fill ... [More] horizontal alignments: left, center, right, fill vertical alignments: top, center, bottom sizes can be specified as: Pixel, Points, Inches, Millimeter, Centimeter and Dialog Units resize weights bounded, constant, minimum and preferred sizes column and row groups cell constraints form builder form separators ( since 1.0.1 ) layout debugging ( since 1.0.2 ) showcase application ( since 1.0.2 ) WARNING: vertical sizes, vertical fill and grow NOT supported in 1.0.2. Roadmap: performance improvements visual layout designer Any help will be greatly appreciated. [Less]

0
 
  0 reviews  |  1 user  |  15,132 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

v8rocket is a library for integrating v8 with libRocket, and to expose the XHTML DOM to Javascript. libRocket (http://librocket.com) is a renderer agnostic XHTML/CSS renderer, useful for creating UIs for games and the like. Hopefully makes assembling a game UI a breeze. v8 ... [More] (http://code.google.com/p/v8/) is a fast Javascript engine, used by the Chromium browser to execute Javascript. Advantages of v8rocket: Renderer agnostic, input agnostic, allows a fully dynamic layout, that can grow/shrink etc. as needed, uses existing layout technology - standardized XHTML/CSS to describe layout, allows easy "theming" via CSS, or even changing the XHTML, without having to recompile, allows delegation of UI work to developers skilled in web programming. [Less]

0
 
  0 reviews  |  1 user  |  2,466 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Nexus WordPress theme framework -------------------------------- The Nexus WordPress theme framework is the foundation of both commercial and free themes available at http://nexusthemes.com. The free Nexus WP framework enables front-end editing, responsive design, drag-n-drop design, custom ... [More] layouts, custom and re-useable headers, sidebars, footers and pagelets. [Less]

0
 
  0 reviews  |  1 user  |  103,729 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

see Users group for news,tutorial and documentation about JDLayout 2.2.1 14/04/2009 - NEW RELEASE JDLayout 2.2.1!! Resolved some compilation bugs Compiled with NetBeans JavaFX v.1.1.1 18/03/2009 - RELEASE JDLayout 2.2 Resolved Span and other bugs Indipendent special rows setting Vertical ... [More] or/and Horizontal Grow item into cell Different cell fill setting Best expand control NEW! DOWNLOAD THE NEW JDLayout v2.2 jar library release DOWNLOAD THE NEW JDLayout v2.2 source library release Drag and resize DigLayout vs MigLayout DigLayout vs Grid JFXtras Form sample UnitTestDrag.fx DigvsMig.fx UnitTestFormTwo.fx UnitTestFormOne.fx JDLAYOUT IS A DIEGO BENNA JAVAFX PROJECT In JDLayout package jar there is the DigLayout. "I dreamed my layout as a group of sheeps. The sheeps were sorted by columns and rows. Each column and row had a dog and each sheep was watching at two dogs. The firs one was giving her the column and the second one the row positioning. If there was a bigger sheep, then a new special dog was created for her. That dog was taking his position whatching some other friend dogs" Diego Structure code sample import Window.JDLayout.; import javafx.stage.Stage; import javafx.scene.Scene; import javafx.scene.text.Text; import javafx.scene.text.Font; import javafx.scene.effect.; / @author Diego Benna diego.benna@gmail.com / var panel = DigLayout{ // All setting ..... // Rows and Items digrows:[ Row{ items:[ Item{ valign:"middle" halign:"center" item: javafx.ext.swing.SwingLabel { text: "Item 1" } } , Item{ valign:"middle" halign:"center" item: javafx.ext.swing.SwingLabel { text: "Item 2" } } ] }, Row{ items:[ Item{ valign:"middle" halign:"center" item: javafx.ext.swing.SwingLabel { text: "Item 3" } } , Item{ valign:"middle" halign:"center" item: javafx.ext.swing.SwingLabel { text: "Item 4" } } ] } ] }; Stage{ title : "UnitTest Simple Panel" scene : Scene{ width: 540 height: 370 content: [ panel ] }; } Use DigLayout dynamic Layout Manager Percentual extension Demo Dynamic Layout Manager with percentual extension: Demos source: DOWNLOAD .... // External margin margin:10 internalstroke: javafx.scene.paint.Color.GRAY // Set columns and rows size // e:xxx -> are empty cols or empty columns // 40% of the remaining scene size in column 3 // 60% of the remaining scene size in column 5 columns:["150","e:20","40%","e:20","60%"] rows:["e:20","50","e:40","100%","e:5","50"] // Yes resize with window fixed:false // Resize al percentual column column with windows percentualFlag:true digrows:[ .... ] Use DigLayout dynamic Layout Manager Demo Dynamic Layout Manager last column/row extension: Demos source: DOWNLOAD .... // External margin margin:10 internalstroke: javafx.scene.paint.Color.GRAY // Set columns and rows size // e:xxx -> are empty cols or empty columns // 40% of the remaining scene size in column 3 // 60% of the remaining scene size in column 5 columns:["150","e:20","40%","e:20","60%"] rows:["e:20","50","e:40","100%","e:5","50"] // Yes resize with window fixed:false // Resize only last column with windows percentualFlag:false digrows:[ .... ] Use DigLayout with Colspan Demo DigLayout with colspanl: Demos source: DOWNLOAD DigLayout{ // External margin margin:10 internalstroke: javafx.scene.paint.Color.GRAY // Set columns and rows size // e:xxx -> are empty cols or empty columns // 40% of the remaining scene size in column 3 // 60% of the remaining scene size in column 5 columns:["150","e:20","40%","e:20","60%"] rows:["50","100%","50"] // Yes resize with window fixed:false // Resize al percentual column column with windows percentualFlag:true digrows:[ Row{ items:[ Item{ valign:"middle" halign:"center" colspan:2 fill: javafx.scene.paint.LinearGradient { startX: 0.0, startY: 0.0, endX: 0.0, endY: 1.0, proportional: true stops: [ javafx.scene.paint.Stop {offset: 0.0 color: javafx.scene.paint.Color.web("#e9e19e")}, javafx.scene.paint.Stop {offset: 1.0 color: javafx.scene.paint.Color.web("#c2bb77")} ] } item: javafx.ext.swing.SwingLabel { text: "colspan: 2" } }, Item{ valign:"middle" halign:"center" item: javafx.ext.swing.SwingLabel { text: "W 40% - H 50px" } } , Item{ valign:"middle" halign:"center" item: javafx.ext.swing.SwingLabel { text: "W 60% - H 50px" } } ] }, Row{ items:[ Item{ valign:"middle" halign:"center" item: javafx.ext.swing.SwingLabel { text: "W 150px - H 100%" } } , Item{ valign:"middle" halign:"center" colspan:3 fill: javafx.scene.paint.LinearGradient { startX: 0.0, startY: 0.0, endX: 1.0, endY: 1.0, proportional: true stops: [ javafx.scene.paint.Stop {offset: 0.0 color: javafx.scene.paint.Color.web("#ebcd2c")}, javafx.scene.paint.Stop {offset: 1.0 color: javafx.scene.paint.Color.web("#c67414")} ] } item: javafx.ext.swing.SwingLabel { text: "colspan: 3" } } ] }, Row{ items:[ Item{ valign:"middle" halign:"center" colspan:4 fill: javafx.scene.paint.LinearGradient { startX: 0.0, startY: 0.0, endX: 1.0, endY: 1.0, proportional: true stops: [ javafx.scene.paint.Stop {offset: 0.0 color: javafx.scene.paint.Color.web("#fffacd")}, javafx.scene.paint.Stop {offset: 1.0 color: javafx.scene.paint.Color.web("#ffffff")} ] } item: javafx.ext.swing.SwingLabel { text: "colspan: 4" } } , Item{ valign:"middle" halign:"center" item: javafx.ext.swing.SwingLabel { text: "W 60% - H 50px" } } ] }, ] }; Thank you Tommaso detto Tommone for translate! Now think something.. and now you lose the game! [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

An easy to use, easy to extend, and very lightweight layout manager for jMonkey Engine, a Java-based 3D engine. This is not intended as a full-fledged GUI package (there are at least two for jME already, see FengGUI or GBUI). Instead of providing a large set of complex, pre-built widgets ... [More] , SimpleMonkeyGUI provides makes it easy to take your own custom-designed jME-based Heads Up Display, and add layout management to it. Unlike FengGUI, SimpleMonkeyGUI uses jME's Spatials for displaying widgets, and was designed from the ground up with the intention of being used in jME. This project originated as a stripped down version of FengGUI, keeping just the layout managers and a few other key classes. Both jME1 and jME2 are supported. Find out more about the project on the wiki. [Less]

0
 
  0 reviews  |  0 users  |  3,156 lines of code  |  0 current contributors  |  Analyzed about 17 hours ago
 
 

LayoutManagerLayoutManager is a custom control which helps you to create a layout for web pages very easily with the same ease you did for windows forms. It has good designer support, so that you don’t need to write a single line of code. All things can be configured via the designer. It is ... [More] developed on top of the JQuery plugin http://www.rajeeshcv.com/projects/layoutmanager-jquery-plugin/ Download the demo project from the Featured Downloads to get more details [Less]

0
 
  0 reviews  |  0 users  |  4,440 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

EasyLayout is flexible and easy to use grid based LayoutManager. EasyLayout is designed for making form design easier and quicker without need of fancy drag and drop form painters.

0
 
  0 reviews  |  0 users  |  639 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

ArithmeticLayoutManagerThe ArithmeticLayoutManager is a layout manager which can be used to specify the bounds of a component as a series of mathematical expressions which are re-evaluated every time the parent is resized. The expressions consist of simple arithmetics combined with references to ... [More] fields of other components (the parent and siblings). Website: http://marcoslot.net/alm.htm [Less]

0
 
  0 reviews  |  0 users  |  1,547 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.