Package com.iizigo.vs.link
Interface IVSParticipantLinkEnabler
-
- All Superinterfaces:
IVSLinkEnabler
- All Known Subinterfaces:
IEUIPanel
- All Known Implementing Classes:
EditorInputProps
,EditorOutputProps
,EditorRESTfulInputProps
,EditorResultProps
,EditorResultSetProps
,EditorScreenProp
,EMUISimpleDialog
,EUIDialog
,EUIPanel
,EUIPanelPart
public interface IVSParticipantLinkEnabler extends IVSLinkEnabler
The VSLinkEnabler for a standard VirtualSpace connection using VSParticipant named Atom.VIRTUALSPACE.- Author:
- Christopher Mindus
-
-
Field Summary
Fields Modifier and Type Field Description static VSLinkInfo<?>[]
VIRTUALSPACE_PARTICIPANT_LINK_ENABLER
The standard VSLinkAction with VSParticipant named Atom.VIRTUALSPACE.-
Fields inherited from interface com.iizigo.vs.link.IVSLinkEnabler
EMPTY_VSLINK_INFO, OPERATION_CANCELED
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default VSLinkInfo<?>[]
getVSLinkInfo()
Returns the possible array of VS links possible, their types, the reference type, and so on.-
Methods inherited from interface com.iizigo.vs.link.IVSLinkEnabler
attempVSLink
-
-
-
-
Field Detail
-
VIRTUALSPACE_PARTICIPANT_LINK_ENABLER
static final VSLinkInfo<?>[] VIRTUALSPACE_PARTICIPANT_LINK_ENABLER
The standard VSLinkAction with VSParticipant named Atom.VIRTUALSPACE.
-
-
Method Detail
-
getVSLinkInfo
default VSLinkInfo<?>[] getVSLinkInfo()
Returns the possible array of VS links possible, their types, the reference type, and so on.- Specified by:
getVSLinkInfo
in interfaceIVSLinkEnabler
- Returns:
- The array of VSLink's possible for the property container.
-
-