|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Disc | |
|---|---|
| com.melloware.jukes.db.orm | |
| com.melloware.jukes.file | |
| com.melloware.jukes.gui.view.component | |
| com.melloware.jukes.gui.view.node | |
| com.melloware.jukes.gui.view.validation | |
| Uses of Disc in com.melloware.jukes.db.orm |
|---|
| Methods in com.melloware.jukes.db.orm that return Disc | |
|---|---|
Disc |
Track.getDisc()
|
| Methods in com.melloware.jukes.db.orm with parameters of type Disc | |
|---|---|
void |
Artist.addDisc(Disc disc)
|
void |
Track.setDisc(Disc disc)
|
| Uses of Disc in com.melloware.jukes.file |
|---|
| Methods in com.melloware.jukes.file with parameters of type Disc | |
|---|---|
static boolean |
MusicDirectory.removeDiscIfNoLongerExists(Disc aDisc)
Checks for the disc at the location on the hard drive. |
| Uses of Disc in com.melloware.jukes.gui.view.component |
|---|
| Methods in com.melloware.jukes.gui.view.component that return Disc | |
|---|---|
Disc |
AlbumImage.getDisc()
Gets the disc. |
| Methods in com.melloware.jukes.gui.view.component with parameters of type Disc | |
|---|---|
void |
AlbumImage.setDisc(Disc aDisc)
Sets the disc. |
| Uses of Disc in com.melloware.jukes.gui.view.node |
|---|
| Methods in com.melloware.jukes.gui.view.node that return Disc | |
|---|---|
Disc |
DiscNode.getDisc()
Returns this node's associated Disc instance. |
| Constructors in com.melloware.jukes.gui.view.node with parameters of type Disc | |
|---|---|
DiscNode(NavigationNode aParent,
Disc aModel)
Constructs a DiscNode for the given parent and disc. |
|
| Uses of Disc in com.melloware.jukes.gui.view.validation |
|---|
| Constructors in com.melloware.jukes.gui.view.validation with parameters of type Disc | |
|---|---|
DiscValidationModel(Disc aDisc)
Constuctor that takes an Disc object. |
|
DiscValidator(Disc disc)
Constructs a DiscValidator on the given Disc. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||