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

Profile: desktop, common

Overview

A PropertyPanelControler has a Group as a PropertyPanelControler#view and a DetailComponent as viewer. A PropertyPanelControler#viewer always renders a GraphElement hidden in the current Selection according to the current information type.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publiconNavigationfunction(:FXBaseTopic,:Point2D,:GraphElement):Void

Inherited Variables

Function Summary

public getPropertyPanel() : PropertyPanel
Returns
PropertyPanel
 
public onDropItem(item: SearchResult, p: Point2D) : Void

Reacts upon a SearchComponents Custom Events (drag and drop the topic into the map)

Reacts upon a SearchComponents Custom Events (drag and drop the topic into the map)

Parameters
item
p
 
public onRevealItems(items: SearchResult[]) : Void

Reacts upon a SearchComponents Custom Events (multiple topics to reveal)

Reacts upon a SearchComponents Custom Events (multiple topics to reveal)

Parameters
items
 
public setSelection(finest: Selection) : Void

Updates the Model of a PropertyPanel

Updates the Model of a PropertyPanel

Parameters
finest
 

Inherited Functions