ca.sqlpower.wabit.report
Class Guide
java.lang.Object
ca.sqlpower.object.AbstractSPObject
ca.sqlpower.wabit.AbstractWabitObject
ca.sqlpower.wabit.report.Guide
- All Implemented Interfaces:
- ca.sqlpower.object.SPObject, WabitObject
public class Guide
- extends AbstractWabitObject
| Fields inherited from class ca.sqlpower.object.AbstractSPObject |
uuid |
| Methods inherited from class ca.sqlpower.wabit.AbstractWabitObject |
cleanup, commit, equals, generateNewUUID, getSession, isForegroundThread, removeChild, rollback, runInBackground, runInForeground, toString |
| Methods inherited from class ca.sqlpower.object.AbstractSPObject |
addChild, addChildImpl, addSPListener, begin, fireChildAdded, fireChildRemoved, firePropertyChange, firePropertyChange, firePropertyChange, fireTransactionEnded, fireTransactionRollback, fireTransactionStarted, getChildren, getName, getUUID, removeSPListener, setName, setParent, setUUID |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ca.sqlpower.object.SPObject |
addChild, addSPListener, begin, getChildren, getName, getUUID, removeSPListener, setName, setParent, setUUID |
Guide
public Guide(Guide.Axis axis,
double offset)
allowsChildren
public boolean allowsChildren()
childPositionOffset
public int childPositionOffset(java.lang.Class<? extends ca.sqlpower.object.SPObject> childType)
getChildren
public java.util.List<? extends WabitObject> getChildren()
getOffset
public double getOffset()
setOffset
public void setOffset(double guideOffset)
getAxis
public Guide.Axis getAxis()
getParent
public Page getParent()
- Description copied from interface:
WabitObject
- Returns the parent of this WabitObject. This will be null when the object
is first created until it is added as a child to another object. If this
object is never added as a child to another object this will remain null
and the object may be treated as the root node of a
WabitObject
tree.
- Specified by:
getParent in interface ca.sqlpower.object.SPObject- Specified by:
getParent in interface WabitObject- Overrides:
getParent in class AbstractWabitObject
- Returns:
- The parent of this object.
getDependencies
public java.util.List<WabitObject> getDependencies()
removeDependency
public void removeDependency(ca.sqlpower.object.SPObject dependency)
removeChildImpl
protected boolean removeChildImpl(ca.sqlpower.object.SPObject child)
- Specified by:
removeChildImpl in class ca.sqlpower.object.AbstractSPObject
getAllowedChildTypes
public java.util.List<java.lang.Class<? extends ca.sqlpower.object.SPObject>> getAllowedChildTypes()
Copyright © 2009. All Rights Reserved.