public abstract class Data
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
Data()
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activates the component.
|
abstract java.lang.Object |
clone()
Returns a clone (deep copy) of the data.
|
void |
deactivate()
Deactivates the component.
|
boolean |
isActive()
Returns true if active, false if not.
|
void |
toggleActive()
Toggles the status of the component.
|
public void activate()
public void deactivate()
public void toggleActive()
public boolean isActive()
public abstract java.lang.Object clone()
clone
in class java.lang.Object