Package | Description |
---|---|
icy.gui.inspector |
Contains all classes and components related to the Icy inspector
|
icy.swimmingPool |
Contains Swimming Pool related objects and tools.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SwimmingObject> |
SwimmingPoolPanel.getSelectedObjects() |
Modifier and Type | Method and Description |
---|---|
void |
SwimmingPoolPanel.setSelectedObjects(java.util.ArrayList<SwimmingObject> sos) |
Modifier and Type | Method and Description |
---|---|
SwimmingObject |
SwimmingPoolEvent.getResult() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SwimmingObject> |
SwimmingPool.getObjects()
Return all objects of the swimming pool
|
java.util.ArrayList<SwimmingObject> |
SwimmingPool.getObjects(java.lang.Class<?> objectType)
Return objects of specified class type
|
java.util.ArrayList<SwimmingObject> |
SwimmingPool.getObjects(java.lang.String name,
boolean startWith)
Return objects with specified name (or name starting with specified name).
|
java.util.ArrayList<SwimmingObject> |
SwimmingPool.popObjects(java.lang.Class<?> objectType)
Return and remove objects of specified class type
|
java.util.ArrayList<SwimmingObject> |
SwimmingPool.popObjects(java.lang.String name,
boolean startWith)
Return and remove objects with specified name (or name starting with specified name).
|
Modifier and Type | Method and Description |
---|---|
void |
SwimmingPool.add(SwimmingObject object) |
void |
SwimmingPool.remove(SwimmingObject object) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<java.lang.String> |
SwimmingObject.getObjectTypes(java.util.ArrayList<SwimmingObject> objects) |
void |
SwimmingPool.removeAll(java.util.Collection<SwimmingObject> sos)
Remove all objects contained in the collection from the swimming pool.
|
Constructor and Description |
---|
SwimmingPoolEvent(SwimmingPoolEventType type,
SwimmingObject result) |
SwimmingPoolObjectPanel(SwimmingObject result)
Create the panel.
|