File
Doc
Category
Size
Date
Package
GenericParameterAdapter.java
API Doc
Azureus 3.0.3.4
1925
Wed Jul 12 13:58:24 BST 2006
org.gudy.azureus2.ui.swt.config.generic
GenericParameterAdapter
java.lang.Object
public class GenericParameterAdapter extends Object
Fields Summary
Constructors Summary
Methods Summary
public
boolean
getBooleanValue
(
java.lang.String
key)
throw( new RuntimeException( "Not implemented" ));
public
boolean
getBooleanValue
(
java.lang.String
key,
boolean
def)
throw( new RuntimeException( "Not implemented" ));
public
int
getIntValue
(
java.lang.String
key)
throw( new RuntimeException( "Not implemented" ));
public
int
getIntValue
(
java.lang.String
key,
int
def)
throw( new RuntimeException( "Not implemented" ));
public void
informChanged
(
boolean
value_is_changing_internally)
public
boolean
resetIntDefault
(
java.lang.String
key)
throw( new RuntimeException( "Not implemented" ));
public void
setBooleanValue
(
java.lang.String
key,
boolean
value)
throw( new RuntimeException( "Not implemented" ));
public void
setIntValue
(
java.lang.String
key,
int
value)
throw( new RuntimeException( "Not implemented" ));
Java Code Source