story.scheherazade.virgil
Interface InterpretativeEditor.IPanelContainer

All Superinterfaces:
InterpretativeEditor.IPanel
Enclosing class:
InterpretativeEditor

public static interface InterpretativeEditor.IPanelContainer
extends InterpretativeEditor.IPanel


Method Summary
 void addNodeChild(InterpretativeEditor.IPanel childPanel)
           
 java.awt.Point getBestNewNodeOrigin()
           
 java.util.Enumeration<InterpretativeEditor.IPanel> getChildren()
           
 int getHeadLabelMargin()
           
 int getVerticalMargin()
           
 void resize()
           
 
Methods inherited from interface story.scheherazade.virgil.InterpretativeEditor.IPanel
gainCanvasFocus, getAbsoluteOrigin, getBounds, getCanonicalPanel, getCaption, getLocation, getNodeType, getParentBox, getSerialization, getUnderlyingElement, isValidArcDestination, loseCanvasFocus, mouseDragged, mousePressed, mouseReleased, panelMoved, preferredHeight, preferredWidth, setActivation, setBorder, setBounds, setIsValidArcDestination
 

Method Detail

getChildren

java.util.Enumeration<InterpretativeEditor.IPanel> getChildren()

addNodeChild

void addNodeChild(InterpretativeEditor.IPanel childPanel)

getBestNewNodeOrigin

java.awt.Point getBestNewNodeOrigin()

getHeadLabelMargin

int getHeadLabelMargin()

getVerticalMargin

int getVerticalMargin()

resize

void resize()


Copyright © 2011 David K. Elson. All Rights Reserved.