story.scheherazade.virgil
Interface InterpretativeEditor.IPanel
- All Known Subinterfaces:
- InterpretativeEditor.IPanelContainer
- Enclosing class:
- InterpretativeEditor
public static interface InterpretativeEditor.IPanel
preferredWidth
int preferredWidth()
preferredHeight
int preferredHeight()
getLocation
java.awt.Point getLocation()
setBounds
void setBounds(int x,
int y,
int width,
int height)
setBorder
void setBorder(javax.swing.border.Border newBorder)
setActivation
void setActivation(Activation activation)
getParentBox
InterpretativeEditor.IPanelContainer getParentBox()
getBounds
java.awt.Rectangle getBounds()
gainCanvasFocus
void gainCanvasFocus()
loseCanvasFocus
void loseCanvasFocus()
getNodeType
InterpretativeNodeType getNodeType()
getCanonicalPanel
InterpretativeEditor.IPanel getCanonicalPanel()
mousePressed
void mousePressed(java.awt.event.MouseEvent e)
mouseDragged
void mouseDragged(java.awt.event.MouseEvent e)
mouseReleased
void mouseReleased(java.awt.event.MouseEvent e)
getUnderlyingElement
InterpElement getUnderlyingElement()
setIsValidArcDestination
void setIsValidArcDestination(boolean isValid)
isValidArcDestination
boolean isValidArcDestination()
panelMoved
void panelMoved(SCHPoint newOrigin)
getAbsoluteOrigin
java.awt.Point getAbsoluteOrigin()
getSerialization
java.lang.String getSerialization()
getCaption
java.lang.String getCaption()
Copyright © 2011 David K. Elson. All Rights Reserved.