M
- C
- public interface FIBSwingEditableView<M extends FIBComponent,J extends JComponent>
extends org.openflexo.gina.swing.view.JFIBView<M,J>
FIBView
with editing featuresModifier and Type | Field and Description |
---|---|
static int |
OPERATOR_ICON_SPACE |
Modifier and Type | Method and Description |
---|---|
FIBSwingEditableViewDelegate<M,J> |
getDelegate() |
JComponent |
getDraggableComponent()
Return JComponent on which drag and drop is to be applied
|
FIBEditorController |
getEditorController() |
boolean |
isOperatorContentsStart()
Return boolean indicating that in EDIT mode, this view is the first view on an operator
Usefull to rendering features (give extra space to render operator icon) |
void |
setOperatorContentsStart(boolean flag)
Sets boolean indicating that in EDIT mode, this view is the first view on an operator
Usefull to rendering features (give extra space to render operator icon) |
static void |
updateOperatorContentsStart(FIBSwingEditableView<?,?> view,
boolean flag) |
static final int OPERATOR_ICON_SPACE
FIBEditorController getEditorController()
FIBSwingEditableViewDelegate<M,J> getDelegate()
JComponent getDraggableComponent()
boolean isOperatorContentsStart()
void setOperatorContentsStart(boolean flag)
flag
- static void updateOperatorContentsStart(FIBSwingEditableView<?,?> view, boolean flag)
Copyright © 2022 Openflexo. All rights reserved.