File: UserGuideOutline.txt

package info (click to toggle)
libflexdock-java 0.5.1-dfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,268 kB
  • ctags: 4,256
  • sloc: java: 21,287; xml: 717; ansic: 101; makefile: 21; sh: 13
file content (51 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Introduction
	What is a Docking Framework?
	Common Docking Frameworks and Features
	What is FlexDock?
	FlexDock Components
	Demo Applications
	
Basic Concepts
	Dockable,  DockingPort, and DockingManager
	Regions and Docking Layout
	Drag-n-Drop
	Programmatic Docking API
	Event Handling
	Creating a Working Example
	
Working with Raw Dockables
	User-Provided Methods
	Framework-Provided Method Implementations
	Creating a Layout
	Managing Nested Borders
	Using a DockableFactory
	Creating a Working Example
	
Working with Views
	What is a View?
	Adding User Content
	Adding View Actions
	Defining View Actions
	Changing the Theme
	Creating a Working Example
	
Managing Docking State
	Working with Minimization
	Working with Floating
	Working with the LayoutManager
	Persisting Docking State
	Creating a Working Example
	
Minimization and Collapsable Toolbars
	Dockbar as a Minimization Manager
	Dockbar Edges and Constraints
	Dockable Preview
	Dockable Restoration
	Creating a Working Example
	
Working with Perspectives
	Perspectives as a LayoutManager
	Using a PerspectiveFactory
	Customizing Persistence Location
	Customizing Persistence Format
	Creating a Working Example