Uses of Class
io.keikai.model.sys.dependency.Ref.RefType
-
Packages that use Ref.RefType Package Description io.keikai.model.impl io.keikai.model.impl.sys io.keikai.model.sys.dependency -
-
Uses of Ref.RefType in io.keikai.model.impl
Methods in io.keikai.model.impl that return Ref.RefType Modifier and Type Method Description Ref.RefTypeRefImpl. getType()Constructors in io.keikai.model.impl with parameters of type Ref.RefType Constructor Description RefImpl(Ref.RefType type, java.lang.String bookName, java.lang.String sheetName, java.lang.String lastSheetName, int row, int column, int lastRow, int lastColumn) -
Uses of Ref.RefType in io.keikai.model.impl.sys
Fields in io.keikai.model.impl.sys with type parameters of type Ref.RefType Modifier and Type Field Description protected static java.util.EnumSet<Ref.RefType>DependencyTableImpl. _regionTypesMethods in io.keikai.model.impl.sys with parameters of type Ref.RefType Modifier and Type Method Description abstract voidDependencyTableAdv. clearDependents(Ref ref, Ref.RefType skipType)voidDependencyTableImpl. clearDependents(Ref dependant, Ref.RefType skipType) -
Uses of Ref.RefType in io.keikai.model.sys.dependency
Methods in io.keikai.model.sys.dependency that return Ref.RefType Modifier and Type Method Description Ref.RefTypeRef. getType()Ref.RefTypeStyleRef. getType()static Ref.RefTypeRef.RefType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Ref.RefType[]Ref.RefType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-