You can use intelligent code completion in the Editor. Just type a variable name followed by a dot or a partial package name, like:
Color color = Color.red;
int redValue = color.<cursor here>

Now press CTRL+SPACE to get a list of methods to choose from.