|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
fr.emn.lite.Lite
fr.emn.inputeditor.LiteSlot
fr.emn.inputeditor.LiteInSlot
| 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 | |
LiteInSlot(java.lang.String name,
java.lang.String fullName,
java.lang.String type,
java.lang.String supertype)
|
|
LiteInSlot(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(LiteOutSlot out)
Creates a new link between this slot and another slot and adds this link to the common node's parent (LiteDesk) |
| 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 |
public LiteInSlot(java.lang.String name,
java.lang.String fullName,
java.lang.String type,
java.lang.String supertype)
public LiteInSlot(java.lang.String name,
java.lang.String fullName,
java.lang.String type,
java.lang.String supertype,
boolean missing)
| Method Detail |
public void doPaint(java.awt.Graphics2D g)
LiteCall PaintChildren if Lite object is a container.
doPaint in class Litepublic LiteLink linkTo(LiteOutSlot out)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||