cz.cuni.amis.nb.pogamut.unreal.timeline.view
Class MVTimelineDescription

Package class diagram package MVTimelineDescription
java.lang.Object
  extended by cz.cuni.amis.nb.pogamut.unreal.timeline.view.MVTimelineDescription
All Implemented Interfaces:
org.netbeans.core.spi.multiview.MultiViewDescription

public class MVTimelineDescription
extends Object
implements org.netbeans.core.spi.multiview.MultiViewDescription

Description of timeline view of the experiment. Specifies displayName, icon, creates actual display area ect. Used during creation of CloneableTopComponent by MultiViewFactory.

Author:
Honza

Constructor Summary
MVTimelineDescription(TLDataObject dataObject)
           
 
Method Summary
 org.netbeans.core.spi.multiview.MultiViewElement createElement()
           
 String getDisplayName()
           
 org.openide.util.HelpCtx getHelpCtx()
           
 Image getIcon()
           
 int getPersistenceType()
           
 String preferredID()
          Contribution to unique Id of enclosing TopComponent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVTimelineDescription

public MVTimelineDescription(TLDataObject dataObject)
Method Detail

getPersistenceType

public int getPersistenceType()
Specified by:
getPersistenceType in interface org.netbeans.core.spi.multiview.MultiViewDescription

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface org.netbeans.core.spi.multiview.MultiViewDescription

getIcon

public Image getIcon()
Specified by:
getIcon in interface org.netbeans.core.spi.multiview.MultiViewDescription

getHelpCtx

public org.openide.util.HelpCtx getHelpCtx()
Specified by:
getHelpCtx in interface org.netbeans.core.spi.multiview.MultiViewDescription

preferredID

public String preferredID()
Contribution to unique Id of enclosing TopComponent.

Specified by:
preferredID in interface org.netbeans.core.spi.multiview.MultiViewDescription
Returns:

createElement

public org.netbeans.core.spi.multiview.MultiViewElement createElement()
Specified by:
createElement in interface org.netbeans.core.spi.multiview.MultiViewDescription


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.