Ignore:
Timestamp:
12/01/11 15:06:46 (13 years ago)
Author:
jeafer
Message:

Jean-Charles branch ComponentBrowserGui commit1,
Changes regarding comment on the ComponentBrowserGui.

Starting to implement classes for Comment visualisation
CommentInfoPage? and CommentXmlPanel?
CommentService? (List and info)
Comment and CommentDescription?
Update on InfoPage?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/jeaferversion/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/browser/BrowserSelectionEvent.as

    r1631 r1636  
    11package clarin.cmdi.componentregistry.browser {
    2         import clarin.cmdi.componentregistry.common.CommentDescription;
    32        import clarin.cmdi.componentregistry.common.ItemDescription;
    43       
     
    98                public static const BROWSER_ITEM_SELECTED:String = "browserItemSelected";
    109                private var _itemDescription:ItemDescription;
    11                 private var _commentDescription:CommentDescription;
    1210                public function BrowserSelectionEvent(itemDescription:ItemDescription, bubbles:Boolean = false, cancelable:Boolean = false) {
    1311                        super(BROWSER_ITEM_SELECTED, bubbles, cancelable);
     
    1715                public function get itemDescription():ItemDescription {
    1816                        return _itemDescription;
    19                 }
    20                
    21                 public function get commentDescription():CommentDescription {
    22                         return _commentDescription;
    2317                }
    2418
Note: See TracChangeset for help on using the changeset viewer.