public abstract class PlaceHolder extends Object
Constructor and Description |
---|
PlaceHolder(FIBSwingEditableContainerView<?,?> view,
String text) |
PlaceHolder(FIBSwingEditableContainerView<?,?> view,
String text,
Rectangle bounds) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds() |
FIBSwingEditableContainerView<?,?> |
getView() |
void |
hasDeleted() |
abstract void |
insertComponent(FIBComponent newComponent,
int originalIndex)
Insert supplied component in placeholder
If this is a move, originalIndex stores the index of component when move was initialized |
boolean |
isVisible() |
void |
paint(Graphics g) |
void |
setVisible(boolean visible) |
String |
toString() |
void |
willDelete() |
public PlaceHolder(FIBSwingEditableContainerView<?,?> view, String text, Rectangle bounds)
public PlaceHolder(FIBSwingEditableContainerView<?,?> view, String text)
public Rectangle getBounds()
public boolean isVisible()
public void setVisible(boolean visible)
public FIBSwingEditableContainerView<?,?> getView()
public abstract void insertComponent(FIBComponent newComponent, int originalIndex)
newComponent
- originalIndex
- public void willDelete()
public void hasDeleted()
public void paint(Graphics g)
Copyright © 2022 Openflexo. All rights reserved.