[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
- From: Joseph D Carroll Jr <jdsalingerjr@xxxxxxxxx>
- Date: Fri, 3 Aug 2012 10:22:58 -0500
- Delivered-to: e4-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Z2zXwc3iYbYhqH6klmccL6xyffPI0ltblCD0Y6cVUcc=; b=FHNv2EsPFeTacI8zV7Ni74EiNt73wqqkoRz52q1j4tFIsYxGdZJateqMnlzm+Ii9Ey pDuQmp6jFEOBe0DjAlDZktSBCNhGXQoFptPBquAqhAPNt71bPJU7UYt24St+pRq6g5ya UCChawNTt4ZSEDJzIr+U0vHdJjTYkindWL5NkiAmz20UuycC/td2a9MxziqeYj00dFwK slZQnKM857A08tJjJC1nbVVCevBOh5fw38YYWTsDqIspt4cQAqTysz3+Kb3N4LDpVrQT g2Fsbv3iodzG2s/Zl67wAUiQkNyYRcQgiUkHtdJuFIe1djuHjRcjadUkidfV0pU03l2R 3l+w==
In porting the Console view, I am having to recreate the PageBook functionality. I had the thought (I know dangerous ;-) ) to create a PageBook and Page as model extensions to MPart and MUIElement respectively. I know that this would not be possible right now, but would this be a desired approach? Or should I just recreate the Page and PageBook functionality (independent of the workbench model)?
(the thought stems from how a Page interacts the the view/part toolbar and menu)