Uses of Interface
com.iizigo.editor.IPartExtensionIZ
Packages that use IPartExtensionIZ Package Description com.iizigo.editor com.iizigo.server com.iizigo.term com.iizigo.term.server com.iizigo.term.session Uses of IPartExtensionIZ in com.iizigo.editor
Classes in com.iizigo.editor that implement IPartExtensionIZ Modifier and Type Class Description class
PartExtensionIZ
Extensions framework for part in IZ.Methods in com.iizigo.editor that return IPartExtensionIZ Modifier and Type Method Description IPartExtensionIZ
IWorkbenchPartIZ. getExtension()
Gets the extensions framework.Uses of IPartExtensionIZ in com.iizigo.server
Methods in com.iizigo.server that return IPartExtensionIZ Modifier and Type Method Description IPartExtensionIZ
ServerConfigView. getExtension()
Gets the extensions framework.Uses of IPartExtensionIZ in com.iizigo.term
Methods in com.iizigo.term that return IPartExtensionIZ Modifier and Type Method Description IPartExtensionIZ
TerminalView. getExtension()
Gets the extensions framework.Methods in com.iizigo.term with parameters of type IPartExtensionIZ Modifier and Type Method Description void
TerminalComposite. createActions(IPartExtensionIZ extension)
Creates the actions such as Copy/Paste/Select All, etc.Uses of IPartExtensionIZ in com.iizigo.term.server
Methods in com.iizigo.term.server that return IPartExtensionIZ Modifier and Type Method Description IPartExtensionIZ
RemoteTerminalView. getExtension()
Gets the extensions framework.Uses of IPartExtensionIZ in com.iizigo.term.session
Methods in com.iizigo.term.session that return IPartExtensionIZ Modifier and Type Method Description IPartExtensionIZ
SessionsView. getExtension()
Gets the extensions framework.