cz.cuni.pogamut.shed.widget
Class ShedActionsEnvelope

Package class diagram package ShedActionsEnvelope
java.lang.Object
  extended by org.netbeans.api.visual.widget.Widget
      extended by cz.cuni.pogamut.shed.widget.AbstractShedEnvelope<ExpandedActionEnvelope>
          extended by cz.cuni.pogamut.shed.widget.ShedActionsEnvelope
All Implemented Interfaces:
IPresentedWidget, IShedEnvelope<ExpandedActionEnvelope>, Accessible

public final class ShedActionsEnvelope
extends AbstractShedEnvelope<ExpandedActionEnvelope>
implements IPresentedWidget

Envelope for expanded actions of the ActionPattern. This envelope will contain either attachment of TriggeredAction or expanded ActionPattern. XXX: Maybe unify with ShedChoicesEnvelope and ShedDrivesEnvelope

Author:
Honza H

Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.Widget
org.netbeans.api.visual.widget.Widget.Dependency
 
Field Summary
 
Fields inherited from class cz.cuni.pogamut.shed.widget.AbstractShedEnvelope
scene
 
Method Summary
 org.netbeans.api.visual.anchor.Anchor getSourceAnchor()
           
protected  void updateChildrenPositions()
           
 
Methods inherited from class cz.cuni.pogamut.shed.widget.AbstractShedEnvelope
add, add, getChild, getPresenter, move, numberOfChildren, remove, setPresenter
 
Methods inherited from class org.netbeans.api.visual.widget.Widget
addDependency, addChild, addChild, addChild, addChild, addChildren, bringToBack, bringToFront, calculateClientArea, convertLocalToScene, convertLocalToScene, convertSceneToLocal, convertSceneToLocal, createActions, equals, getAccessibleContext, getActions, getActions, getBackground, getBorder, getBounds, getClientArea, getCursor, getCursorAt, getDependencies, getFont, getForeground, getGraphics, getChildConstraint, getChildren, getLayout, getLocation, getLookup, getMaximumSize, getMinimumSize, getParentWidget, getPreferredBounds, getPreferredLocation, getPreferredSize, getResourceTable, getScene, getState, getToolTipText, hashCode, isEnabled, isHitAt, isCheckClipping, isOpaque, isPreferredBoundsSet, isRepaintRequiredForRevalidating, isValidated, isVisible, notifyAdded, notifyBackgroundChanged, notifyFontChanged, notifyForegroundChanged, notifyRemoved, notifyStateChanged, paint, paintBackground, paintBorder, paintChildren, paintWidget, removeDependency, removeFromParent, removeChild, removeChildren, removeChildren, repaint, resolveBounds, revalidate, revalidate, setAccessibleContext, setBackground, setBackgroundFromResource, setBorder, setBorder, setCursor, setEnabled, setFont, setFontFromResource, setForeground, setForegroundFromResource, setCheckClipping, setChildConstraint, setLayout, setMaximumSize, setMinimumSize, setOpaque, setPreferredBounds, setPreferredLocation, setPreferredSize, setResourceTable, setState, setToolTipText, setVisible, updateResources
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cz.cuni.pogamut.shed.widget.IPresentedWidget
getPresenter
 

Method Detail

updateChildrenPositions

protected void updateChildrenPositions()
Specified by:
updateChildrenPositions in class AbstractShedEnvelope<ExpandedActionEnvelope>

getSourceAnchor

public org.netbeans.api.visual.anchor.Anchor getSourceAnchor()
Returns:
Get anchor to which should all actions in the envelope be connected to.


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