Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Scientific/Engineering
>
Simulations
>
Python Laboratory Application Framework
>
Wiki
Python Laboratory Application Framework
Fork
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
Mercurial
pylaf
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Communication
Forums
List of Forums
Developers (1)
Help (1)
公開討議 (3)
Mailing Lists
list of ML
News
edit
|
Title Index
|
Recent Changes
|
Recent Changes
2012-05-25
FrontPage
2012-05-14
plFDTDの使用方法
2012-02-27
サンプルコード
インストール方法
2012-02-22
イベント駆動フレームワーク
はじめに
Latest File Release
plfdtd (0.1.0)
2012-05-14 18:57
pylaf (0.5.0)
2012-10-18 17:20
Wiki Guide
Wiki Syntax
Wiki Links
Block Processor
Plugins
Sidebar
Affiliate Setting
Side Bar
About this Sidebar
Edit Sidebar
PyLAF は GUI を搭載したアプリケーションの再利用性を高めるフレームワークです。そのために、データ駆動機構とGUIの自動生成機構を備えています。
データ駆動機構 データ駆動機構はデータの更新や参照などのイベントによりプログラムが駆動される、表計算ソフトなどでお馴染みの仕組みです。 PyLAF ではこの仕組みを利用して GUI やプログラム部品間の柔軟な連携が可能です。
GUI 自動生成機構 計算処理の本体を作成すると、それに応じた GUI を自動生成する機能を備えています。 生成内容を細かく制御するオプションが用意されていて、再利用する局面に適するよう、GUI を自在にかつ容易に調整できるように工夫されています。