Ignore:
Timestamp:
01/08/14 15:15:33 (10 years ago)
Author:
jts21
Message:

generateSettingsTree() now uses FrameCreator, and also now uses a single column of settings with info alongside instead of multiple columns with tooltips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Navigation.java

    r655 r669  
    7777        public static void Goto(String frameName) {
    7878                FrameUtils.DisplayFrame(frameName);
     79        }
     80       
     81        /**
     82         * Goto a frame without adding it to history
     83         */
     84        public static void GotoQuiet(String frameName) {
     85                FrameUtils.DisplayFrame(frameName, false, true);
    7986        }
    8087
Note: See TracChangeset for help on using the changeset viewer.