public abstract class AbstractFFrameViewDependence extends FFrame implements IFFrameViewDependence
| Modifier and Type | Field and Description |
|---|---|
protected FFrameView |
fframeViewDependence |
static String |
PERSISTENCE_DEFINITION_NAME |
e, frameFactory, lastAT, layoutManager, LOG, m_BoundBox, m_Selected, n, ne, no, num, o, observers, s, se, so| Constructor and Description |
|---|
AbstractFFrameViewDependence() |
| Modifier and Type | Method and Description |
|---|---|
IFFrame |
clone()
Creates a copy of the object.
|
IFFrame[] |
getFFrameDependence()
Devuelve el FFrame utilizado.
|
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
refreshDependence(IFFrame fant,
IFFrame fnew)
Refresca las dependencias de la IFFrame teniendo en cuenta la dependencia
anterior.
|
static void |
registerPersistent() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setFFrameDependence(IFFrame f)
Inserta una FFrame de la cual se necesita por tener una dependencia.
|
addObserver, contains, deleteObserver, deleteObservers, dispose, doSetSelected, draw, drawDraft, drawEmpty, drawHandlers, drawSymbolTag, frameAdded, frameRemoved, getBoundBox, getBoundingBox, getContains, getDocument, getFrameFactory, getLastMoveRect, getLayoutContext, getLevel, getMapCursor, getMovieRect, getRotation, getRotationAT, getSelected, getTag, getVisibleRect, initializeIcons, intersects, isSelected, setBoundBox, setDocument, setFrameFactory, setLayoutContext, setLevel, setNum, setRotation, setSelected, setSelected, setTag, updateRectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getNameFFrameprintpublic static final String PERSISTENCE_DEFINITION_NAME
protected FFrameView fframeViewDependence
public IFFrame clone() throws CloneNotSupportedException
Cloneableclone in class FFrameCloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so
its sure it implements it, so this exception may be used for problems
on specific object instances.Object#clone()}.public void setFFrameDependence(IFFrame f)
IFFrameViewDependencesetFFrameDependence in interface IFFrameViewDependencef - FFrame de la que se depende.public void refreshDependence(IFFrame fant, IFFrame fnew)
IFFrameViewDependencerefreshDependence in interface IFFrameViewDependencefant - Dependencia anterior.fnew - Nueva dependencia.public IFFrame[] getFFrameDependence()
IFFrameViewDependencegetFFrameDependence in interface IFFrameViewDependencepublic static void registerPersistent()
public void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentloadFromState in class FFramePersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentsaveToState in class FFramePersistenceException