Uses of Interface
de.aristaflow.adept2.model.inittab.InitTabEntry
Packages that use InitTabEntry
-
Uses of InitTabEntry in de.aristaflow.adept2.core.inittab
Methods in de.aristaflow.adept2.core.inittab that return types with arguments of type InitTabEntryModifier and TypeMethodDescriptionInitTabManager.getInitTab(SessionToken session) Returns the complete init tab.Methods in de.aristaflow.adept2.core.inittab with parameters of type InitTabEntryModifier and TypeMethodDescriptionvoidInitTabManager.registerNewEntry(SessionToken session, InitTabEntry entry, DataContainer inputData) This method changes the ID of the designated entry, so provide just any ID. -
Uses of InitTabEntry in de.aristaflow.adept2.model.inittab
Methods in de.aristaflow.adept2.model.inittab that return InitTabEntryModifier and TypeMethodDescriptionInitTabFactory.createInitTabEntry(int id, InitType initType, int level, UUID templateID, boolean forking, String comment, boolean enabled) Creates a new init tab entry for providing it to the init tab manager.