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

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

public class MVMapElement
extends Object
implements org.netbeans.core.spi.multiview.MultiViewElement

Representation

Author:
Honza

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.netbeans.core.spi.multiview.MultiViewElement
org.netbeans.core.spi.multiview.MultiViewElement.Registration
 
Method Summary
 org.netbeans.core.spi.multiview.CloseOperationState canCloseElement()
          Can I close this element?
 void componentActivated()
           
 void componentClosed()
           
 void componentDeactivated()
           
 void componentHidden()
           
 void componentOpened()
           
 void componentShowing()
           
 Action[] getActions()
          Array of actions that will appear in context menu of TC caption that encloses this MV element.
 org.openide.util.Lookup getLookup()
           
 JComponent getToolbarRepresentation()
           
 org.openide.awt.UndoRedo getUndoRedo()
           
 JComponent getVisualRepresentation()
           
 void setMultiViewCallback(org.netbeans.core.spi.multiview.MultiViewElementCallback callback)
          Set the callback, called by netbeans internal organs or something.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVisualRepresentation

public JComponent getVisualRepresentation()
Specified by:
getVisualRepresentation in interface org.netbeans.core.spi.multiview.MultiViewElement

getToolbarRepresentation

public JComponent getToolbarRepresentation()
Specified by:
getToolbarRepresentation in interface org.netbeans.core.spi.multiview.MultiViewElement

getActions

public Action[] getActions()
Array of actions that will appear in context menu of TC caption that encloses this MV element.

Specified by:
getActions in interface org.netbeans.core.spi.multiview.MultiViewElement
Returns:
Array of actions, not null

getLookup

public org.openide.util.Lookup getLookup()
Specified by:
getLookup in interface org.netbeans.core.spi.multiview.MultiViewElement

componentOpened

public void componentOpened()
Specified by:
componentOpened in interface org.netbeans.core.spi.multiview.MultiViewElement

componentClosed

public void componentClosed()
Specified by:
componentClosed in interface org.netbeans.core.spi.multiview.MultiViewElement

componentShowing

public void componentShowing()
Specified by:
componentShowing in interface org.netbeans.core.spi.multiview.MultiViewElement

componentHidden

public void componentHidden()
Specified by:
componentHidden in interface org.netbeans.core.spi.multiview.MultiViewElement

componentActivated

public void componentActivated()
Specified by:
componentActivated in interface org.netbeans.core.spi.multiview.MultiViewElement

componentDeactivated

public void componentDeactivated()
Specified by:
componentDeactivated in interface org.netbeans.core.spi.multiview.MultiViewElement

getUndoRedo

public org.openide.awt.UndoRedo getUndoRedo()
Specified by:
getUndoRedo in interface org.netbeans.core.spi.multiview.MultiViewElement

setMultiViewCallback

public void setMultiViewCallback(org.netbeans.core.spi.multiview.MultiViewElementCallback callback)
Set the callback, called by netbeans internal organs or something.

Specified by:
setMultiViewCallback in interface org.netbeans.core.spi.multiview.MultiViewElement
Parameters:
callback -

canCloseElement

public org.netbeans.core.spi.multiview.CloseOperationState canCloseElement()
Can I close this element?

Specified by:
canCloseElement in interface org.netbeans.core.spi.multiview.MultiViewElement
Returns:
Always can close


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