|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperaArgument | |
|---|---|
| com.opera.core.systems | Provides OperaDriver and associated classes. |
| com.opera.core.systems.arguments.interfaces | |
| Uses of OperaArgument in com.opera.core.systems |
|---|
| Fields in com.opera.core.systems with type parameters of type OperaArgument | |
|---|---|
protected List<OperaArgument> |
OperaArguments.arguments
|
| Methods in com.opera.core.systems that return OperaArgument | |
|---|---|
OperaArgument |
OperaArguments.get(int index)
|
| Methods in com.opera.core.systems that return types with arguments of type OperaArgument | |
|---|---|
List<OperaArgument> |
OperaArguments.getArguments()
|
Iterator<OperaArgument> |
OperaArguments.iterator()
|
| Methods in com.opera.core.systems with parameters of type OperaArgument | |
|---|---|
void |
OperaArguments.add(OperaArgument argument)
|
| Uses of OperaArgument in com.opera.core.systems.arguments.interfaces |
|---|
| Methods in com.opera.core.systems.arguments.interfaces that return OperaArgument | |
|---|---|
OperaArgument |
OperaArguments.get(int index)
Convenience method to access the given indexed argument in the command-line list representation. |
| Methods in com.opera.core.systems.arguments.interfaces that return types with arguments of type OperaArgument | |
|---|---|
List<OperaArgument> |
OperaArguments.getArguments()
Gets the list of all arguments, each represented by OperaArgument. |
Iterator<OperaArgument> |
OperaArguments.iterator()
Gets an iterator for all arguments present in this collection. |
| Methods in com.opera.core.systems.arguments.interfaces with parameters of type OperaArgument | |
|---|---|
void |
OperaArguments.add(OperaArgument argument)
Adds a new argument to the command-line argument list representation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||