public interface EditorDirectInterface
Modifier and Type | Method and Description |
---|---|
boolean |
closeProjectDirect()
Close the current application.
|
HostPopupWindow.Rect |
getConstrainingPopup()
Get the constraining pop-up.
|
se.entra.phantom.server.phed.FieldDecoratedMark |
getLastField(se.entra.phantom.server.phed.FieldDecoratedMark current)
Get the last host field that is not equal to the indicated one.
|
se.entra.phantom.server.phed.FieldDecoratedMark |
getLastNormalField(se.entra.phantom.server.phed.FieldDecoratedMark current)
Get the last defined host field that is not a continued field and is
different from the indicated one.
|
se.entra.phantom.server.phed.DecoratedMarks |
getMarks()
Get the marks container.
|
String |
getNewFieldName()
Get a new field name.
|
PhantomHostScreen |
getPhantomHostScreen()
Get the phantom host screen.
|
boolean |
isEdited()
Is this phantom host screen edited.
|
int |
messageBox(int type,
int icon,
String message,
String title)
Display a message box.
|
void |
populateMarks(PhantomHostScreen screen)
Populate marks programmatically.
|
void |
populateMarksDirect(PhantomHostScreen screen)
Read the screen definition and populate the mark container directly
(i.e.
|
boolean |
saveScreenDefinitionDirect()
Save the screen definition in the PhantomHostData structure.
|
boolean |
setConstrainedDirect(HostPopupWindow.Rect constraint)
Set whether the window should be constrained (i.e.
|
void |
setCurrentMark(se.entra.phantom.server.phed.DecoratedMark newMark)
Sets the current mark.
|
boolean |
setCurrentScreenDirect(PhantomHostScreen newScreen)
Set the current screen programmatically.
|
void |
setEdited(boolean edited)
Set the phantom host screen as edited.
|
boolean |
setModeDirect(int newMode)
Set the current mode directly (i.e.
|
boolean closeProjectDirect()
HostPopupWindow.Rect getConstrainingPopup()
se.entra.phantom.server.phed.DecoratedMarks getMarks()
PhantomHostScreen getPhantomHostScreen()
String getNewFieldName()
int messageBox(int type, int icon, String message, String title)
type
- icon
- message
- title
- boolean setConstrainedDirect(HostPopupWindow.Rect constraint)
constraint
- The constraints rectangle.void populateMarksDirect(PhantomHostScreen screen)
screen
- The PhantomHostScreen to populate marks on.se.entra.phantom.server.phed.FieldDecoratedMark getLastNormalField(se.entra.phantom.server.phed.FieldDecoratedMark current)
current
- The FieldDecoratedMark reference.se.entra.phantom.server.phed.FieldDecoratedMark getLastField(se.entra.phantom.server.phed.FieldDecoratedMark current)
current
- A FieldDecoratedMark of a host field,
first or in the middle.boolean saveScreenDefinitionDirect()
boolean setModeDirect(int newMode)
newMode
- The new mode.void setCurrentMark(se.entra.phantom.server.phed.DecoratedMark newMark)
newMark
- The new DecoratedMark.boolean setCurrentScreenDirect(PhantomHostScreen newScreen)
newScreen
- The new PhantomHostScreen.void populateMarks(PhantomHostScreen screen)
screen
- The PhantomHostScreen.boolean isEdited()
void setEdited(boolean edited)
edited
- The edited flag.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.