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 int
getClickFlags()
int
getEnd()
RSInterfaceComponentConfig
getNext()
int
getOptionFlags()
int
getStart()
default RSInterfaceComponentConfig
getSubConfig(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)
-
-