Package jag
Interface RSInterfaceComponentConfig
-
- All Superinterfaces:
RSNode,RSProvider
public interface RSInterfaceComponentConfig extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetClickFlags()intgetEnd()RSInterfaceComponentConfiggetNext()intgetOptionFlags()intgetStart()default RSInterfaceComponentConfiggetSubConfig(int sub)-
Methods inherited from interface jag.RSNode
getKey, getPrevious, unlink
-
-
-
-
Method Detail
-
getClickFlags
int getClickFlags()
-
getOptionFlags
int getOptionFlags()
-
getStart
int getStart()
-
getEnd
int getEnd()
-
getNext
RSInterfaceComponentConfig getNext()
-
getSubConfig
default RSInterfaceComponentConfig getSubConfig(int sub)
-
-