Uses of Class
io.guise.framework.component.AbstractFrame.FrameComponent
-
Packages that use AbstractFrame.FrameComponent Package Description io.guise.framework.component -
-
Uses of AbstractFrame.FrameComponent in io.guise.framework.component
Methods in io.guise.framework.component that return AbstractFrame.FrameComponent Modifier and Type Method Description static AbstractFrame.FrameComponent
AbstractFrame.FrameComponent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractFrame.FrameComponent[]
AbstractFrame.FrameComponent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-