JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Script Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicASSOCTYPE_AGGREGATIONString
publicASSOCTYPE_ASSOCIATIONString
publicASSOCTYPE_ATTACHMENTString
publicASSOCTYPE_COMPOSITIONString
publicASSOCTYPE_DERIVATIONString
publicASSOCTYPE_GENERICString
publicASSOCTYPE_GOOGLE_RESULTString
publicASSOCTYPE_MEMBERSHIPString
publicASSOCTYPE_NAVIGATIONString
publicASSOCTYPE_PREFERENCEString
publicASSOCTYPE_PUBLISH_PERMISSIONString
publicASSOCTYPE_PUBLISHINGString
publicASSOCTYPE_RECIPIENTString
publicASSOCTYPE_RELATIONString
publicASSOCTYPE_SENDERString
publicASSOCTYPE_USESString
publicASSOCTYPE_VIEW_IN_USEString
publicBAR_HEIGHTInteger
publicBAR_WIDTHInteger
publicBORDER_WIDTHInteger

The width of the border around the single image view.

publicCLIENT_PREFSString
publicCODEBASEString
publicCOGNITIVE_LIMITNumber
publicDM_BACKGROUNDSString
publicDM_BACKGROUNDS_SERVERString
publicDM_DOCUMENTSString
publicDM_ICONSString
publicDM_ICONS_HUBString
publicDM_ICONS_SERVERString
publicDM_IMAGES_SERVERString
publicDM_LOCAL_DOCUMENTSString
publicDM_REPOSITORY_CLIENTString
publicDM_REPOSITORY_SERVERString
publicEXPANDED_THUMB_SCALENumber

The amount expanded thumbnails expand

publicFILE_SEPERATORString
publicHOME_DIRString
publicLOG_BEANSBoolean
publicLOG_COMMANDSBoolean
publicLOG_COMPONENTSBoolean
publicLOG_GEOMETRYBoolean

When running as an application or launcing in the browser from NetBeans, the sample images and thumbnails can be loaded from the jar file.

When running as an application or launcing in the browser from NetBeans, the sample images and thumbnails can be loaded from the jar file. But when deploying as an applet, putting all of these images in the jar file would bloat the jar file unnecessarily. In the applet case the images should be loaded from a server.

When running in the browser, the javafx.application.codebase property will be set to the applet's codebase URL. For the Media Browser tutorial, the sample images and thumbs are stored in directories rooted at this URL. The javafx.application.codebase property can be used, therefore, to locate the sample images and thumbnails.

 
publicLOG_TIMERBoolean
publicLOG_TYPESBoolean
publicMAX_VISIBLE_ASSOCSNumber
publicMAX_VISIBLE_TOPICSNumber
publicMENU_SIZEInteger
publicMENU_START_OFFSETInteger
publicMENU_STEPInteger
publicPHOTO_PLACEHOLDERImage

An image to use as a placeholder during background loading of an Image

publicSTAGE_BACKGROUND_COLORColor.BLACK

The background color of the Stage on which the thumbnails are shown

publicSTAGE_HEIGHTInteger

The initial height of the application stage

publicSTAGE_WIDTHInteger

The initial width of the application stage

publicTHUMB_HEIGHTInteger

The height of a thumbnail image

publicTHUMB_HORIZONTAL_SPACINGInteger

The horizontal space between thumbnail images

publicTHUMB_ROWSInteger

The number of rows of thumbnails to display in the wall view

publicTHUMB_VERTICAL_SPACINGInteger

The verical space between thumbnail images

publicTHUMB_WIDTHInteger

The width of a thumbnail image

publicTOPIC_MENU_RADIUSNumber
publicTOPICTYPE_IMAGEString
publicTOPICTYPE_TOPICString
publicTOPICTYPE_TOPICMAPString
publicTOPICTYPE_USERString
publicVIDEO_PLACEHOLDERImage

An image to use as a placeholder during background loading of an Image

publicVIDEO_WATERMARKImage

An image to use as a watermark on Thumbnails that represent video content.

Inherited Variables

Inherited Functions