Results 1 to 5 of 5

Thread: how to know which viewdescriptor is visible in the window

  1. #1
    Join Date
    Sep 2004
    Location
    jakarta
    Posts
    10

    Default how to know which viewdescriptor is visible in the window

    hi,

    i have a toolbar and when i pressed the button, i want to know which viewdescriptor is shown at the active window ... how do i do it?


    thanks
    ~goHAnZ

  2. #2
    Join Date
    Aug 2004
    Posts
    16

    Default

    In the latest from CVS (I just added the ability) you can do
    Code:
    getApplicationWindow().getView().getViewDescriptor()

  3. #3
    Join Date
    Sep 2004
    Location
    jakarta
    Posts
    10

    Default

    wow, thanks a lot

    it works ...
    ~goHAnZ

  4. #4
    Join Date
    Sep 2004
    Location
    jakarta
    Posts
    10

    Default

    mm, i have more question about the view ...

    how do i save the previous view after i show the new view?

    for example, if i have a transaction that include 3 views, and have the ability to return to the previous view ...
    how do i save the previous view?

    thanks ...
    ~goHAnZ

  5. #5
    Join Date
    Aug 2004
    Posts
    8

    Default

    the same question!

    how to get the previous view when many views exist at one time?

    how to achieve the cascade of views?

    thanks

Similar Threads

  1. Replies: 3
    Last Post: Feb 8th, 2007, 03:33 PM
  2. Replies: 4
    Last Post: Jun 2nd, 2006, 09:56 AM
  3. Replies: 11
    Last Post: Dec 25th, 2005, 04:09 PM
  4. Multiple window (Master -> Details -> Details)
    By Patrick Vanhuyse in forum Swing
    Replies: 0
    Last Post: Mar 31st, 2005, 05:56 AM
  5. Questioning the core component
    By Martin Kersten in forum Swing
    Replies: 6
    Last Post: Feb 21st, 2005, 03:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •