fr.emn.inputeditor
Class LiteOutSlot

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byfr.emn.lite.Lite
              extended byfr.emn.inputeditor.LiteSlot
                  extended byfr.emn.inputeditor.LiteOutSlot
All Implemented Interfaces:
java.util.Collection, java.util.List, Manipulable

public class LiteOutSlot
extends LiteSlot


Field Summary
 
Fields inherited from class fr.emn.lite.Lite
model, oldParent, parent, PICK_ACTIVEBOUNDS, PICK_ALL, PICK_DEEPEST, PICK_FIRST, PICK_GRAPHBOUNDS, PICK_INSIDE, PICK_INTER, PICK_MANIPULABLE, visible
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
LiteOutSlot(java.lang.String name, java.lang.String fullName, java.lang.String type, java.lang.String supertype)
           
LiteOutSlot(java.lang.String name, java.lang.String fullName, java.lang.String type, java.lang.String supertype, boolean missing)
           
 
Method Summary
 void doPaint(java.awt.Graphics2D g)
          Include painting code here.
 LiteLink linkTo(LiteInSlot in)
           
 
Methods inherited from class fr.emn.inputeditor.LiteSlot
canClone, canDelete, canScale, canSelect, canShortcut, canTranslate, doPaintInBlack, doPaintInWhite, expand, getActiveBounds, getBounds, getCenterFrom, getChildren, getFullName, getLinks, getName, getShadow, getShape, getType, h_children, hasSuperType, invertColor, isChild, isConnected, isExpanded, isHierarchical, isMissing, setFullName, setName, setType, toggleExpand
 
Methods inherited from class fr.emn.lite.Lite
changeTransform, concatenate, context, dist, equals, get, getActiveBoundsFrom, getAncestor, getAncestor, getBoundsFrom, getBoundsFromNoCorrect, getChildrenGhostPath, getCommonAncestor, getGhost_old, getGhost, getGhostPath, getParent, getTransform, getTransformFrom, getTransformNoCopy, isVisible, migrateBack, migrateTo, paint_old, paint, paintChildren, paintShadows, pick, pickChildren, preConcatenate, setContext, setParent, setTransform, setVisible, size, toString, transformBounds
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

LiteOutSlot

public LiteOutSlot(java.lang.String name,
                   java.lang.String fullName,
                   java.lang.String type,
                   java.lang.String supertype)

LiteOutSlot

public LiteOutSlot(java.lang.String name,
                   java.lang.String fullName,
                   java.lang.String type,
                   java.lang.String supertype,
                   boolean missing)
Method Detail

doPaint

public void doPaint(java.awt.Graphics2D g)
Description copied from class: Lite
Include painting code here.

Call PaintChildren if Lite object is a container.

Specified by:
doPaint in class Lite

linkTo

public LiteLink linkTo(LiteInSlot in)