Package com.iizix.prop
Interface IComplexOperation
- All Known Implementing Classes:
- ComplexOperation
public interface IComplexOperation
Interface for the complex operation located in the Designer.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- static void- addProp- (IComplexOperation op, PropCnr pc, IGProp<?> gp) Adds a property.- voidAdds a property.- void- addPropError- (GProp<?> gp, IPropErrorItem pei) Adds a property error.- static void- addPropError- (IComplexOperation op, IGProp<?> gp, IPropErrorItem pei) Adds a property error.- booleanChecks if an operation has been performed successfully or if it's an empty operation for undo.- static void- insertProp- (IComplexOperation op, PropCnr pc, IGProp<?> gp, int index) Inserts a property.- void- insertProp- (PropCnr pc, GProp<?> gp, int index) Inserts a property.- voidMoves a property to another container.- static void- moveProp- (IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex) Moves a property to another container.- void- removeProp- (GProp<?> gp) Removes a property.- static void- removeProp- (IComplexOperation op, IGProp<?> gp) Removes a property.- void- removePropError- (GProp<?> gp, String errorID) Removes a property error.- static void- removePropError- (IComplexOperation op, IGProp<?> gp, String errorID) Removes a property error.- void- renameProp- (GProp<?> gp, Atom newName) Renames a property.- static void- renameProp- (IComplexOperation op, IGProp<?> gp, Atom newName) Renames a property.- static void- reorderProps- (IComplexOperation op, PropCnr pc, Atom[] order) Reorder a property container.- void- reorderProps- (PropCnr pc, Atom[] order) Reorder a property container.- void- setPropError- (GProp<?> gp, PropError pe) Sets all errors in a property.- static void- setPropError- (IComplexOperation op, IGProp<?> gp, PropError pe) Sets all errors in a property.- void- setPropValue- (GProp<?> gp, Object newValue) Sets a property value.- static void- setPropValue- (IComplexOperation op, IGProp<?> gp, Object newValue) Sets a property value.
- Method Details- setPropValueSets a property value.
- addPropAdds a property.
- insertPropInserts a property.
- removePropRemoves a property.
- renamePropRenames a property.
- setPropErrorSets all errors in a property.
- addPropErrorAdds a property error.
- removePropErrorRemoves a property error.
- movePropMoves a property to another container.
- reorderPropsReorder a property container.
- hasPerformedAnOperationboolean hasPerformedAnOperation()Checks if an operation has been performed successfully or if it's an empty operation for undo.
- setPropValueSets a property value.
- addPropAdds a property.
- insertPropInserts a property.
- removePropRemoves a property.
- renamePropRenames a property.
- setPropErrorSets all errors in a property.
- addPropErrorAdds a property error.
- removePropErrorRemoves a property error.
- movePropstatic void moveProp- (IComplexOperation op, IGProp<?> gp, PropCnr toContainer, Atom newName, int toIndex) Moves a property to another container.
- reorderPropsReorder a property container.