story.scheherazade.virgil
Interface InterpretativeEditor.IPanel

All Known Subinterfaces:
InterpretativeEditor.IPanelContainer
Enclosing class:
InterpretativeEditor

public static interface InterpretativeEditor.IPanel


Method Summary
 void gainCanvasFocus()
           
 java.awt.Point getAbsoluteOrigin()
           
 java.awt.Rectangle getBounds()
           
 InterpretativeEditor.IPanel getCanonicalPanel()
           
 java.lang.String getCaption()
           
 java.awt.Point getLocation()
           
 InterpretativeNodeType getNodeType()
           
 InterpretativeEditor.IPanelContainer getParentBox()
           
 java.lang.String getSerialization()
           
 InterpElement getUnderlyingElement()
           
 boolean isValidArcDestination()
           
 void loseCanvasFocus()
           
 void mouseDragged(java.awt.event.MouseEvent e)
           
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.MouseEvent e)
           
 void panelMoved(SCHPoint newOrigin)
           
 int preferredHeight()
           
 int preferredWidth()
           
 void setActivation(Activation activation)
           
 void setBorder(javax.swing.border.Border newBorder)
           
 void setBounds(int x, int y, int width, int height)
           
 void setIsValidArcDestination(boolean isValid)
           
 

Method Detail

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.