components/visual-panels/core/src/java/vpanels/app/browser/com/oracle/solaris/vp/panels/browser/client/swing/PanelManagedObject.java
branchs11-update
changeset 3038 1a97ff5e830d
parent 827 0944d8c0158b
equal deleted inserted replaced
3037:ef46824e0e76 3038:1a97ff5e830d
    18  *
    18  *
    19  * CDDL HEADER END
    19  * CDDL HEADER END
    20  */
    20  */
    21 
    21 
    22 /*
    22 /*
    23  * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
    23  * Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
    24  */
    24  */
    25 
    25 
    26 package com.oracle.solaris.vp.panels.browser.client.swing;
    26 package com.oracle.solaris.vp.panels.browser.client.swing;
    27 
    27 
    28 import com.oracle.solaris.vp.panel.common.api.panel.CustomPanel;
    28 import com.oracle.solaris.vp.panel.common.api.panels.CustomPanel;
    29 import com.oracle.solaris.vp.panel.common.model.*;
    29 import com.oracle.solaris.vp.panel.common.model.*;
    30 import com.oracle.solaris.vp.util.misc.ObjectUtil;
    30 import com.oracle.solaris.vp.util.misc.ObjectUtil;
    31 
    31 
    32 public class PanelManagedObject extends AbstractManagedObject<ManagedObject>
    32 public class PanelManagedObject extends AbstractManagedObject<ManagedObject>
    33     implements Comparable<PanelManagedObject>
    33     implements Comparable<PanelManagedObject>