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)
HostPopupWindow.Rect - void populateMarksDirect(PhantomHostScreen screen)
PhantomHostScreen - se.entra.phantom.server.phed.FieldDecoratedMark getLastNormalField(se.entra.phantom.server.phed.FieldDecoratedMark current)
FieldDecoratedMark - currentse.entra.phantom.server.phed.FieldDecoratedMark getLastField(se.entra.phantom.server.phed.FieldDecoratedMark current)
FieldDecoratedMark - currentboolean saveScreenDefinitionDirect()
boolean setModeDirect(int newMode)
int - modevoid setCurrentMark(se.entra.phantom.server.phed.DecoratedMark newMark)
boolean setCurrentScreenDirect(PhantomHostScreen newScreen)
PhantomHostScreen - void populateMarks(PhantomHostScreen screen)
PhantomHostScreen - boolean isEdited()
void setEdited(boolean edited)
boolean - Phantom® and NetPhantom® are registered trademarks of Nexum Technologies SARL.
© Copyright Nexum Technologies SARL, 2011. All rights reserved.