|
|||||||||||
| 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.lite.LiteContainer
fr.emn.inputeditor.LiteNode
fr.emn.inputeditor.LitePin
Une classe vite fait pour representer les pins
| Field Summary |
| Fields inherited from class fr.emn.inputeditor.LiteNode |
activeBounds, bounds, label, titleFont |
| Fields inherited from class fr.emn.lite.LiteContainer |
children |
| 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 | |
LitePin(java.lang.String lbl)
|
|
| Method Summary | |
void |
doPaint(java.awt.Graphics2D g)
Include painting code here. |
void |
invalidate()
|
boolean |
isExpanded()
|
void |
setExpanded(boolean expand)
|
void |
setLabel(java.lang.String label)
|
| Methods inherited from class fr.emn.inputeditor.LiteNode |
canClone, canDelete, canScale, canSelect, canShortcut, canTranslate, canUniteWith, getActiveBounds, getAssociatedLinks, getAssociatedShortcuts, getBounds, getIns, getLabel, getLiteInSlots, getLiteOutSlots, getOuts, getShadow, getSlot, getUnionInstance, hasExternalInput, hasExternalOutput, isMissing, migrateBack, migrateTo, setExternal |
| Methods inherited from class fr.emn.lite.LiteContainer |
add, add, get, getChildrenBounds, remove, remove, set, set, size |
| Methods inherited from class fr.emn.lite.Lite |
changeTransform, concatenate, context, dist, equals, getActiveBoundsFrom, getAncestor, getAncestor, getBoundsFrom, getBoundsFromNoCorrect, getChildrenGhostPath, getCommonAncestor, getGhost_old, getGhost, getGhostPath, getParent, getTransform, getTransformFrom, getTransformNoCopy, isVisible, paint_old, paint, paintChildren, paintShadows, pick, pickChildren, preConcatenate, setContext, setParent, setTransform, setVisible, toString, transformBounds |
| Methods inherited from class java.util.AbstractList |
add, addAll, clear, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, 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 LitePin(java.lang.String lbl)
| Method Detail |
public void doPaint(java.awt.Graphics2D g)
LiteCall PaintChildren if Lite object is a container.
doPaint in class LiteNodepublic void setLabel(java.lang.String label)
setLabel in class LiteNodepublic void invalidate()
invalidate in class LiteNodepublic void setExpanded(boolean expand)
setExpanded in class LiteNodepublic boolean isExpanded()
isExpanded in class LiteNode
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||