Ignore:
Timestamp:
08/09/08 11:11:40 (16 years ago)
Author:
bjn8
Message:

Reverted back... but left latest changes in comments with TODO tags.
Chart widget package broken at the moment but expeditee runs fine.
Widgets will be revised ASAP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r181 r206  
    938938                return _Cache.containsKey(name);
    939939        }
     940       
     941        /**
     942         * Gets a frame from the cache.
     943         *
     944         * @param name
     945         *              The frame to get from the cache
     946         *
     947         * @return
     948         *              The frame from cache. Null if not cached.
     949         */
     950        public static Frame FrameFromCache(String name) {
     951                return _Cache.get(name);
     952        }
    940953
    941954        public static String ConvertToValidFramesetName(String toValidate) {
Note: See TracChangeset for help on using the changeset viewer.