java.lang.Object
com.memoire.dja.DjaObject
com.memoire.dja.DjaForm
com.memoire.dja.DjaEmbed
- All Implemented Interfaces:
- java.lang.Cloneable, DjaOptions, DjaOwner, java.io.Serializable
- public class DjaEmbed
- extends DjaForm
| Fields inherited from class com.memoire.dja.DjaForm |
|
| Fields inherited from class com.memoire.dja.DjaObject |
|
| Fields inherited from interface com.memoire.dja.DjaOptions |
ABSOLUTE, anchorsColor, ANY, attachsColor, AUTO, BOTH, CENTER, closeX, closeY, controlsColor, defaultBigFont, defaultBoldFont, defaultPlainFont, defaultSmallFont, deltaX, deltaY, DISK_BG, DISK_EMPTY, DISK_FG, EAST, freesColor, handlesColor, HELPER, HORIZONTAL, LEFT, LEFT_TRIANGLE_BG, LEFT_TRIANGLE_EMPTY, LEFT_TRIANGLE_FG, LOSANGE_BG, LOSANGE_EMPTY, LOSANGE_FG, MIDDLE, NONE, NORTH, NORTH_EAST, NORTH_WEST, RELATIVE_ANCHOR, RELATIVE_ATTACH, RELATIVE_CONTROL, RELATIVE_NE, RELATIVE_NW, RELATIVE_SE, RELATIVE_SW, RELATIVE_TEXT_NE, RELATIVE_TEXT_NW, RELATIVE_TEXT_SE, RELATIVE_TEXT_SW, RIGHT, RIGHT_TRIANGLE_BG, RIGHT_TRIANGLE_EMPTY, RIGHT_TRIANGLE_FG, selectionBackground, selectionForeground, selectionTextColor, selectionZone, snap, SOUTH, SOUTH_EAST, SOUTH_WEST, SQUARE_BG, SQUARE_EMPTY, SQUARE_FG, VERTICAL, WEST |
| Methods inherited from class com.memoire.dja.DjaObject |
addText, afterLoading, beforeSaving, clone, contains, fireGridEvent, getBackground, getBeginConnections, getColor, getControls, getData, getEndConnections, getExtendedBounds, getExtendedBounds, getFont, getForeground, getGrid, getHandles, getIcon, getOwner, getProperty, getPropertyKeys, getText, getText, getTextArray, getTextColor, getTextPosition, getTexts, isSelected, isTextMultiline, paint, paintAnchors, paintAttachs, paintControls, paintHandles, paintObject, paintText, paintTexts, putData, putProperty, removeData, removeProperty, setColor, setFont, setOwner, setText, setText, setTextArray, setTextBounds, setTextColor, setTextPosition, textChanged, toString |
embed_
private javax.swing.JComponent embed_
DjaEmbed
public DjaEmbed(java.lang.String _text,
javax.swing.JComponent _embed)
DjaEmbed
public DjaEmbed(javax.swing.JComponent _embed)
DjaEmbed
public DjaEmbed()
getEmbed
public javax.swing.JComponent getEmbed()
setEmbed
public void setEmbed(javax.swing.JComponent _embed)
setX
public void setX(int _x)
- Overrides:
setX in class DjaForm
setY
public void setY(int _y)
- Overrides:
setY in class DjaForm
setWidth
public void setWidth(int _w)
- Overrides:
setWidth in class DjaForm
setHeight
public void setHeight(int _h)
- Overrides:
setHeight in class DjaForm
setForeground
public void setForeground(java.awt.Color _foreground)
- Overrides:
setForeground in class DjaObject
setBackground
public void setBackground(java.awt.Color _background)
- Overrides:
setBackground in class DjaObject
setSelected
public void setSelected(boolean _selected)
- Overrides:
setSelected in class DjaObject
getAnchors
public DjaAnchor[] getAnchors()
- Overrides:
getAnchors in class DjaObject
paintInteractive
public void paintInteractive(java.awt.Graphics _g)
- Overrides:
paintInteractive in class DjaObject